Put mod load print at bottom; fix crash with putting strings in number fields

此提交包含在:
Calinou
2013-07-11 21:54:15 +02:00
父節點 5ec13858bc
當前提交 8b1c7c506d
共有 2 個檔案被更改,包括 3 行新增3 行删除

查看文件

@ -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."))