Mrbysco / Spoiled

Spoiling the end of your food supply since 2020
https://www.curseforge.com/minecraft/mc-mods/spoiled
MIT License
7 stars 5 forks source link

[Bug]: food spoils in containers added in the container modifier with a value of 0 #46

Closed meltremb closed 3 months ago

meltremb commented 3 months ago

General Info

Loader version

fabric 0.15.11

Minecraft version

1,20,1

Mod version

2.0.4

Java version

java 8 update 381

Issue Description

i am using this mod with paladin's furniture mod (and a bunch of others) but pfm adds fridges, so i added the fridges to the container modifier alongside the shulker box with the same syntax, i am running on a server i host myself, both the client and server config are the exact same (copy pasted). however i also blacklisted a bunch of items from croptopia to prevent them from spoiling, and that seems to work fine, so i'm not sure why the food keeps spoiling in the fridges. foodinfridge Config

Additional Information

No response

Mrbysco commented 3 months ago

Are you sure you configured it correctly? The config takes in the block entity if not the block

meltremb commented 3 months ago

Ooooh I didn't know that. I've looked it up a little bit but I'm not sure how to know the name of the block entity. How can i do that?

Mrbysco commented 3 months ago

There's a command /spoiled list blockentity or something like that. That will list out all Block Entity ids in the log

meltremb commented 3 months ago

Thanks! I found it and put that in the config instead and now it works!