From 8885b4a70877f071d96cbb7da2f8b9b2c598de94 Mon Sep 17 00:00:00 2001 From: Poseidon13856 Date: Wed, 1 Jan 2025 01:15:58 +0100 Subject: [PATCH] Update tags.js Initially removed the crops:soy_bean tag from the soy bean which made it impossible to use the soybean for some recipes. --- kubejs/server_scripts/mods/SushiGoCrafting/tags.js | 1 - 1 file changed, 1 deletion(-) diff --git a/kubejs/server_scripts/mods/SushiGoCrafting/tags.js b/kubejs/server_scripts/mods/SushiGoCrafting/tags.js index 2478a26c..4cd3fcaa 100644 --- a/kubejs/server_scripts/mods/SushiGoCrafting/tags.js +++ b/kubejs/server_scripts/mods/SushiGoCrafting/tags.js @@ -2,7 +2,6 @@ //It's quite possible that many of these tags are redundant somehow ServerEvents.tags('item', allthemods => { //Soybean - allthemods.remove('c:crops/soy_bean', 'sushigocrafting:soy_bean') allthemods.add('c:crops', 'sushigocrafting:soy_bean') allthemods.add('c:crops/soybean', 'sushigocrafting:soy_bean') allthemods.add('c:flour_plants/soybean', 'sushigocrafting:soy_bean')