Skip to content

Commit

Permalink
Update tags.js
Browse files Browse the repository at this point in the history
Initially removed the crops:soy_bean tag from the soy bean which made it impossible to use the soybean for some recipes.
  • Loading branch information
Poseidon13856 authored Jan 1, 2025
1 parent ac9db62 commit 8885b4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kubejs/server_scripts/mods/SushiGoCrafting/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 8885b4a

Please sign in to comment.