mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-06-30 23:20:44 +02:00
Put mod load print at bottom; fix crash with putting strings in number fields
This commit is contained in:
4
init.lua
4
init.lua
@ -22,8 +22,6 @@ dofile(minetest.get_modpath("moreblocks").."/stairsplus/aliases.lua")
|
||||
dofile(minetest.get_modpath("moreblocks").."/stairsplus.lua")
|
||||
dofile(minetest.get_modpath("moreblocks").."/circular_saw.lua")
|
||||
|
||||
print(S("[moreblocks] loaded."))
|
||||
|
||||
--[[
|
||||
****
|
||||
More Blocks
|
||||
@ -356,3 +354,5 @@ minetest.register_craftitem("moreblocks:nothing", {
|
||||
inventory_image = "invisible.png",
|
||||
on_use = minetest.item_eat(0),
|
||||
})
|
||||
|
||||
print(S("[moreblocks] loaded."))
|
||||
|
Reference in New Issue
Block a user