
Jsoned Old Obsidian
This mod takes the single functionality implemented in another modification and converts it to JSON format. Now you can add similar functionality through configuration files in the oldobsidian folder. The example below reproduces the behavior of the original mod:
[ { "liquid1": "minecraft:flowing_lava", "liquids2": [ "minecraft:flowing_water", "minecraft:water" ], "dust": "minecraft:redstone_wire", "checkDustPower": true, "result": "minecraft:obsidian" } ]