Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Illuna-Minetest
mycastle
Commits
43f35b41
Commit
43f35b41
authored
Mar 29, 2022
by
Milan
Browse files
moreblocks: saw+stairsplus pavement entry
parent
3036ac80
Changes
1
Hide whitespace changes
Inline
Side-by-side
init.lua
View file @
43f35b41
...
...
@@ -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"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment