A5ho9999 / MinecraftMods

1 stars 0 forks source link

Stops Smelting #18

Closed KohlrabitoDev closed 2 weeks ago

KohlrabitoDev commented 2 weeks ago

Mod name

Smelter The Hedgehog

Mod Version

v1.1.0

Minecraft Version

1.21.1

Fabric Versions

Fabric Loader: 0.16.2 | API: fabric-api-0.102.1+1.21.1

Confirmation Checkboxes

Issue Description

Furnace just stops smelting after 16 blocks or so, typically just after a piece of coal is done smelting. Can be resumed by just removing whatever you're trying to smelt, then putting it back. This only happens after editing the config as I did here:

{
    "ModEnabled": true,
    "Furnace": {
        "CookTime": 20,
        "FuelEfficiency": 200
    },
    "BlastFurnace": {
        "CookTime": 15,
        "FuelEfficiency": 100
    },
    "Smoker": {
        "CookTime": 15,
        "FuelEfficiency": 100
    },
    "Other": {
        "CookTime": 15,
        "FuelEfficiency": 200
    }
}

https://gyazo.com/9d887e2724a81a47174d8d46a5e17f71

Steps to reproduce

  1. Edit config.
  2. Smelt a stack of something normally.
  3. It just stops smelting as if it ran out of fuel.
  4. Refresh it by moving either the fuel or what you're trying to smelt.

Expected Behavior

It should just keep smelting right through the entire stack.

Crash Report / Log

No crash report

A5ho9999 commented 2 weeks ago

I am unable to reproduce this, could you please provide a full mod list as well

KohlrabitoDev commented 2 weeks ago

Yes, although I didn’t have any time to cull through the junk so a lot of the stuff with the double hyphens are just junk. I also should’ve mentioned this is all on a server. https://mclo.gs/giKNegz

Edit: I also wanted to add I can tell it’s this mod because I’ve tried removing it, furnaces work normal, then adding it again, and this happens again.

A5ho9999 commented 2 weeks ago

Okay this would be an issue with lithium, I'll release a fix in a couple days. In the meantime you can edit the lithium properties file to add mixin.world.block_entity_ticking=false at the bottom of the file as a temporary measure

KohlrabitoDev commented 2 weeks ago

Yes that worked, thank you!

A5ho9999 commented 2 weeks ago

Fix for this has been released in v1.1.1 as well as small bug fix for another issue found from testing.