Skip to content
Snippets Groups Projects
Commit 43f35b41 authored by Milan's avatar Milan
Browse files

moreblocks: saw+stairsplus pavement entry

parent 3036ac80
No related branches found
No related tags found
No related merge requests found
......@@ -418,6 +418,13 @@ if minetest.get_modpath("moreblocks") then
sounds = default.node_sound_stone_defaults(),
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
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"},
}
})
table.insert(circular_saw.known_stairs, "castle:pavement")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment