20 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
6833ea3932 support shapeless recipe for autocrafter output
keypad can select autocrafter recipes and various things
2023-08-10 16:36:05 +02: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
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
мтест
175e9a40be
keypad: update sound/chat text infotext when needed, make translations mostly* compatible with the script (https://github.com/minetest-tools/update_translations)
*In generated template, replace "@@@" by "@@" three times, also replace "@@@ome @@@ text @@@" by "@@some @@. text @@!".
2022-12-09 16:10:06 +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
мтест
6bf32eaa18 autocrafter: clean-up, mover: add paramtype2 check, reword wrong filter msg, template: update content 2022-09-18 19:22:11 +02: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
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
0ebfc123b6 mover: now its possible to restrict taking from certain node inventories to prevent gameplay abuses
autocrafter : restricted inventory operations
2016-06-09 18:52:30 +02:00
rnd1
deaeab8c05 - new recycler machine: it recycles blocks and returns 75% of raw materials. to operate it must sit on top of operating furnace. its signal activated
- detector: now NOT mode with specified name triggers only if player present but its not specified player, sensor range 10
- autocrafter: added from pipeworks mod. adapted with disabled timer, only owner can interact and its signal activated
2015-09-29 12:20:14 +02:00