McJtyMods / ImmersiveCraft

Immersive Craft is a mod that adds a more immersive way to craft and store items
MIT License
7 stars 3 forks source link

Furnace weirdness #40

Closed davqvist closed 6 years ago

davqvist commented 6 years ago

Forge 2556 ImmCraft 1.3.6

So, here are a couple of issues that bug my beta testers.

Would be nice if you could have a look.

Lanse505 commented 6 years ago

Looking into these issues atm.

First Issue: I'll look in an later PR

Second Issue: Currently Investigating this issue.

Third Issue: Not quite sure about this one since it literally pulls the burnTime from the vanilla furnace code.

burnTime = TileEntityFurnace.getItemBurnTime(inventoryHelper.getStackInSlot(SLOT_FUEL));

But I'll look into it as well.

Lanse505 commented 6 years ago

Okey so, just did some testing and the second issue is something I'll have to adress. However, from testing (using 2 pieces of coal, and 16 pieces of iron ore) besides the 1 coal who "disappeared" it equaled 1 coal per 8 ores.

So I'm not sure if the third thing is an issue >.> I'll keep an eye out for oddities though.