temporary fix for furnace in pipeworks

This commit is contained in:
auouymous 2018-08-16 03:59:25 -06:00
parent 96cbee1a3c
commit ef5692fa21

View File

@ -11,6 +11,7 @@ This mod is a pure API and should never add any nodes or items.
This mod implements node-io support for default chest, locked chest and furnace.
But if the pipeworks mod is installed, the furnace loses support due to being redefined by pipeworks.
Adding `pipeworks?` to ~/.minetest/mods/node_io/depends.txt will fix the issue until pipeworks adds node_io support.
The [test_io](https://github.com/auouymous/test_io) mod contains item and liquid transfer nodes to test the node_io mod.