Ender Storage 1.8.+

Ender Storage 1.8.+

99M Downloads

Ender Chest has no preferred tool and takes a very long time to mine

Nataly171 opened this issue ยท 2 comments

commented

The Ender Chests in this mod don't have a preferred tool, and as such, using a pickaxe to break them is no faster than a fist, and both options are very slow. Is this intended behavior?

Minecraft Version: 1.18.2
Forge Version: 40.1.60
Ender Storage Version: 2.9.0.177
CodeChicken Lib Version: 4.1.1.462

commented

Add a mineable tag for the blocks using datapack or open loader or just edit the mod's datapack. Adding "pickaxe.json" containing:
{
"replace": false,
"values": [
"enderstorage:ender_chest",
"enderstorage:ender_tank"
]
}
in packname/data/minecraft/tags/blocks/mineable, packname can be anything

commented

This has been resolved in both 1.19.2 and 1.18.2