reorganised kjs scripts
removed fluff moved scripts into more logical files
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
// priority: 0
|
|
||||||
|
|
||||||
// Visit the wiki for more info - https://kubejs.com/
|
|
||||||
|
|
||||||
console.info('Hello, World! (Loaded client scripts)')
|
|
||||||
|
|
||||||
@@ -26,14 +26,7 @@ ServerEvents.recipes((event) => {
|
|||||||
["minecraft:nether_wart", "minecraft:nether_wart", 12],
|
["minecraft:nether_wart", "minecraft:nether_wart", 12],
|
||||||
["minecraft:bamboo", "minecraft:bamboo", 16],
|
["minecraft:bamboo", "minecraft:bamboo", 16],
|
||||||
];
|
];
|
||||||
|
|
||||||
event.shaped("gtceu:greenhouse", ["GGG", "CHC", "PUP"], {
|
|
||||||
G: "gtceu:tempered_glass",
|
|
||||||
C: "#gtceu:circuits/mv",
|
|
||||||
H: "gtceu:mv_machine_hull",
|
|
||||||
P: "gtceu:mv_electric_piston",
|
|
||||||
U: "gtceu:mv_electric_pump",
|
|
||||||
});
|
|
||||||
trees.forEach((woodType) => {
|
trees.forEach((woodType) => {
|
||||||
greg
|
greg
|
||||||
.greenhouse(woodType[0])
|
.greenhouse(woodType[0])
|
||||||
|
|||||||
Reference in New Issue
Block a user