From 85666c1b84792909404399a05ff774f51857dd96 Mon Sep 17 00:00:00 2001 From: copygirl Date: Sat, 30 Jul 2022 21:03:23 +0200 Subject: [PATCH] More leathers and hides for crafting recipes --- kubejs/server_scripts/recipes/leather_is_hide.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/recipes/leather_is_hide.js b/kubejs/server_scripts/recipes/leather_is_hide.js index f460c7d..3b21669 100644 --- a/kubejs/server_scripts/recipes/leather_is_hide.js +++ b/kubejs/server_scripts/recipes/leather_is_hide.js @@ -1,8 +1,8 @@ // priority: 0 onEvent("item.tags", event => { - event.add("heck:leather_or_hide", "minecraft:leather"); - event.add("heck:leather_or_hide", "minecraft:rabbit_hide"); + event.add("heck:leather_or_hide", "#forge:leather"); + event.add("heck:leather_or_hide", "#forge:hide"); }); onEvent("recipes", event => {