42 Commits

Author SHA1 Message Date
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
5b9a86957a mover upgrade...
upgrade mover with movers
farming in dig mode only,
update keypad infotext when playing sounds,
moving some code and various things...
2023-03-01 16:15: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
419ed8df07 various things, protect: add beerchat support 2023-01-28 19:52:34 +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
мтест
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
мтест
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
rnd
de282124c6 door fixes 2019-06-04 11:49:01 +02:00
berengma
283ee12bc3 added security check inventory before digging basic_machines 2018-06-16 14:58:45 +02:00
rnd1
4671256224 compatibility: old batteries -> new battery, constructor battery recipe fix 2017-12-29 13:09:27 +01:00
rnd1
dad107d9f7 TEXTURE UPDATE by Jozet
battery tweaks
2017-12-28 23:50:23 +01:00
rnd1
3289ad22b5 NEW TEXTURES (jozet)
battery tweaks and new recipe in constructor
generator tweaks and new recipe in constructor
2017-12-25 18:34:25 +01:00
rnd1
023657f40b texture changes
battery fullness display with 3 states added
2017-12-21 16:14:02 +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
76dd502534 new "machines" privilege: players without it can only spawn 2 balls simultaneously and their clock generator stops working when they leave server
mover: can harvest trees up to 16 high now
new event handler: protection violation and chat, upon triggering position ( coordinates math.floor(coordinates/20)*20+10 ) are checked for presence of distributor with disabled first target
    protection violation: if x1~0 then distributor is activated and name of digger is written on distributor
    chat: if y1~0 then distributor is activated and chat message is written on distributor, if y1<0 then chat message is not displayed to others
2016-06-12 20:30:32 +02:00
rnd1
a66e6e58ac dust compatibility 2016-05-12 18:28:58 +02:00
rnd1
ba4ab93c49 new machine: basic_machines:ball_spawner: when activated spawns a ball. ball can be moved with mover and will disappear when hitting solid node, flying more than 20 blocks away or flying too long. On node hit it will attempt to activate target node. 2016-05-12 12:23:42 +02:00
rnd1
7b146ef614 optional: make other light blocks togleable ( only ones that dont already have this option ) 2016-05-07 10:40:25 +02:00
rnd1
32064cb34d -mover:
can filter what objects to teleport ( by default doesnt move sign letters or  itemframe objects )
    updated texture,
-detector, distributor: updated texture,
enviro: optional space management
2016-04-26 12:13:02 +02:00
rnd1
e17f9798d2 enviro: set default skybox/physics for extreme survival spawn 2016-04-14 12:26:50 +02:00
rnd1
4ab1c396a4 mover: can now work in elevator mode. To do so punch target position directly above/below mover and upgrade mover with 1 diamond block for every 100 height difference. 2016-04-14 08:20:42 +02:00
rnd1
dba0a03228 detector: can now filter its output, default 1 -2: send only OFF, -1: negate signal, 0 inactive, 1 normal, 2 only ON, 3 only if change 2016-04-03 18:03:20 +02:00
rnd1
6640d18302 cr update 2016-04-02 14:32:38 +02:00
rnd1
606f737e66 .. 2016-04-02 14:29:50 +02:00
rnd1
b6e95e901c machine_timer missing in power.lua 2016-04-02 09:55:28 +02: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
e3d905bc71 distributor cant target itself ( only deactivated ) 2016-03-10 10:40:15 +01:00
rnd1
30cf45df9c distributor: added delay option, gui update
keypad: removed delay, gui update
protected trapdoor: if open its unwalkable, can be controlled by signal
doors: removed autoclose (use distributor with delay to make it close)
2016-03-07 12:29:40 +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
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
712b765975 added new machine: power outlet
uses unused available supply from nearby switching station to power machines like mover. to use it just place it under machine to be powered.
2015-10-19 11:26:09 +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
rnd
73cfcc636c .. 2015-05-06 21:58:44 +02:00
rnd
d6c6b3e6da .. 2015-05-06 16:27:52 +02:00
rnd
534ff33dde markings 2015-05-06 14:56:42 +02:00
rnd
8c0e10c287 working: mover, keypad 2015-05-01 18:40:54 +02:00