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
618fd31f
Commit
618fd31f
authored
12 years ago
by
Anthony Zhang
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
db434c6f
938dc376
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
mesecons_noteblock/init.lua
+1
-1
1 addition, 1 deletion
mesecons_noteblock/init.lua
mesecons_powerplant/init.lua
+1
-1
1 addition, 1 deletion
mesecons_powerplant/init.lua
mesecons_walllever/init.lua
+2
-2
2 additions, 2 deletions
mesecons_walllever/init.lua
with
4 additions
and
4 deletions
mesecons_noteblock/init.lua
+
1
−
1
View file @
618fd31f
minetest
.
register_node
(
"mesecons_noteblock:noteblock"
,
{
description
=
"Noteblock"
,
tile
_image
s
=
{
"mesecons_noteblock.png"
},
tiles
=
{
"mesecons_noteblock.png"
},
groups
=
{
snappy
=
2
,
choppy
=
2
,
oddly_breakable_by_hand
=
2
,
mesecon
=
2
},
drawtype
=
"allfaces_optional"
,
visual_scale
=
1
.
3
,
...
...
This diff is collapsed.
Click to expand it.
mesecons_powerplant/init.lua
+
1
−
1
View file @
618fd31f
...
...
@@ -3,7 +3,7 @@
minetest
.
register_node
(
"mesecons_powerplant:power_plant"
,
{
drawtype
=
"plantlike"
,
visual_scale
=
1
,
tile
_image
s
=
{
"jeija_power_plant.png"
},
tiles
=
{
"jeija_power_plant.png"
},
inventory_image
=
"jeija_power_plant.png"
,
paramtype
=
"light"
,
walkable
=
false
,
...
...
This diff is collapsed.
Click to expand it.
mesecons_walllever/init.lua
+
2
−
2
View file @
618fd31f
-- WALL LEVER
minetest
.
register_node
(
"mesecons_walllever:wall_lever_off"
,
{
drawtype
=
"nodebox"
,
tile
_image
s
=
{
tiles
=
{
"jeija_wall_lever_tb.png"
,
"jeija_wall_lever_bottom.png"
,
"jeija_wall_lever_sides.png"
,
...
...
@@ -32,7 +32,7 @@ minetest.register_node("mesecons_walllever:wall_lever_off", {
})
minetest
.
register_node
(
"mesecons_walllever:wall_lever_on"
,
{
drawtype
=
"nodebox"
,
tile
_image
s
=
{
tiles
=
{
"jeija_wall_lever_top.png"
,
"jeija_wall_lever_tb.png"
,
"jeija_wall_lever_sides.png"
,
...
...
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