mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
Merge f4f746e044
into 9232734a48
This commit is contained in:
commit
5f3ad661a8
2 changed files with 3 additions and 0 deletions
|
@ -1046,6 +1046,7 @@ minetest.register_node("default:wood", {
|
|||
is_ground_content = true,
|
||||
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3,wood=1},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
paramtype2 = "facedir"
|
||||
})
|
||||
|
||||
minetest.register_node("default:cloud", {
|
||||
|
|
|
@ -87,6 +87,7 @@ function stairs.register_slab(subname, recipeitem, groups, images, description,
|
|||
drawtype = "nodebox",
|
||||
tiles = images,
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = true,
|
||||
groups = groups,
|
||||
sounds = sounds,
|
||||
|
@ -183,6 +184,7 @@ function stairs.register_slab(subname, recipeitem, groups, images, description,
|
|||
drawtype = "nodebox",
|
||||
tiles = images,
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = true,
|
||||
groups = groups,
|
||||
sounds = sounds,
|
||||
|
|
Loading…
Add table
Reference in a new issue