34 lines
1.3 KiB
JavaScript
34 lines
1.3 KiB
JavaScript
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
|
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
|
|
|
ServerEvents.recipes(allthemods =>{
|
|
|
|
allthemods.shaped(
|
|
Item.of('kubejs:allthemodium_solar_sail_package', 1),
|
|
[
|
|
'AAA',
|
|
'APA',
|
|
'AAA'
|
|
],
|
|
{
|
|
A: '#c:plates/allthemodium',
|
|
P: 'dysoncubeproject:solar_sail_package'
|
|
}
|
|
)
|
|
|
|
allthemods.shaped(
|
|
Item.of('kubejs:allthemodium_beam_package', 1),
|
|
[
|
|
' A ',
|
|
'APA',
|
|
' A '
|
|
],
|
|
{
|
|
A: '#c:plates/allthemodium',
|
|
P: 'dysoncubeproject:beam_package'
|
|
}
|
|
)
|
|
})
|
|
|
|
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
|
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|