reorganised kjs scripts

removed fluff
moved scripts into more logical files
This commit is contained in:
ursamina
2024-02-23 21:57:27 +00:00
parent 7d0468248c
commit 17935f41a4
2 changed files with 1 additions and 14 deletions

View File

@@ -1,6 +0,0 @@
// priority: 0
// Visit the wiki for more info - https://kubejs.com/
console.info('Hello, World! (Loaded client scripts)')

View File

@@ -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])