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
de436820
Commit
de436820
authored
6 years ago
by
Milan
Browse files
Options
Downloads
Plain Diff
fix mergeconflicts
parents
93eed228
028c290c
No related branches found
No related tags found
No related merge requests found
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
mesecons_wires/init.lua
+1
-0
1 addition, 0 deletions
mesecons_wires/init.lua
screenshot.png
+0
-0
0 additions, 0 deletions
screenshot.png
settingtypes.txt
+43
-0
43 additions, 0 deletions
settingtypes.txt
with
44 additions
and
0 deletions
mesecons_wires/init.lua
+
1
−
0
View file @
de436820
...
...
@@ -215,6 +215,7 @@ local function register_wires()
walkable
=
false
,
drop
=
"mesecons:wire_00000000_off"
,
mesecon_wire
=
true
,
sounds
=
default
.
node_sound_defaults
(),
on_rotate
=
false
,
},
{
tiles
=
tiles_off
,
mesecons
=
meseconspec_off
,
groups
=
groups_off
},
{
tiles
=
tiles_on
,
mesecons
=
meseconspec_on
,
groups
=
groups_on
})
...
...
This diff is collapsed.
Click to expand it.
screenshot.png
0 → 100644
+
0
−
0
View file @
de436820
180 KiB
This diff is collapsed.
Click to expand it.
settingtypes.txt
0 → 100644
+
43
−
0
View file @
de436820
[mesecons]
mesecon.resumetime (Startup delay) int 4 1 10
mesecon.overheat_max (Device heat limit) int 20 1 100
mesecon.cooldown_time (Device cooldown time) float 2.0 0.1 10.0
mesecon.cooldown_granularity (Cooldown step length) float 0.5 0.0 1.0
[mesecons_blinkyplant]
mesecon.blinky_plant_interval (Plant blinking interval) int 3 1 5
[mesecons_detector]
mesecon.detector_radius (Player detector scanning radius) int 6 3 16
mesecon.node_detector_distance_max (Node detector distance limit) int 10 1 16
[mesecons_luacontroller]
mesecon.luacontroller_string_rep_max (string:rep result length limit) int 64000 1000 1000000
mesecon.luacontroller_digiline_maxlen (Digiline message size limit) int 50000 1000 1000000
mesecon.luacontroller_maxevents (Controller execution time limit) int 10000 1000 100000
mesecon.luacontroller_memsize (Controller memory limit) int 100000 10000 1000000
[mesecons_movestones]
mesecon.movestone_speed (Speed) int 3 1 10
mesecon.movestone_max_push (Max push) int 50 1 100
mesecon.movestone_max_pull (Max pull) int 50 1 100
[mesecons_pistons]
mesecon.piston_max_push (Max push) int 15 1 100
mesecon.piston_max_pull (Max pull) int 15 1 100
[mesecons_pressureplates]
mesecon.pplate_interval (Check interval) float 0.1 0.1 1.0
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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