Hopperhock can't place compostable items inside composters
LeoBeliik opened this issue ยท 3 comments
Mod Loader
Forge
Minecraft Version
1.19.2
Botania version
Botania-1.19.2-437-FORGE
Modloader version
Forge 1.19.2 - 43.1.65
Modpack info
No response
The latest.log file
Issue description
Steps to reproduce
place composter
put hopperhock on top / next to it
throw compostable item nearby
Other information
No response
Situation seems worse on Fabric: A floating hopperhock on a composter removes items, pretending to insert them, but the composter state does not change.
On Forge the hopperhock simply doesn't recognize the composter as insertable inventory in the first place.
Good news, everyone: Fabric's composter handling via the ItemStorage.SIDED
API is buggy. Composters, when filled by hand or via hopper, have a 100% chance to fill the first level, regardless of the input "quality". Fabric's implementation applies the same chance there as for the higher layers, making somewhat worse use of the composting material.
For reference, the Fabric inconsistency issue is also fixed: FabricMC/fabric#3017