Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mycastle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
mycastle
Compare revisions
3036ac806a1bbd9e03811bcbce8da1254e57621c to 43f35b419b24dfdd01fe45b65df92bfb78542512
You need to sign in or sign up before continuing.
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Illuna-Minetest/mycastle
Select target project
No results found
43f35b419b24dfdd01fe45b65df92bfb78542512
Select Git revision
Branches
master
Swap
Target
Illuna-Minetest/mycastle
Select target project
Illuna-Minetest/mycastle
1 result
3036ac806a1bbd9e03811bcbce8da1254e57621c
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
moreblocks: saw+stairsplus pavement entry
· 43f35b41
Milan
authored
2 years ago
43f35b41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
init.lua
+9
-0
9 additions, 0 deletions
init.lua
with
9 additions
and
0 deletions
init.lua
View file @
43f35b41
...
@@ -418,6 +418,13 @@ if minetest.get_modpath("moreblocks") then
...
@@ -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({
...
@@ -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"
)
This diff is collapsed.
Click to expand it.