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
6ef3a208e0415449e32e4d22c31bafc65be72d0d to 4c0d933695217b67c0bf9236394280145ba41e57
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
4c0d933695217b67c0bf9236394280145ba41e57
Select Git revision
Branches
master
Swap
Target
Illuna-Minetest/illuna
Select target project
Illuna-Minetest/illuna
1 result
6ef3a208e0415449e32e4d22c31bafc65be72d0d
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)
add trunks:twigs to moreblocks
· 4c0d9336
Milan
authored
8 years ago
the entry it disappeared magically during updates
4c0d9336
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
depends.txt
+2
-1
2 additions, 1 deletion
depends.txt
moreblocks.lua
+8
-0
8 additions, 0 deletions
moreblocks.lua
with
10 additions
and
1 deletion
depends.txt
View file @
4c0d9336
default
3d_armor
wool
3d_armor
trunks ?
irc ?
farming ?
darkage ?
...
...
This diff is collapsed.
Click to expand it.
moreblocks.lua
View file @
4c0d9336
...
...
@@ -30,6 +30,14 @@ register_stair_slab_panel_micro("obsidian_block", "block", "default:obsidian_blo
0
)
register_stair_slab_panel_micro
(
"twigs"
,
"block"
,
"trunks:twigs"
,
{
cracky
=
3
},
{
"trunks_twigs.png"
},
"Twigs Block"
,
"block"
,
0
)
local
name
=
{
"red"
,
"green"
,
"white"
,
"black"
,
"blue"
,
"brown"
,
"cyan"
,
"grey"
,
"dark_green"
,
"dark_grey"
,
"magenta"
,
"orange"
,
"pink"
,
"red"
,
"violet"
,
"yellow"
}
...
...
This diff is collapsed.
Click to expand it.