mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-01 07:30:43 +02:00
Code cleanup. Add tar and more stone types.
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
-- Load translation library if intllib is installed
|
||||
|
||||
local S
|
||||
local S -- Load translation library if intllib is installed:
|
||||
if intllib then
|
||||
S = intllib.Getter(minetest.get_current_modname())
|
||||
else
|
||||
@ -101,4 +99,3 @@ function stairsplus:register_slab(modname, subname, recipeitem, fields)
|
||||
recipe = {"moreblocks:panel_" .. subname, "moreblocks:panel_" .. subname},
|
||||
})
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user