Commit Graph

  • d99049e60d
    Merge 28a906863db6e3171901fe2f8cf43c09de9138d6 into 3bece9cec5807a73dc764bdf43ad0d1d3441904e DustyDave961 2024-12-17 00:30:14 -0600
  • 3bece9cec5 Fix incorrect recipe registration for craftguide and i3 master SmallJoker 2024-12-16 20:42:57 +0100
  • 59643c45d4 Chainsaw: Chat message for 'aborted by safe cut' SmallJoker 2024-12-07 22:15:37 +0100
  • b268e3d526
    Fix machines connected to multiple networks (#655) Tóth Kornél 2024-11-29 18:58:51 +0100
  • 87e512ff24
    Fix power monitor instability (#654) Tóth Kornél 2024-11-22 21:19:49 +0100
  • 67c7441c79 Renamed net variable to network_id in multiple places, removed unneccesarily checking technic.network[network_id] for nil, moved network_id nil checking inside clear_network function SomeName42 2024-11-21 20:20:27 +0100
  • 28a906863d
    Update radiation.lua DustyDave961 2024-11-20 13:08:00 -0600
  • 234a9e9c00 Defined clear_networks before clear_network because it is needed in the function. SomeName42 2024-11-17 17:33:26 +0100
  • 27df5e553f Made clear_networks function local again. SomeName42 2024-11-17 17:29:43 +0100
  • ee45296704 Removed accidentally included logging. SomeName42 2024-11-17 17:09:59 +0100
  • 8a575357ef Small improvement to add_network_node function and function comment improved clear_networks function fixed network not being cleared in some cases. Moved new network finding for machines to when network is cleared instead of on timeout. SomeName42 2024-11-17 17:04:05 +0100
  • 77f01bc9d7 Fixed machines sometimes incorrectly being treated as cables. SomeName42 2024-11-16 17:40:21 +0100
  • 7f83b627af Removed unnecessarily added network_id parameter from touch_nodes SomeName42 2024-11-16 16:04:35 +0100
  • 2e95bf20d1 Fixed power multiplication bug. Resolves #277. The cause of the bug was that machines can be a part of multiple networks and generate power for each of the networks. This was fixed by checking if machine is already part of an other network and not making it a part of the current one. When network times out the network meta string value is cleared and the clear_networks function is used to try to connect the machine to a different network. SomeName42 2024-11-16 16:01:48 +0100
  • a8bf56d984 Removed unneccesary nodedef checks. SomeName42 2024-11-16 13:11:20 +0100
  • 415c33001c Made timeout update when a different tier network already found. SomeName42 2024-11-16 10:39:00 +0100
  • 34b6fd1b72 Fixed power monitor instability where it was switching between having and not having network infotext. Resolves #640. The cause of the issue was that the power monitor is LV MV and HV machine at the same time, and each tier has a countdown. If any of these countdowns were 0 it treated the machine as having no network. This was changed so that it only treats a machine as having no network if it is timed out in all tiers that it is a part of. SomeName42 2024-11-16 09:31:56 +0100
  • feb853c715
    Update api.md DustyDave961 2024-10-20 10:16:37 -0500
  • cf01860727
    Update radiation.lua DustyDave961 2024-10-20 10:16:13 -0500
  • af6ab2899e
    Update radiation.lua DustyDave961 2024-10-20 08:00:11 -0500
  • f9026bfacf
    Update radiation.lua DustyDave961 2024-10-19 06:59:22 -0500
  • 60b22e3c3a
    Update radiation.lua DustyDave961 2024-10-19 03:20:19 -0500
  • 5b8e7fb472
    Update nodes.lua DustyDave961 2024-10-19 03:19:34 -0500
  • 8ad1f58cd3
    Update api.md DustyDave961 2024-10-19 02:46:10 -0500
  • 9eb7d0e784
    Update radiation.lua DustyDave961 2024-10-18 05:40:45 -0500
  • a9e1351181
    Update radiation.lua DustyDave961 2024-10-17 00:52:07 -0500
  • 0cf8159a14
    Update api.md DustyDave961 2024-10-16 17:33:30 -0500
  • 11f982acd6
    Update radiation.lua DustyDave961 2024-10-15 18:17:33 -0500
  • 2309259f64
    Update radiation.lua DustyDave961 2024-10-15 18:16:14 -0500
  • cedccb4401
    Update radiation.lua DustyDave961 2024-10-15 18:05:10 -0500
  • 930efcc51c
    Update api.md DustyDave961 2024-10-15 17:57:02 -0500
  • 268d7bc22a
    Update radiation.lua DustyDave961 2024-10-13 19:48:19 -0500
  • 174ba17d69
    Update radiation.lua DustyDave961 2024-09-28 01:06:05 -0500
  • b9de49b1f8
    Update nodes.lua DustyDave961 2024-09-28 01:03:57 -0500
  • 3e9eb08c24
    Update radiation.lua DustyDave961 2024-09-28 00:45:09 -0500
  • 18df2813a0
    Comment print statements in battery_box.lua (#650) DustyBagel 2024-09-06 12:10:04 -0500
  • d1c9eb9546
    Comment Print Statements in battery_box.lua DustyBagel 2024-09-05 21:14:13 -0500
  • 221fc1376e
    technic_cnc: use programs definition to generate formspec (#647) SmallJoker 2024-08-10 10:50:51 +0200
  • 9f373d6528 technic_cnc: Add group 'cracky' SmallJoker 2024-08-03 08:23:29 +0200
  • 2454382e90 technic_cnc: use programs definition to generate formspec pr_647_technic_cnc_rewrite SmallJoker 2024-08-02 19:02:49 +0200
  • 6731db14e5
    Add compressor recipes for nether racks (#644) Gábriel 2024-07-07 18:53:15 +0200
  • a9079c49e0
    Expose technic.get/set_charge functions (#645) OgelGames 2024-07-08 02:45:03 +1000
  • 754196cf27
    document functions OgelGames 2024-07-04 11:20:37 +1000
  • 2e09db3fee
    expose get/set charge functions OgelGames 2024-07-03 14:55:51 +1000
  • 7a0fdc0785
    Merge 12758f32d4b39cf1072eba3d38c7c9825dd5c42d into f80372a0f8f1f14402817cd03256c7c66a65c003 cheapie 2024-06-20 19:51:28 +0000
  • 89c6970a15 Fix size check gabriel1379 2024-06-16 08:15:55 +0200
  • 8c7fb9e787 Fix string check gabriel1379 2024-06-16 07:54:54 +0200
  • 2ff9d0c9be Add missing trailing comma gabriel1379 2024-06-16 07:52:46 +0200
  • 1702305d88 Add compressor recipes for netherrack and deep netherrack gabriel1379 2024-06-16 07:51:15 +0200
  • f80372a0f8 Frames: Fix error in node placement callback execution SmallJoker 2024-05-18 18:05:44 +0200
  • 80dee96dbe
    Add grinding recipe for nether lump + refactor grinder recipes (#638) Gábriel 2024-05-06 17:33:22 +0200
  • d65c4aadd2
    Add grinder crafting recipe from everness desert stone (#637) Gábriel 2024-05-06 17:31:13 +0200
  • c86b268ea1
    fix alignment SmallJoker 2024-04-30 17:46:04 +0200
  • 98675a2ae9
    Add compressor recipes for nether brick and lump (#639) Gábriel 2024-04-30 17:44:51 +0200
  • ba2bdf8368
    technic_cnc: Use client-side translation API (#636) SmallJoker 2024-04-28 18:41:52 +0200
  • a2b213c860 Revert "Add additional check for nether (to make sure that we have the right one)" gabriel1379 2024-04-19 07:25:12 +0200
  • 2d8716d70a Fix again gabriel1379 2024-04-19 07:22:44 +0200
  • 7b46a699f9 Fix local variable definition and access gabriel1379 2024-04-19 07:19:50 +0200
  • b1364dd921 Make variables local gabriel1379 2024-04-19 07:16:15 +0200
  • f68a3f060f Revert "Add additional check for nether (to make sure that we have the right one)" gabriel1379 2024-04-19 07:06:22 +0200
  • 72c32fa13e Revert "Add local keyword to check function's local variable in compressor recipes" gabriel1379 2024-04-19 07:05:44 +0200
  • fd34254c9c Add additional check for nether (to make sure that we have the right one) gabriel1379 2024-04-13 21:23:19 +0200
  • c92e8f796a Add local keyword to check function's local variable in compressor recipes gabriel1379 2024-04-13 21:17:57 +0200
  • ec646b2059 Add additional check for nether (to make sure that we have the right one) gabriel1379 2024-04-13 21:15:11 +0200
  • 03d62da9c9 Refactor default recipe clearing part 2 gabriel1379 2024-04-08 11:01:31 +0200
  • 06ca0371ea Refactor default recipe clearing gabriel1379 2024-04-08 10:53:49 +0200
  • 8ab2a6e047 Refactor recipes collection gabriel1379 2024-04-08 09:57:50 +0200
  • 54122f9071 Add compressor recipes for nether brick and lump gabriel1379 2024-04-08 09:44:20 +0200
  • 0bf4066d2b Adjust comment and use ipairs instead of pairs for non-keyed table gabriel1379 2024-04-07 13:42:08 +0200
  • ed9ec6d9bc Refactor remaining dust registration gabriel1379 2024-04-07 13:31:10 +0200
  • 2d58a50697 Refactor dust registration gabriel1379 2024-04-07 13:04:26 +0200
  • b3ca8a591a feature/add_grinding_recipe_for_nether_lump_and_ingot + image for nether dust gabriel1379 2024-04-07 12:31:15 +0200
  • 199a7d8be9 Sort dependency-based entries alphabetically gabriel1379 2024-04-07 10:27:59 +0200
  • 37327b5bab Add two alternative grinder crafting recipes with the two everness desert stones gabriel1379 2024-04-07 10:21:10 +0200
  • 1c195a7f2d
    Merge pull request #1 from minetest-mods/master Gábriel 2024-04-07 10:18:27 +0200
  • 9cf5fab245 technic_cnc: Use client-side translation API technic_cnc_pr_636 SmallJoker 2024-03-29 13:34:34 +0100
  • d5ff69d1d9
    Add Everness sandstone compressor recipes (#634) Gábriel 2024-03-25 19:45:57 +0100
  • ebbc8b5a19
    v2 SmallJoker 2024-03-16 12:38:55 +0100
  • 51af3f918b
    align after the first printable character SmallJoker 2024-03-16 12:37:38 +0100
  • 155bb12847 Add CR recs part 2 gabriel1379 2024-03-13 20:11:53 +0100
  • 6cbd6bb15e Apply CR recommendations gabriel1379 2024-03-13 20:06:16 +0100
  • a7566d187f Do clearing crafts with function, table and loop too gabriel1379 2024-03-09 16:40:47 +0100
  • 09ef1cab84 Fix tabs gabriel1379 2024-03-09 16:19:25 +0100
  • 0356ebec84 Create function, table and loop for clearing crafts to keep things overviewable gabriel1379 2024-03-09 16:17:20 +0100
  • 381edc5a4f Edit wrongly placed comment gabriel1379 2024-03-09 15:51:44 +0100
  • f1a0f2c86c Add grinder recipes for everness sandstones (all of them) gabriel1379 2024-03-09 15:47:51 +0100
  • 99e3384899 Add everness as optional dependency to ensure clearing of default everness sandstone recipe gabriel1379 2024-03-09 15:39:31 +0100
  • 58fa4ec43d Trim spaces gabriel1379 2024-03-09 15:30:34 +0100
  • c48d32c004 Attempt to fix tabs in compressor_recipes.lua gabriel1379 2024-03-09 15:28:35 +0100
  • 8074d49de8 Clear default everness sandstone to sand recipe gabriel1379 2024-03-09 15:19:39 +0100
  • e57dc5b16c Add everness sandstone compressor recipes, clear their default recipes gabriel1379 2024-03-09 15:00:06 +0100
  • f47da0c045
    Add grinding for pyrite from Everness mod (#633) Gábriel 2024-03-08 18:44:13 +0100
  • 78f7539027 Remove everness from mod.conf gabriel1379 2024-03-04 23:19:08 +0100
  • 6c0ab3f8b5 Add crushed .png-s gabriel1379 2024-03-04 20:22:52 +0100
  • 0c01edd5ba Add recipe for grinding pyrite lump from everness mod into pyrite dust if everness mod is present (also includes images for pyrite dust). gabriel1379 2024-03-03 21:33:38 +0100
  • 5040fd0ac0
    Merge da4f4f5e237d14da9015f1b91027ee2f8c69b7e0 into a08ba2bb93d7683b619a0e6b0bf00e3afd614ae4 James Clarke 2024-01-29 17:55:40 +0100
  • a08ba2bb93
    Get rid of deprecated metadata (#628) cx384 2024-01-22 18:27:54 +0100
  • 410e341da5 HV Reactor: Improve formspec layout SmallJoker 2024-01-09 21:50:50 +0100
  • 9e5015cee7 Fix leftover metadata cx384 2024-01-09 17:44:01 +0100
  • 55aca5fd53 Replace if with or cx384 2024-01-09 17:39:02 +0100