Add Nether lava

This commit is contained in:
Wuzzy 2017-08-02 01:17:29 +02:00
parent e374eb6b01
commit 54c08aa94a
3 changed files with 26 additions and 0 deletions

View file

@ -273,3 +273,4 @@ minetest.register_craft({
})
dofile(minetest.get_modpath(minetest.get_current_modname()).."/nether_wart.lua")
dofile(minetest.get_modpath(minetest.get_current_modname()).."/lava.lua")