Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mesecons
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
mesecons
Commits
baed46dc
Commit
baed46dc
authored
13 years ago
by
Jeija
Browse files
Options
Downloads
Patches
Plain Diff
Fix digging time groups (crackly replaced by cracky)
parent
9bba4fc3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mesecons_lightstone/init.lua
+1
-0
1 addition, 0 deletions
mesecons_lightstone/init.lua
mesecons_movestones/init.lua
+1
-0
1 addition, 0 deletions
mesecons_movestones/init.lua
with
2 additions
and
0 deletions
mesecons_lightstone/init.lua
+
1
−
0
View file @
baed46dc
...
...
@@ -35,6 +35,7 @@ function mesecon:lightstone_add(name, base_item, texture_off, texture_on)
})
end
mesecon
:
lightstone_add
(
"red"
,
"craft default:clay_brick 1"
,
"jeija_lightstone_red_off.png"
,
"jeija_lightstone_red_on.png"
)
mesecon
:
lightstone_add
(
"green"
,
"node default:cactus 1"
,
"jeija_lightstone_green_off.png"
,
"jeija_lightstone_green_on.png"
)
mesecon
:
lightstone_add
(
"gray"
,
"node default:cobble 1"
,
"jeija_lightstone_gray_off.png"
,
"jeija_lightstone_gray_on.png"
)
...
...
This diff is collapsed.
Click to expand it.
mesecons_movestones/init.lua
+
1
−
0
View file @
baed46dc
...
...
@@ -146,6 +146,7 @@ end)
-- STICKY_MOVESTONE
minetest
.
register_node
(
"mesecons_movestones:sticky_movestone"
,
{
...
...
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