Mystical Agriculture

Mystical Agriculture

112M Downloads

Essence Furnaces have no defined output slot

hedo29 opened this issue ยท 1 comments

commented

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

  1. Fill an Essence Furnace with input material and fuel.
  2. Place a hopper (or anything that pulls) underneath the furnace.
  3. 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
commented

PR created for this change: #772