1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Added SQLiteExact script

This commit is contained in:
LeMagnesium
2015-07-09 15:32:54 +02:00
parent 322926fc5b
commit 8261c92e01
48 changed files with 164 additions and 15 deletions

View File

@ -146,7 +146,7 @@ function stairs.register_slab(subname, recipeitem, groups, images, description,
end
return itemstack
end
-- Upside down slabs
if p0.y-1 == p1.y then
-- Turn into full block if pointing at a existing slab
@ -275,7 +275,7 @@ stairs.register_stair_and_slab("sandstone", "default:sandstone",
"Sandstone Stair",
"Sandstone Slab",
default.node_sound_stone_defaults())
stairs.register_stair_and_slab("sandstonebrick", "default:sandstonebrick",
{crumbly=2,cracky=2},
{"default_sandstone_brick.png"},

0
minetestforfun_game/mods/stairs/models/stairs.obj Normal file → Executable file
View File