[Feature?] Block Player Interaction if missing stage
clubpetey opened this issue ยท 1 comments
Today, If I do this:
mods.ItemStages.addItemStage("one", <minecraft:furnace>);
While I cannot place a furnace in the world, I can still right click one that has been placed in the world and interact with it. I'd like to block interacting with blocks in the world that the player does not have access to.
Brewing stand is a good example. Even if I have stage-blocked all potions and ingredients, a player can still brew a potion with a brewing stand that happens to exist in the world (A few mods generate dungeons with them in the world).