Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
illuna
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
illuna
Compare revisions
029137fdb93347a52c45423f210eb37f8e36028a to 1855b745590a16ec5390ba8dc2795b87af20a6c2
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/illuna
Select target project
No results found
1855b745590a16ec5390ba8dc2795b87af20a6c2
Select Git revision
Branches
master
Swap
Target
Illuna-Minetest/illuna
Select target project
Illuna-Minetest/illuna
1 result
029137fdb93347a52c45423f210eb37f8e36028a
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
easter egg enhancements
· 3179ab94
Milan
authored
5 years ago
3179ab94
Merge
https://git.tchncs.de/Illuna-Minetest/illuna
into HEAD
· 1855b745
Milan
authored
5 years ago
1855b745
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
moreblocks.lua
+50
-56
50 additions, 56 deletions
moreblocks.lua
with
50 additions
and
56 deletions
moreblocks.lua
View file @
1855b745
register_stair_slab_panel_micro
(
"stone_block"
,
"block"
,
"default:stone_block"
,
{
cracky
=
3
},
{
"default_stone_block.png"
},
"Stone Block"
,
"block"
,
0
)
stairsplus
:
register_all
(
"default"
,
"stone_block"
,
"default:stone_block"
,
{
description
=
"Stone Block"
,
tiles
=
{
"default_stone_block.png"
},
groups
=
{
cracky
=
3
},
sounds
=
default
.
node_sound_stone_defaults
(),
})
register_stair_slab_panel_micro
(
"destert_stone_block"
,
"block"
,
"default:desert_stone_block"
,
{
cracky
=
3
},
{
"default_desert_stone_block.png"
},
"Desert Stone Block"
,
"block"
,
0
)
stairsplus
:
register_all
(
"mordefaulteblocks"
,
"desert_stone_block"
,
"default:desert_stone_block"
,
{
description
=
"Desert Stone Block"
,
tiles
=
{
"default_desert_stone_block.png"
},
groups
=
{
cracky
=
3
},
sounds
=
default
.
node_sound_stone_defaults
(),
})
register_stair_slab_panel_micro
(
"sandstone_block"
,
"block"
,
"default:sandstone_block"
,
{
cracky
=
3
},
{
"default_sandstone_block.png"
},
"Sandstone Block"
,
"block"
,
0
)
stairsplus
:
register_all
(
"default"
,
"sandstone_block"
,
"default:sandstone_block"
,
{
description
=
"Sandstone Block"
,
tiles
=
{
"default_sandstone_block.png"
},
groups
=
{
cracky
=
3
},
sounds
=
default
.
node_sound_stone_defaults
(),
})
register_stair_slab_panel_micro
(
"obsidian_block"
,
"block"
,
"default:obsidian_block"
,
{
cracky
=
3
},
{
"default_obsidian_block.png"
},
"Obsidian Block"
,
"block"
,
0
)
stairsplus
:
register_all
(
"default"
,
"obsidian_block"
,
"default:obsidian_block"
,
{
description
=
"Obsidian Block"
,
tiles
=
{
"default_obsidian_block.png"
},
groups
=
{
cracky
=
3
},
sounds
=
default
.
node_sound_stone_defaults
(),
})
register_stair_slab_panel_micro
(
"tinblock"
,
"block"
,
"default:tinblock"
,
{
cracky
=
3
},
{
"default_tin_block.png"
},
"Tin Block"
,
"block"
,
0
)
stairsplus
:
register_all
(
"default"
,
"tinblock"
,
"default:tinblock"
,
{
description
=
"Tin Block"
,
tiles
=
{
"default_tinblock.png"
},
groups
=
{
cracky
=
3
},
sounds
=
default
.
node_sound_stone_defaults
(),
})
register_stair_slab_panel_micro
(
"twigs"
,
"block"
,
"trunks:twigs"
,
{
cracky
=
3
},
{
"trunks_twigs.png"
},
"Twigs Block"
,
"block"
,
0
)
stairsplus
:
register_all
(
"trunks"
,
"twigs"
,
"trunks:twigs"
,
{
description
=
"Twigs"
,
tiles
=
{
"trunks_twigs.png"
},
groups
=
{
cracky
=
3
},
sounds
=
default
.
node_sound_stone_defaults
(),
})
register_stair_slab_panel_micro
(
"illuna
_
stonebrick"
,
"block"
,
"illuna:stonebrick"
,
{
cracky
=
3
}
,
{
"default_stone_brick.png"
},
"Stonebrick"
,
"block"
,
3
)
stairsplus
:
register_all
(
"illuna
"
,
"
stonebrick"
,
"illuna:stonebrick"
,
{
description
=
"Illuna Stonebrick"
,
tiles
=
{
"default_stone_brick.png"
},
groups
=
{
cracky
=
3
}
,
sounds
=
default
.
node_sound_stone_defaults
()
,
glow
=
3
,
}
)
register_stair_slab_panel_micro
(
"ethereal
_
willow_trunk"
,
"block"
,
"ethereal:willow_trunk"
,
{
cracky
=
3
}
,
{
"willow_trunk.png"
},
"Willow Trunk"
,
"block"
,
3
)
stairsplus
:
register_all
(
"ethereal
"
,
"
willow_trunk"
,
"ethereal:willow_trunk"
,
{
description
=
"Willow Trunk"
,
tiles
=
{
"willow_trunk.png"
},
groups
=
{
cracky
=
3
}
,
sounds
=
default
.
node_sound_stone_defaults
()
,
glow
=
3
,
}
)
local
name
=
{
"red"
,
"green"
,
"white"
,
"black"
,
"blue"
,
"brown"
,
"cyan"
,
"grey"
,
"dark_green"
,
"dark_grey"
,
"magenta"
,
"orange"
,
"pink"
,
...
...
This diff is collapsed.
Click to expand it.