Hi, I'm working on an adventure mode mini-game. For this I'd like to use a transparent block (ideally with connected textures) that is either not or only very hard to break. All glas types I've checked so far can be broken with a sword, that's my problem.
Currently I'm thinking about using OpenBlock tanks, as they cannot be broken by hand, sword or axe.
As there will be only little pickaxe digging included this is okay, but I'd prefer one of the next solutions if any of this is possible:
Currently I'm thinking about using OpenBlock tanks, as they cannot be broken by hand, sword or axe.
As there will be only little pickaxe digging included this is okay, but I'd prefer one of the next solutions if any of this is possible:
- Is there a mod that allows me to change the hardness of a block type?
- Or can I somehow change the tools so they cannot break blocks?
- Very nice would be if someone knows how to use NBT data to make blocks warded (thaumcraft).
- Or something differnt?