typofix 🐈

This commit is contained in:
tchncs 2017-01-11 18:59:46 +01:00
parent 146453b486
commit ee519b8f8d
2 changed files with 2 additions and 2 deletions

View File

@ -258,5 +258,5 @@ minetest.register_craft({
{'craft_guide:sign_wall'},
{'default:glass'},
{'moreblocks:slab_stone'},
}
},
})

View File

@ -12,5 +12,5 @@ if minetest.get_modpath("moreblocks") then
dofile(minetest.get_modpath("illuna").."/moreblocks.lua")
end
if not minetest.get_modpath("ethereal") then
dofile(minetest.get_modpath("illuna").."/water.lua"
dofile(minetest.get_modpath("illuna").."/water.lua")
end