51 Commits

Author SHA1 Message Date
waxtatect
76a542f3c1 more copy/paste 2025-01-03 14:27:06 +01:00
waxtatect
d4785db57d fix #17 inspired by autocrafter code (thx Opons) 2024-12-21 17:08:49 +01:00
waxtatect
9793cb1313 add notice
attempt to follow this: https://www.gnu.org/licenses/gpl-3.0.en.html
edit README.md, add screenshot.png
2023-08-02 18:51:39 +02:00
waxtatect
7f1f6ce7c3 make default optional
rename sound files and various things
autocrafter: apply latest pipeworks update
init: split in two (common.lua)
2023-08-02 18:51:37 +02:00
waxtatect
3a0cda5010 remove unused_args
can_dig; fix player - optional
luacheckrc: remove unused_args = false
ball: balls bounce on liquids, glow with energy, can push objects, remove balls with incorrect position
space: push players harmlessly
2023-04-20 18:53:18 +02:00
waxtatect
a263c4ccb9 set meta once only
fix recycler again
2023-03-02 14:44:42 +01:00
waxtatect
b82352bedc some changes
init, keypad, machines_configuration: add 2 settings
mover: improve all modes, seperate transport mode, support new settings
recycler: add infotext message
2023-02-07 15:50:26 +01:00
waxtatect
1f5c28d9b9 increase
autocrafter, init, keypad, light, machines_configuration: allow change autocrafter recipe / light param2 with keypad
recycler: update no_recycle_list, variable fuel cost
2023-01-02 19:15:49 +01:00
waxtatect
b30e92fbdf update all formspecs to v4
update template, various things
enviro, init, space: add a setting to replace space skybox textures
light: add unifieddyes support
2022-12-22 15:42:37 +01:00
мтест
ba93c0f33d 7
autocrafter, init: update formspec to v4
grinder, recycler, technic_power: fix battery recharge
detector: add infotext translation support
2022-12-12 19:56:52 +01:00
мтест
0f984a45fc ready
update descriptions, update some formspecs to v4, update template
grinder: dust alpha variation
keypad: add beamed eighth notes button
machines_configuration: support for the new button
technic_power: the lost texture of the battery (https://forum.minetest.net/viewtopic.php?p=321100&sid=799f03e59259ee730d0aa596bdc5f883#p321100)
2022-12-07 16:37:37 +01:00
мтест
de77ada483
everything fine
cleaning againnn, fix /clockgen, read float with 2 digits precision
mark: looop, add 2 markers
mover: reeorganize things, reduce infotext overwriting, add upgradetype, add friendly overheat, add 2 buttons to formspec
recycler: no fuel check with priv privs
2022-11-15 17:51:25 +01:00
waxtatect
615ba06213 some cleaning and improvement
replace nodemeta by context, localize vector.add, some cleaning, remove commented code,
template: update content
clockgen: fix owner = "", move /clockgen in init
constructor: improve constructor_process
enviro: fix player_sneak init value
keypad: improve repeat code, add action_off
machines_configuration: reset keypad count
technic_power: fix owner = "" for generator (initialize step)
2022-11-05 20:40:28 +01:00
waxtatect
59f07613b0 update 2022-06-07 13:15:30 +02:00
ac-minetest
4d7f4c3156 better mesecon compatibility 2021-02-10 14:43:06 +01:00
berengma
283ee12bc3 added security check inventory before digging basic_machines 2018-06-16 14:58:45 +02:00
rnd1
c83829475b battery fixes: if recharge will exceed capacity it still recharges but cuts of at capacity (capacity still needs to be large enough for cell used)
recycler: abuse fix
keypad: special function fixes
2018-01-12 23:22:07 +01:00
Jat15
d7a7a7e1a6 Add compatibility machine with listring
Clear syntax.
Add listring click + shift for take item in invetory or machine.
2017-08-29 13:57:08 +02:00
rnd1
bde6493637 2017 2017-01-03 16:51:50 +01:00
rnd1
7cbfcad2d6 - machines are now constructed with constructor machine
- grinder can grind ingots into dusts too
- disable recycling of some items to prevent unrealistic abuses; like no recycle ingots to get ores
- tweaked mover fuel cost : object teleport costs normally even if starting node is basic_machine, which can itself be moved for no costs
2016-12-04 23:37:57 +01:00
rnd1
9985cb6d23 fixes 2016-07-31 22:30:30 +02:00
rnd1
7e1f09966b mover: removed "dig basalt and get cobble"
grinder:
-added ability to have recipes require more than 1 ingredients for grinding (i.e. grind 9 leaves into 1 dirt)
-grind basalt into cobble
recycler: all recipes can be reversed now, but you need to insert enough materials ( for example you need 4 torches for recycling to produce one coal with 75% probability)
2016-05-05 17:54:49 +02:00
rnd1
472a720f74 .. 2016-04-27 12:44:40 +02:00
rnd1
3a9dbb6834 grinder, recycler: sounds 2016-04-27 11:37:54 +02:00
rnd1
e56ece2b1a interface fixes 2016-04-02 09:38:14 +02:00
rnd1
50fe1a5cef -doors can be activated by signal ( future 0.4.14 doors )
-more secure steel doors: cant be digged, repeated punch door removal
-mover has now separate "reverse" option
-texture redesign
-minor changes: fuel cells max stack of 25 to prevent over stockpiling
2016-03-26 14:03:00 +01:00
rnd1
5671b63077 -power rework: machines are now powered from batteries
-battery: can store energy and convert fuels/power cells to energy, possible upgrade to improve capacity and power output
-generator: can generate power cells slowly, possible upgrade to improve quality of power cells
2016-03-25 00:16:03 +01:00
rnd1
d36ec937d9 - grinder and recycler fuel fix - now it works when fuel is inserted, without outlet
- grinder recipes for es gems added: es:aikerum_crystal,es:ruby_crystal,es:emerald_crystal,es:purpellium_lump
2016-03-23 17:34:41 +01:00
rnd1
fb5aca1748 keypad:
-more secure pasword storage using doubly salted and hashed password and position
-gui update
-prevention of stacking many repeats on one keypad by punching repeatedly
2016-03-06 11:35:44 +01:00
rnd1
e5f2672093 grinder, recycler fuel fix 2016-03-02 22:50:05 +01:00
rnd1
94dc3066a9 debug msg fix 2016-02-29 15:31:35 +01:00
rnd1
e88549ea97 debug msg disabled 2016-02-29 15:25:19 +01:00
rnd1
2126906f29 outlet power fix for grinder,recycler 2016-02-29 11:58:11 +01:00
rnd1
e422f80e42 update:
mover: define harvest operation for certain nodes, select what remains after harvest, fuel cost, harvest results.
          as an example it can harvest mese crystals
new:
grinder: more efficient mining, grindes ore (iron, copper, gold, diamond) lumps into 2 dust which can be smelted into ingot. Can process
stone, cobble and gravel too
2016-02-28 13:16:15 +01:00
rnd1
c7f8279e04 mover fuel cost fix: when moving with filter from chest or inventory 2015-11-01 18:45:09 +01:00
rnd1
13de54b792 major realism update:
-mover:  operation now has fuel cost, depending on move distance & materials moved. mover can be upgraded with mese blocks to increase operating range and reduce fuel consumption.
charcoal:
-burning tree block for 30 seconds produces charcoal, has comparable furnace burning value to coal but can be used to power mover 2x more efficiently as tree blocks (still less than coal though),coal block has fuel value 500, coal 30, tree 10, charcoal 20
-2 charcoals can craft coal
2015-10-29 17:11:01 +01:00
rnd1
b3d185de0c recycler can be now powered by outlet too 2015-10-24 14:02:46 +02:00
rnd1
dd5fc9b7f8 when refuelling check if enough fuel to resume operation 2015-10-17 09:57:31 +02:00
rnd1
689a1690cb recycler fix 2015-10-13 13:54:28 +02:00
rnd1
cb4e459247 -readded accidently deleted recycler recipe
-major mover rewrite: gui update, in inventory mode mover can now  move items between inventories of 2 nodes directly (for example from technic grinder into technic alloy furnace)
2015-10-10 10:22:12 +02:00
rnd1
99067eb19b players who can build can view machine settings but not change them
mover has improved 3 step punch setup to set up source1,source2 and target position
recycler privs fix
2015-10-08 20:02:02 +02:00
rnd1
2d838832bd safety check to prevent crash ( when using old version of recycler, without inventory ) 2015-10-06 15:26:25 +02:00
rnd1
2d8b12ee31 .. 2015-10-06 14:00:30 +02:00
rnd1
7db8b8fed3 .. 2015-10-06 12:57:59 +02:00
rnd1
bafea5a451 .. 2015-10-06 11:59:26 +02:00
rnd1
fb7bb9c804 recycler: can insert/take multiple items now, removal of one item per operation, fixed item name acquisition from inserted stack 2015-10-06 10:33:50 +02:00
rnd1
dcc34a1b19 recyler now has internal fuel inventory, works pretty much like furnace, recognizes all fuels with modified caloric value 2015-10-05 21:12:08 +02:00
rnd1
151b49e3e9 majore rewrite of recycler code with recipe caching for faster operation
ability to select recipe with recycler
2015-10-02 11:49:19 +02:00
rnd1
1666c1784b -better sounds for mover
-recycler now adds to output and doesnt clear it each time
2015-10-01 21:25:57 +02:00
rnd1
456da48fe3 recycler fix: when more than 1 output item do nothing, when empty stack do nothing
mover: NOT works different only in "player" mode
2015-09-30 08:15:42 +02:00