diff --git a/kubejs/server_scripts/recipes/duplicate_centennial_tropy.js b/kubejs/server_scripts/recipes/duplicate_centennial_tropy.js new file mode 100644 index 0000000..c4717b5 --- /dev/null +++ b/kubejs/server_scripts/recipes/duplicate_centennial_tropy.js @@ -0,0 +1,5 @@ +// priority: 0 + +onEvent("recipes", event => { + event.shapeless("2x lootr:trophy", [ "lootr:trophy", "supplementaries:statue" ]); +});