Commit Graph

1069 Commits

Author SHA1 Message Date
James Clarke 5040fd0ac0
Merge da4f4f5e23 into a08ba2bb93 2024-01-29 17:55:40 +01:00
cx384 a08ba2bb93
Get rid of deprecated metadata (#628)
The deprecated metadata gets converted to a proper ItemStackMetaRef.
All keys stay the same except for:
- Cans that use `can_level` now, since they didn't store a serialized table in the metadata before.
- `charge` which is now `technic:charge`, since any item (also from other mods) may have a technic charge which can cause compatibility problems.

Backwards compatibility is kept but going back to older `technic` versions might result in misbehaving circuits.
2024-01-22 18:27:54 +01:00
SmallJoker 410e341da5 HV Reactor: Improve formspec layout 2024-01-09 21:51:08 +01:00
cx384 5826c2feaa
Fix outdated dependency links (#627) 2024-01-06 12:26:20 +01:00
James David Clarke da4f4f5e23
Fix crash issue 2024-01-02 11:48:35 +00:00
James David Clarke 3b70b56560
Misc fixes 2024-01-01 14:53:10 +00:00
James David Clarke af78e5b60e
Fixed RE battery ingredient 2023-12-31 19:54:25 +00:00
James David Clarke 50191f75fe
Removed fortune enchant effects from non ores 2023-12-31 16:01:57 +00:00
James David Clarke 4f59214f34
Fix cans 2023-12-30 13:33:32 +00:00
James David Clarke 21d76f0b70
Fix Lava geothermal generator 2023-12-28 15:58:13 +00:00
James David Clarke 16b270c6e7
Fixed Water mill code 2023-12-28 15:53:59 +00:00
James David Clarke ee0bfa0e26
Fix geothermal generator 2023-12-28 15:37:08 +00:00
James David Clarke 5b52a94da7
Fixed Water Mill Node 2023-12-28 15:29:10 +00:00
James David Clarke abbb4ead1b
Fixed coal grinding recipe 2023-12-28 15:20:58 +00:00
James David Clarke b96d32b5ec
Added back LV Furnace Recipe 2023-12-28 14:02:37 +00:00
James David Clarke 588d36ba09
Added technic_compat mod to keep compatability functions accessable to the whole modpack 2023-12-28 09:54:09 +00:00
James David Clarke 9a231387a3
Made nodes breakable again 2023-12-28 08:47:46 +00:00
James David Clarke 58df66b7bc
Major refactor, put compat ingredients in namespace tables 2023-12-27 17:11:42 +00:00
James David Clarke 26a8ab3dd0
Various fixes reccomended by the mod author 2023-12-27 16:11:05 +00:00
James David Clarke 8857680d29
Add alloy recipes to mcl_craftrecipes 2023-12-27 02:48:43 +00:00
James David Clarke 1087e0c645
Added MCL CraftGuide for Machine recipes 2023-12-27 02:43:48 +00:00
James David Clarke ffce3393bb
Fixed texture errors 2023-12-22 13:45:41 +00:00
James David Clarke fae9f76d43
Fixed copper lump grinding recipe for mineclone2 2023-12-22 12:30:23 +00:00
James David Clarke 6a232121cb
Cables breakability Fixed again 2023-12-22 11:45:13 +00:00
James David Clarke 05dc5893ee
Test 2023-12-22 11:43:42 +00:00
James David Clarke cca5d3bec1
Made cables mineable 2023-12-22 11:39:33 +00:00
James David Clarke e04bafce83
Added Smelting recipe for making raw_latex in mineclone2 2023-12-22 05:15:32 +00:00
James David Clarke 3ed2d96eb5
Fixed blocks not mineable 2023-12-22 05:03:11 +00:00
James David Clarke ca56acdee7
Fixed blocks now minable 2023-12-22 04:59:02 +00:00
James David Clarke 420e63e7a6
Ores now generate correctly in technic 2023-12-21 07:59:12 +00:00
James David Clarke 35dbebb380
More optomization 2023-12-20 14:34:00 +00:00
James David Clarke fe30259604
Optomised code some more 2023-12-20 12:23:29 +00:00
James David Clarke ff885f52ff
Optomised code in mcl_support.lua 2023-12-20 12:17:33 +00:00
James David Clarke 535c130bae
Moved Mineclone2 support for technic to seperate lua file 2023-12-20 12:07:07 +00:00
James David Clarke 9d0b609c6b
Added Machine Recipes 2023-12-20 11:24:29 +00:00
James David Clarke cfe2ee2133
Added Mineclone2 support apart from special machines own recipes within the machines 2023-12-20 08:20:56 +00:00
SmallJoker b221d69717 Remove duplicated textures
Now the ingot textures provided by commit 83e9cab3 are loaded
2023-12-19 18:59:46 +01:00
SFENCE a296446da1 Add granite brick node (#593) 2023-12-19 18:25:45 +01:00
SmallJoker 49d4105a2b Quarry: revert startpos+1 air-like node check
Quarries are also deployed in entirely solid underground, where
it is expected that the quarry produces a new shaft from scratch.
2023-10-01 10:47:59 +02:00
SmallJoker fda8a3d042 Quarry: Allow digging in different airlike environments
This offloads the digging check to a separate function for better code separation.
2023-09-23 13:25:11 +02:00
SmallJoker dfcf64c1d0 Chainsaw: new setting to disable safe cutting
Some trees might generate with param2 != 0, which makes the
chainsaw appear blunt/useless. This safety feature is now
customizable.
2023-08-26 10:57:05 +02:00
SmallJoker 0921c326a8 Chainsaw: fix occasional error on startup
This also tweaks the cost function to make the chainsaw a bit less powerful.
2023-08-03 21:28:41 +02:00
SmallJoker 9b7c44b453 Wrench: Fix node registration from other mods 2023-01-29 13:11:37 +01:00
SmallJoker 86e083c409 Document a few derived textures
Thanks to cx384 for providing this input
2023-01-11 20:43:06 +01:00
SmallJoker 21e044478e Fix battery box charging issues caused by out of sync functions
This code should be merged in the future to avoid such issues.
2022-11-26 23:25:33 +01:00
SmallJoker 521c0b74bb Fix battery box charging on Windows 2022-11-24 21:49:20 +01:00
damiemk aad1b2875a
Add Japanese translation (#613) 2022-11-17 19:59:39 +01:00
sfence 66e20a9231
Add register_cable_tier API function (#612) 2022-11-04 19:23:44 +01:00
SmallJoker 705961e2fe Supply converter: Charge batteries again 2022-11-01 20:27:26 +01:00
SmallJoker 6a9dfec36f
Batteries: Workaround to fix discharge (#609)
The network traversal code does still not handle connecting sides,
but at least finite power is no more.
2022-10-29 21:36:48 +02:00