Stack Size Component Isn't Applied Until Reload
Noobulus opened this issue ยท 1 comments
After loading a world with this mod installed on 1.21.1 and a component file in the correct place, the stack size change I made to potions doesn't apply.
...That is, until I /reload
and it applies just fine.
My components file is as follows:
{
"targets": "#c:potions",
"components": {
"minecraft:max_stack_size": 16
}
}