57 Commits

Author SHA1 Message Date
waxtatect
76a542f3c1 more copy/paste 2025-01-03 14:27:06 +01:00
Skaapdev
c6ad781d5d
Add support to register grinder recipes in Crafting Guide Plus
cg_plus mod support (6511eb8261)
2024-04-23 16:13:04 +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
a263c4ccb9 set meta once only
fix recycler again
2023-03-02 14:44:42 +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
мтест
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
rnd
320a7ba67e grinder: mithril extractor cooking fix
doors: signal fix
2019-06-07 08:55:45 +02:00
rnd
aefcc8824b grinder: mithril extractor with blue flowers, silver no extractor needed 2019-06-02 10:37:56 +02:00
rnd
238140c266 mithril dust 2019-05-17 21:09:45 +02:00
rnd
5e63e075ac dust recipes update
distributor help update
2019-05-17 10:57:40 +02:00
rnd
22bfeb11ac grinder: fixed extractor recipes, now uses ingots instead of lumps
mover: help update
2019-05-16 00:00:58 +02:00
rnd
f4f3356218 mode tonumber fix 2019-04-26 00:04:32 +02:00
rnd
fe352fc923 extractor recipes 2019-02-10 11:11:16 +01:00
rnd
7b51498338 minetest 5.0.0
ore chemical extractors
2019-02-04 22:58:25 +01:00
rnd
6435a76354 generator: if more than 5 active all generators (owned by player) will initiate shutdown. after that player can select and punch generators to turn them on
grinder: only 1 activation per second allowed. can be upgraded with grinders to process more than 1 inserted material
2018-12-28 11:20:14 +01:00
berengma
283ee12bc3 added security check inventory before digging basic_machines 2018-06-16 14:58:45 +02:00
berengma
5a83044851 added desert_sandstone to grinder and get desert_sand 2018-03-24 15:49:40 +01:00
rnd1
320b6c5274 keypad: when using @,% in keypad A for word insert/extraction (output to keypad B) get the words from blocks directly above the keypad A 2018-01-11 12:32:05 +01:00
rnd1
b3bfe990ef tin dust 2017-12-29 16:38:28 +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
0bdc55c32c /clockgen command: requires just privs now
ball: damages entities now, so you can kill mobs for example( except basic_robots)
keypad:  PROBLEM: if player doesnt move it takes another punch at same block for this function to run again, and it works normally if player moved at least one block from his previous position. it is caused by minetest bad handling of punches.
2017-06-11 08:37:52 +02:00
rnd1
bde6493637 2017 2017-01-03 16:51:50 +01:00
rnd1
24e66ea382 0.4.15 fixes: doors
tweaks
2016-12-24 12:34:02 +01:00
rnd1
392d8e6cbe ball spawner: solid option
constructor: recipe fixes
grinder: recipe cost fixes
mover: help tweaks
2016-12-10 10:34:54 +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
1e06961cd8 grinder: grind 1 dirt to 4 clay lumps
less bright dust colors, disable tin/silver/mithril dusts if tin not present
2016-05-15 13:56:13 +02:00
rnd1
3dc5ce5268 ball rendering: disabled "liquid" -> allfaces 2016-05-14 23:08:34 +02:00
rnd1
94851d752b dust textures: uses one image with colorize instead of different images 2016-05-14 22:01:07 +02:00
rnd1
6cb13f8fa4 burn time tweaks for dusts 2016-05-12 08:30:08 +02:00
rnd1
420220fec7 grinder: added several dust grades, adjusted smelting times 2016-05-11 23:41:18 +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
87567b2102 grinder: added tin, silver, mithril dust 2016-05-02 18:58:30 +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
d3d8153e33 .. 2016-04-18 22:41:10 +02:00
rnd1
470952cbaa cost tweaks 2016-04-18 11:42:34 +02:00
rnd1
21574edb4f mover: in "inventory" mode if filter empty, find the item to move on its own
grinder: grind costs tweaked, added very long smelt times for es gem dusts
2016-04-18 09:48:20 +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
e56ece2b1a interface fixes 2016-04-02 09:38:14 +02:00
rnd1
8c2f355dee mover: fuel costs tweaks for water,lava
grinder: recipe: obsidian shard -> lava, very expensive in fuel cost
    grinder now uses power depending on what item is grinded
2016-03-28 20:38:46 +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
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