Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xdecor
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
xdecor
Commits
b345d958
Commit
b345d958
authored
7 years ago
by
Milan
Browse files
Options
Downloads
Patches
Plain Diff
Revert "only register packed ice when ethereal is not detected"
This reverts commit
01c70cd8
.
parent
01c70cd8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
depends.txt
+0
-1
0 additions, 1 deletion
depends.txt
src/nodes.lua
+2
-9
2 additions, 9 deletions
src/nodes.lua
with
2 additions
and
10 deletions
depends.txt
+
0
−
1
View file @
b345d958
...
...
@@ -6,7 +6,6 @@ homedecor
doors
stairs
xpanes
ethereal?
3d_armor?
fire?
oresplus?
This diff is collapsed.
Click to expand it.
src/nodes.lua
+
2
−
9
View file @
b345d958
...
...
@@ -413,18 +413,11 @@ register_hard_node("desertstone_tile", "Desert Stone Tile")
register_hard_node
(
"hard_clay"
,
"Hardened Clay"
)
register_hard_node
(
"moonbrick"
,
"Moon Brick"
)
register_hard_node
(
"stone_tile"
,
"Stone Tile"
)
register_hard_node
(
"stone_rune"
,
"Runestone"
,
{
register_hard_node
(
"stone_rune"
,
"Runestone"
)
register_hard_node
(
"packed_ice"
,
"Packed Ice"
,
{
groups
=
{
cracky
=
1
,
puts_out_fire
=
1
},
sounds
=
default
.
node_sound_glass_defaults
()
})
if
not
minetest
.
get_modpath
(
"ethereal"
)
then
register_hard_node
(
"packed_ice"
,
"Packed Ice"
,
{
groups
=
{
cracky
=
1
,
puts_out_fire
=
1
},
sounds
=
default
.
node_sound_glass_defaults
()
})
elseif
minetest
.
get_modpath
(
"ethereal"
)
then
minetest
.
register_alias
(
"xdecor:packed_ice"
,
"ethereal:icebrick"
)
end
register_hard_node
(
"wood_tile"
,
"Wooden Tile"
,
{
groups
=
{
choppy
=
1
,
wood
=
1
,
flammable
=
2
},
sounds
=
default
.
node_sound_wood_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