
Essence Furnaces have no defined output slot
hedo29 opened this issue ยท 1 comments
Describe the bug
Furnaces currently input items correctly, but all inventories can be pulled from on the output.
Please see the following line: https://github.com/BlakeBr0/MysticalAgriculture/blob/1.21/src/main/java/com/blakebr0/mysticalagriculture/tileentity/EssenceFurnaceTileEntity.java#L259
To Reproduce
- Fill an Essence Furnace with input material and fuel.
- Place a hopper (or anything that pulls) underneath the furnace.
- Items are pulled out of slots other than the output.
Expected behavior
Only smelted items should be output into the furnace.
Screenshots / Scripts / Logs
Please add your logs and scripts (if applicable).
Versions (please complete the following information):
- Minecraft: 1.21.1
- Forge: NeoForge 21.1.107
- Cucumber: 1.21.1-8.0.8
- Mystical Agriculture: 1.21.1-8.0.11
- Singleplayer or Multiplayer: MP
PR created for this change: #772