maruohon / autoverse

A Minecraft mod about simple automation
GNU General Public License v3.0
6 stars 4 forks source link

Newly crafted barrels are tier 16 even when max stack size is lowered via config #16

Open TheDeviantCrafter opened 5 years ago

TheDeviantCrafter commented 5 years ago

I have the max tier of barrels set to 64 stacks via config. Newly crafted barrels are still tier 16.

maruohon commented 5 years ago

Crafted Barrels don't really have any tier as it gets set via the placement properties system upon placement, but yeah it looks like the placement properties system doesn't respect the max tier value... however when you place down a Barrel it will clamp the max tier to the config value. So it's sort of visual only, but I'll have a look if it's possible to fix this in the placement properties system's current implementation.