How to add block types to the config?
marshallgwentz opened this issue ยท 0 comments
I'm presently trying to add the Ender Chests from the Ender Storage 1.8+ mod into the config of Locks as a lockable item. However, the way this mod distinguishes its two storage devices is strange; both the chest and tank items have the domain and registry name of "enderstorage:ender_storage," however, when looked at in Minecraft's debug mode, the blocks have listed under their domain/registry names "type: ender_chest" and "type: ender_tank," respectively. I have attached an Imgur album with screenshots to demonstrate what I mean. How do I add the chest without adding the tank?