orwell96
9ebb3a9f6f
Add optional dependency on farming mod
...
While trying out techage_modpack, I noticed that the TA1 mill doesn't have any recipes registered. I could eventually track it down to the following:
- At load time, if techage gets loaded before farming, the registration for the wheat recipes (in the mill) is skipped
- Changing the global_exists() to a get_modpack() doesn't remedy the issue as add_grinder_recipe() checks for item existence
Soft-depending on farming remedies the issue and the mill works normally.
2023-04-24 22:20:45 +02:00
Joachim Stolberg
dbae9bd8e4
Merge pull request #127 from Niklp09/ffs
...
fix forceload formspec receiver
2023-04-23 11:30:35 +02:00
Niklp09
7bdd00c019
fix forceload formspec receiver
2023-04-18 13:11:53 +02:00
Joachim Stolberg
09e48c4084
Update version to v1.14
2023-04-16 15:12:55 +02:00
Joachim Stolberg
fc80a90ff2
Add API manual
2023-04-16 15:08:05 +02:00
Joachim Stolberg
05670352c6
Add API function register_ore_for_gravelsieve
2023-04-16 15:07:29 +02:00
Joachim Stolberg
9e1ae22bf4
Add support for the game Asuna ( #126 )
2023-04-13 20:20:58 +02:00
Joachim Stolberg
9e226d6d8a
Remove teleport mode for move controller
2023-04-11 12:49:56 +02:00
Joachim Stolberg
66a4c3ae7f
Fix manual issue #123
2023-04-11 11:05:15 +02:00
Joachim Stolberg
a3079dae78
Merge pull request #124 from Niklp09/drops
...
fix unknown item drops
2023-04-11 11:00:42 +02:00
Niklp09
f0c0ee3d75
fix unknown item drops
2023-04-11 10:44:21 +02:00
Joachim Stolberg
109c5c371e
Fix keep node number issue
2023-04-10 16:52:24 +02:00
Joachim Stolberg
a932296420
Add "Teleport mode" to ta4 move and ta5 fly controller
2023-04-10 16:32:41 +02:00
Joachim Stolberg
b2ad9f3058
Fix use of deprecated field name in some tile definitions #12
2023-04-07 10:51:33 +02:00
Joachim Stolberg
bf33f47b2c
Fix texture flipping issues
2023-04-03 19:39:39 +02:00
Joachim Stolberg
7051da903e
v1.12
2023-04-01 19:19:53 +02:00
Joachim Stolberg
e5fc8a4b8a
Add version command
2023-04-01 19:19:29 +02:00
Joachim Stolberg
062b3f5fef
fix overload bug, fix missing dominant 'on' issue
2023-04-01 19:10:14 +02:00
Joachim Stolberg
2e24ccbdcd
Disable inventory access on client side due to minetest core issues
2023-04-01 19:09:04 +02:00
Joachim Stolberg
1fcadc9ff7
Fix bug with reset button
2023-03-28 18:34:54 +02:00
Joachim Stolberg
c3a492cb89
Add craftable and invisible move block
2023-03-28 18:33:43 +02:00
Joachim Stolberg
6159ccaa96
Add craftable and invisible move block
2023-03-21 20:00:26 +01:00
Joachim Stolberg
d92c2a7b91
Fix ta4 pusher counting bug
2023-03-20 20:09:58 +01:00
Joachim Stolberg
774d0d2e42
Add running state
2023-03-19 17:05:03 +01:00
Joachim Stolberg
f84b040346
Increase player inventory to 8x4 for the filler
2023-03-19 11:53:27 +01:00
Joachim Stolberg
15e021e2ed
fix bug with ta3 node_detector and wielded_light nodes
2023-03-19 11:46:23 +01:00
Joachim Stolberg
279b876087
Merge pull request #120 from Niklp09/aliases
...
add an option to disable stair aliases
2023-03-19 10:52:22 +01:00
Niklp09
45357e2980
add an option to disable stair aliases
2023-03-13 14:11:08 +01:00
Joachim Stolberg
41b82454c4
Improve transformer and electricmeter:
...
Transformer:
- add wrench menu for 'max. power passed through'
- Increase max. power passed through from 100 to 300 ku
Electricmeter:
- add wrench menu for 'max. power passed through' and 'power countdown'
- add commands to read the countdown value (Lua and Beduino controller)
2023-03-05 22:06:48 +01:00
Joachim Stolberg
37f6462673
Improve transformer and electricmeter
2023-03-05 21:44:35 +01:00
Joachim Stolberg
e95949ae04
Update history
2023-03-05 11:51:03 +01:00
Joachim Stolberg
6e193f57ae
Fix paramtype/use_texture_alpha issue
2023-03-05 11:39:01 +01:00
Joachim Stolberg
b40447ed95
fix issue #119 (Possible Bug in techage:ta4_display)
2023-03-05 11:34:34 +01:00
Joachim Stolberg
57f5a3594b
Reduce the number of necessary exp points
2023-02-28 21:12:57 +01:00
Joachim Stolberg
4c3e73b3f9
Try to fix kernel crashes
2023-02-27 19:57:56 +01:00
Joachim Stolberg
460cc7eefd
Fix another chest chain bug
2023-02-27 19:57:36 +01:00
Joachim Stolberg
1a861c7f15
Try to fix kernel crashes
2023-02-27 19:57:28 +01:00
Joachim Stolberg
71a024649a
Try to fix kernel crashes
2023-02-27 19:57:24 +01:00
Joachim Stolberg
93c004132f
Rework doorcontroller
2023-02-26 21:01:50 +01:00
Joachim Stolberg
30b0a51209
Rework doorcontroller
2023-02-26 19:56:14 +01:00
Joachim Stolberg
82d9d6de55
Increase tank cart storage size to 200
2023-02-20 20:57:42 +01:00
Joachim Stolberg
e068a39c4d
Fix paramtype/use_texture_alphaissue
2023-02-20 20:57:07 +01:00
Joachim Stolberg
2826423e5b
Add command 'load' to the TA4 power terminal
2023-02-19 21:29:07 +01:00
Joachim Stolberg
a53ab04ca2
Add beduino tank commands
2023-02-19 19:23:38 +01:00
Joachim Stolberg
354dcf2684
Fix command on/off bug
2023-02-19 19:07:28 +01:00
Joachim Stolberg
6d9c9bb51f
Improve power terminal
2023-02-19 16:47:06 +01:00
Joachim Stolberg
66937f5743
Fix power consumption bug for a stopped collider
2023-02-19 15:11:43 +01:00
Joachim Stolberg
77181cbc3b
Fix electrolyzer formspec bug
2023-02-19 10:54:13 +01:00
Joachim Stolberg
633e1e987d
Merge pull request #118 from Niklp09/autocrafter
...
fix sigsegv's due autocrafter
2023-02-16 16:53:34 +01:00
Niklp09
c7c61d05fb
fix sigsegv's due autocrafter
2023-02-15 18:17:00 +01:00