moreblocks: saw+stairsplus pavement entry

master
Milan 2022-03-29 20:44:49 +02:00
parent 3036ac806a
commit 43f35b419b
1 changed files with 9 additions and 0 deletions

View File

@ -418,6 +418,13 @@ if minetest.get_modpath("moreblocks") then
sounds = default.node_sound_stone_defaults(), sounds = default.node_sound_stone_defaults(),
sunlight_propagates = true, sunlight_propagates = true,
}) })
stairsplus:register_all("castle", "pavement", "castle:pavement", {
description = "Pavement",
tiles = {"castle_pavement_brick.png"},
groups = {cracky=1, not_in_creative_inventory=1},
sounds = default.node_sound_stone_defaults(),
sunlight_propagates = true,
})
end end
stairs.register_stair_and_slab("dungeon_stone", "castle:dungeon_stone", stairs.register_stair_and_slab("dungeon_stone", "castle:dungeon_stone",
@ -465,3 +472,5 @@ minetest.register_craft({
{"castle:pavement_brick","castle:pavement_brick","castle:pavement_brick"}, {"castle:pavement_brick","castle:pavement_brick","castle:pavement_brick"},
} }
}) })
table.insert(circular_saw.known_stairs, "castle:pavement")