moon rabbits can eat chorus fruit now

This commit is contained in:
Pyritie 2025-08-13 22:31:18 +01:00
parent 7767f58399
commit af5e279954
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,7 @@
- Rebalance Large Solar Array to make Mk2 circuit 2 viable, and buffed to LSA Mk3 circuit 2 (#1591) @TomPlop
- Added mechanical press recipes to weld weak steels @Pyritie
- Added backpacks, lunchboxes, and vessels to the toolbelt's blacklist @Pyritie
- Moon rabbits can eat chorus fruit now @Pyritie
### Bug fixes
- Fixed moon mob spawning light levels, so now they need a light level of 0 instead of 11 (#1587) @NINAustinFett
- Fixed wrong output amount of mortaring soybean paste (#1607) @TomPlop

View file

@ -54,6 +54,9 @@ const registerMinecraftItemTags = (event) => {
event.add('tfc:foods/usable_in_salad', 'minecraft:glow_berries')
event.add('tfc:foods/usable_in_salad', 'minecraft:chorus_fruit')
event.add('tfc:foods/usable_in_salad', 'minecraft:popped_chorus_fruit')
event.add('tfc:rabbit_food', 'minecraft:chorus_fruit')
event.add('tfc:rabbit_food', 'minecraft:popped_chorus_fruit')
event.add('tfc:rock/raw', 'minecraft:deepslate')
event.add('tfc:rock/raw', 'minecraft:blackstone')