Add grinding recipes for basalt/pumice

This commit is contained in:
Carter Kolwey 2017-02-24 19:13:24 -06:00
parent fd5a8284cf
commit 588478edf6
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?