typofix 🐈
This commit is contained in:
parent
146453b486
commit
ee519b8f8d
@ -258,5 +258,5 @@ minetest.register_craft({
|
|||||||
{'craft_guide:sign_wall'},
|
{'craft_guide:sign_wall'},
|
||||||
{'default:glass'},
|
{'default:glass'},
|
||||||
{'moreblocks:slab_stone'},
|
{'moreblocks:slab_stone'},
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
|
2
init.lua
2
init.lua
@ -12,5 +12,5 @@ if minetest.get_modpath("moreblocks") then
|
|||||||
dofile(minetest.get_modpath("illuna").."/moreblocks.lua")
|
dofile(minetest.get_modpath("illuna").."/moreblocks.lua")
|
||||||
end
|
end
|
||||||
if not minetest.get_modpath("ethereal") then
|
if not minetest.get_modpath("ethereal") then
|
||||||
dofile(minetest.get_modpath("illuna").."/water.lua"
|
dofile(minetest.get_modpath("illuna").."/water.lua")
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user