Bodo Eggert 0 Posted April 26, 2018 Share Posted April 26, 2018 I'm using geolyzer and getStack(…) to tell what to do with items or placed blocks. Mine them, mine them with silk, leave them alone, put the mined item into pulverizers or furnaces … but some mods don't cooperate. I'm wondering weather it's a good idea to include the oredict value if availabe (and weather it's a available for placed blocks). Also since currently the meta value isn't available on the geolyzer, I'm thinking about having a whitelist for mod or mot:block_name - or even a JSON/LUA database. (Currently I'm mapping the damage value to item name, but that's not an option for placed blocks) Quote Link to post Share on other sites
LightningShock 0 Posted April 26, 2018 Share Posted April 26, 2018 whether* Yes, this is a good idea, but you can get around this for now. Save the block to a database and hash it. then make an oredict table. Quote Link to post Share on other sites