Merge pull request #17 from cheapie/master

Add grinding recipes for basalt/pumice
master
Vanessa Ezekowitz 2017-02-25 02:17:51 -05:00 committed by GitHub
commit e7400e4b3a
2 changed files with 6 additions and 0 deletions

View File

@ -372,3 +372,8 @@ minetest.register_craft({
{"xpanes:bar", "xpanes:bar", "xpanes:bar"},
},
})
if minetest.get_modpath("technic") then
technic.register_grinder_recipe({input={"gloopblocks:pumice"},output="default:sand"})
technic.register_grinder_recipe({input={"gloopblocks:basalt"},output="default:cobble"})
end

View File

@ -8,3 +8,4 @@ intllib?
wool?
xdecor?
caverealms?
technic?