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
1855b745590a16ec5390ba8dc2795b87af20a6c2 to 8082d5ad37c4e0bb63c989a9c7283e93dd51b865
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
8082d5ad37c4e0bb63c989a9c7283e93dd51b865
Select Git revision
Swap
Target
Illuna-Minetest/illuna
Select target project
Illuna-Minetest/illuna
1 result
1855b745590a16ec5390ba8dc2795b87af20a6c2
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
technic compatibility update
· 8082d5ad
Milan
authored
5 years ago
8082d5ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
depends.txt
+1
-0
1 addition, 0 deletions
depends.txt
technic.lua
+3
-3
3 additions, 3 deletions
technic.lua
with
4 additions
and
3 deletions
depends.txt
View file @
8082d5ad
default
wool
3d_armor
technic_cnc
columnia ?
trunks ?
irc ?
...
...
This diff is collapsed.
Click to expand it.
technic.lua
View file @
8082d5ad
technic
.
cnc
.
register_all
(
"default:stonebrick"
,
technic
_
cnc
.
register_all
(
"default:stonebrick"
,
{
cracky
=
3
},
{
"default_stone_brick.png"
},
"Stonebrick"
)
technic
.
cnc
.
register_all
(
"scifi_nodes:red"
,
technic
_
cnc
.
register_all
(
"scifi_nodes:red"
,
{
cracky
=
3
},
{
"scifi_nodes_red.png"
},
"Red Lines"
)
technic
.
cnc
.
register_all
(
"columnia:rusty_block"
,
technic
_
cnc
.
register_all
(
"columnia:rusty_block"
,
{
cracky
=
3
},
{
"columnia_rusty_block.png"
},
"Rusty Block"
)
This diff is collapsed.
Click to expand it.