244 Commits

Author SHA1 Message Date
Ocraw
f82ed29e90 review: hud_elem_type + type - util/hud.lua:25 2024-08-26 21:31:01 +02:00
Ocraw
da074f484a
Merge branch 'ZenonSeth:main' into main 2024-08-26 19:35:11 +02:00
Ocraw
d8a4e53ba0 minetest complains: set_string to string, hud_elem_type -> type 2024-08-26 15:01:53 +02:00
ZenonSeth
6381cee6eb
Merge pull request #25 from Ocraw/main
Check to prevent wap from opening on chests
2024-08-24 22:15:00 +01:00
Ocraw
f8ba3efdac WAP only opens if sneak is pressed when pointing at nodes defining on_rightclick 2024-08-24 15:16:31 +02:00
Zenon Seth
521b351ccd Fix typo in readme 2024-08-03 16:11:51 +01:00
Zenon Seth
894cfc4108 Update Readme and Roadmap 2024-08-03 16:06:46 +01:00
ZenonSeth
2745ede1aa
Merge pull request #24 from ZenonSeth/issue-16-override-mineclonia-has_crafting_table-func
Override has_crafting_table from mineclonia to fix AP crafting grid not working in Mineclonia
2024-08-03 16:00:38 +01:00
Zenon Seth
dc1635cd2a Override has_crafting_table from mineclonia to fix AP crafting grid not working in Mineclonia 2024-08-03 12:11:51 +01:00
Zenon Seth
c3fc378547 Update guide text for Hyperspanner usage 2024-07-31 12:57:56 +01:00
Zenon Seth
6679350fb7 Add Importer configuration for types of machines to import into 2024-07-31 12:42:34 +01:00
Zenon Seth
cf30e6736a Add Advanced hyperspanner use, showing machine counts via sneak+use 2024-07-30 23:02:18 +01:00
Zenon Seth
c5ca0d8a88 Add backwards compat check for mineclone2 (now VoxelLibre) in case someone is using Logistica on a non-updated server 2024-07-25 09:41:28 +01:00
ZenonSeth
6573e07cb5
Merge pull request #23 from Z-Master/main
Update liquids.lua
2024-07-25 09:35:50 +01:00
Zenon Seth
562bb64cdb Remove leftover debug logging 2024-07-25 09:06:55 +01:00
Matthias
f1348efb43
Update liquids.lua
Fix the game info id since it doesn't work since the mineclone2 project change name, creating texture error messages at the start of the game.
2024-07-25 08:12:24 +02:00
Zenon Seth
f3ee6b85dc Add Infinite Request capability to Request Inserters 2024-07-24 22:58:18 +01:00
Zenon Seth
2593ff73c7 Fix issue where inserting items into a requester would incorrectly add more items than available 2024-07-24 19:21:22 +01:00
Zenon Seth
2259e02351 Change Mass Storage pull so it doesn't pull from Crafting Suppliers 2024-07-24 19:17:54 +01:00
Zenon Seth
8f465fe547 Fix AP search using pattern matching unnecessarily 2024-07-24 15:50:28 +01:00
Zenon Seth
7493f657d9 Improve auto-/supplier- crafting crafting inventory usability by allowing moving and replacement 2024-07-22 17:23:38 +01:00
Zenon Seth
030571b164 Fix mass storage allowing replacement of filter item while storage slot is filled 2024-07-22 17:13:55 +01:00
Zenon Seth
7bea3490b6 Improve auto-/supplier- crafting logic so it only takes items needed for crafting 2024-07-22 17:11:03 +01:00
Zenon Seth
d6aec59554 Make AP detached inventories caching be player specific 2024-07-21 21:46:31 +01:00
Zenon Seth
0dc149b637 Cleanup old AP code, add extra checks in allow take/put 2024-07-21 15:42:39 +01:00
Zenon Seth
4249accea0 Fix take_stack_from_network to account for partially fulfilled requests 2024-07-21 10:57:42 +01:00
Zenon Seth
48ff0c3920 Fix Mass Storage taking from crafting suppliers 2024-07-16 21:15:18 +01:00
Zenon Seth
fa86388509 Make Access Point search be case-insensitive 2024-07-15 14:26:17 +01:00
Zenon Seth
a382a6d5ff Change vaccuum chest to check if entitity is not marked as removed before picking up 2024-07-15 14:25:38 +01:00
Zenon Seth
4ca9e59285 Add better bucket registration support and support some bucket mods 2024-06-06 21:00:03 +01:00
Zenon Seth
ff04a3a9ce Fix issue with receivers not being correctly disconnected after transmitter was destroyed 2024-04-21 14:41:36 +01:00
Zenon Seth
e2e933db53 Fix issue with receiver disconnecting when network was rescanned 2024-04-21 14:41:09 +01:00
Zenon Seth
ed080f4dc2 Fix issue with network lookup not working as intended due to problem caused by previous rebase 2024-04-21 10:57:28 +01:00
Zenon Seth
09931c2da8 Ensure Network Controller timer is running when node is right clicked 2024-04-20 21:10:19 +01:00
Zenon Seth
56eed9dea5 Add Wireless Transmitter and Receiver 2024-04-20 20:56:28 +01:00
Zenon Seth
edaa3f5430 Make opening the Access Point wake up the associated network 2024-04-09 17:16:37 +01:00
Zenon Seth
45017fb451 Add safer way to get inventory lists, replace in current code 2024-04-09 12:46:40 +01:00
Zenon Seth
c7b1b13411 Fix selection box for lava furnace and improve internal representation 2024-04-09 12:46:40 +01:00
Zenon Seth
e6d0e03d21 Fix issues with disabling nodes and waking up networks 2024-04-09 12:46:40 +01:00
Zenon Seth
f09ecd7c54 Fix reservoirs not having a disabled version causing crashes 2024-04-09 12:46:39 +01:00
Zenon Seth
140db80062 Make logistica machines non-movable by pistons 2024-04-09 12:46:31 +01:00
Zenon Seth
b12a7efd02 Change default debug logging to use minetest.log 2024-03-28 12:36:55 +00:00
Zenon Seth
709262db7c Fix access point bug of taking specific metadata items 2024-03-28 12:34:22 +00:00
Zenon Seth
fcb086a031 Call clear history stack on player leave 2024-03-24 21:29:40 +00:00
Zenon Seth
1fd39697c6 Add Guide Book crafting recipe 2024-03-24 16:49:49 +00:00
Zenon Seth
6cf649d8f3 Add Server Settings page info to Guide 2024-03-24 16:38:52 +00:00
Zenon Seth
a3b30de779 Add GuideAPI and Guide Content for Logistica 2024-03-24 16:38:45 +00:00
Zenon Seth
fa3d9d0a27 Fix Tool Chest incorrectly showing power state when it does not use one anymore 2024-03-23 20:33:34 +00:00
Zenon Seth
7061869ed0 Increase output of silverin plate cook; Add silverin recipe with snow 2024-03-23 12:15:01 +00:00
Zenon Seth
0531271844 Make AP ignore trashcans when inserting and make detached inv name be keyed per player 2024-03-22 00:33:05 +00:00