From 135ee52a96b880b1e065daf0b75fe40e76496fa4 Mon Sep 17 00:00:00 2001 From: copygirl Date: Wed, 17 Aug 2022 07:17:42 +0200 Subject: [PATCH] Add recipe to duplicate centennial trophy --- kubejs/server_scripts/recipes/duplicate_centennial_tropy.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 kubejs/server_scripts/recipes/duplicate_centennial_tropy.js 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" ]); +});