Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moreores
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
moreores
Commits
533c3ddb
Commit
533c3ddb
authored
7 years ago
by
Milan
Browse files
Options
Downloads
Patches
Plain Diff
update moreblocks registrations
parent
8de3e528
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
moreblocks.lua
+12
-17
12 additions, 17 deletions
moreblocks.lua
with
12 additions
and
17 deletions
moreblocks.lua
+
12
−
17
View file @
533c3ddb
register_stair_slab_panel_micro
(
"mithril_block"
,
"block"
,
"moreores:mithril_block"
,
{
cracky
=
3
},
{
"moreores_mithril_block.png"
},
"Mithril Block"
,
"block"
,
0
)
stairsplus
:
register_all
(
"moreblocks"
,
"mithril_block"
,
"moreores:mithril_block"
,
{
description
=
"Mithril Block"
,
tiles
=
{
"moreores_mithril_block.png"
},
groups
=
{
cracky
=
3
},
sounds
=
default
.
node_sound_metal_defaults
(),
})
register_stair_slab_panel_micro
(
"silver_block"
,
"block"
,
"moreores:silver_block"
,
{
cracky
=
3
},
{
"moreores_silver_block.png"
},
"Silver Block"
,
"block"
,
0
)
table.insert
(
circular_saw
.
known_stairs
,
"moreores:mithril_block"
)
table.insert
(
circular_saw
.
known_stairs
,
"moreores:silver_block"
)
stairsplus
:
register_all
(
"moreblocks"
,
"silver_block"
,
"moreores:silver_block"
,
{
description
=
"Silver Block"
,
tiles
=
{
"moreores_silver_block.png"
},
groups
=
{
cracky
=
3
},
sounds
=
default
.
node_sound_stone_defaults
(),
})
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment