diff --git a/kubejs/server_scripts/mods/quark/shaped.js b/kubejs/server_scripts/mods/quark/shaped.js new file mode 100644 index 0000000..73f0477 --- /dev/null +++ b/kubejs/server_scripts/mods/quark/shaped.js @@ -0,0 +1,4 @@ +ServerEvents.recipes(e => { + e.shaped('quark:crate', ['IPI', 'PCP', 'IPI'], { I: 'minecraft:iron_ingot', P: '#minecraft:planks', C: '#forge:chests/wooden' }) + .id(`kubejs:quark/shaped/crate`) +})