Commit graph

1686 commits

Author SHA1 Message Date
Dmitry
71858b5fdc cfgs 2024-04-30 08:41:34 +07:00
Dmitry
1b1e83f52e firmaciv fixes after 0.2.9 2024-04-30 08:21:06 +07:00
Dmitry
27d440750b Update CHANGELOG.md 2024-04-30 08:09:41 +07:00
Dmitry
6539760237 Update recipes.js 2024-04-30 08:08:22 +07:00
Xikaro
a9a04eb795 Update mods 2024-04-29 21:59:09 +05:00
Xikaro
51493a6a0f Update release.yml 2024-04-29 21:59:07 +05:00
Dmitry
e0e0c2d635 Update CHANGELOG.md 2024-04-29 14:20:13 +07:00
Dmitry
a4ef13203e Update mods 2024-04-29 14:20:10 +07:00
Dmitry
25e54ab448 Update mods 2024-04-29 12:00:28 +07:00
Dmitry
50fa65b61d Update CHANGELOG.md 2024-04-29 11:56:49 +07:00
Dmitry
2f807971bf Портированные рецепты, но пока отключенные 2024-04-29 11:53:35 +07:00
Dmitry
97fda5f01a Update mods 2024-04-29 11:50:01 +07:00
Dmitry
d7413805a0 dead 2024-04-29 11:48:13 +07:00
Dmitry
ac2e4642c0 Update tags.js 2024-04-29 11:45:39 +07:00
Dmitry
41e5d84a16 Update CHANGELOG.md 2024-04-29 11:40:53 +07:00
Dmitry
b6acab5fda Update gtceu.yaml 2024-04-29 11:40:49 +07:00
Dmitry
2948a94650 ops 2024-04-28 17:34:24 +07:00
Dmitry
732989cee0 Update CHANGELOG.md 2024-04-28 17:28:21 +07:00
Dmitry
0836d5506f Port #322 - part 3 2024-04-28 17:28:13 +07:00
Dmitry
7222f4e25a langs 2024-04-28 17:27:37 +07:00
Dmitry
a765d4e655 Update create.snbt 2024-04-28 17:27:30 +07:00
Dmitry
77f6d97fd1 Update ae2.snbt 2024-04-28 17:27:26 +07:00
Dmitry
994f0041b0 ae2 cfgs 2024-04-28 17:27:22 +07:00
Dmitry
a229344322 fuckkkk 2024-04-28 14:59:25 +07:00
Dmitry
a733a8e032 Port #322 - part 2 2024-04-28 14:58:39 +07:00
Dmitry
37793c914a refactor 2024-04-28 14:58:25 +07:00
Dmitry
725aa135f8 Update mods 2024-04-28 14:05:44 +07:00
Dmitry
fffbf29f35 cleanup 2024-04-28 14:05:42 +07:00
Dmitry
7c38d12863 Port #322 - part 1 2024-04-28 14:02:01 +07:00
Xikaro
c67978b2ce Update CHANGELOG.md 2024-04-27 19:58:47 +05:00
Xikaro
59f3ac8f07 Update mods 2024-04-27 19:58:45 +05:00
Dmitry
c2d2ebeb24 Merge branch 'main' of https://github.com/TerraFirmaGreg-Team/Modpack-1.20.x 2024-04-27 20:56:09 +07:00
Dmitry
f0b81d92d0 Update CHANGELOG.md 2024-04-27 20:55:47 +07:00
Dmitry
e6c7155313
Merge pull request #334 from chemlzh/main
Fix GT tools with duplicates in TFC cannot set on the tool racks, and fix GT spare parts melting recipes
2024-04-27 19:09:50 +07:00
Dmitry
f465228f60
Merge branch 'main' into main 2024-04-27 19:08:12 +07:00
Dmitry
86e819675d
Update tags.js
Signed-off-by: Dmitry <52341158+Exzept1on@users.noreply.github.com>
2024-04-27 19:07:18 +07:00
EliAyase
d6fad9bac2
Rollback for 0.7.3 update
Delete "$" before ToolHelper. This rollback is paired with TFG-Core 0.7.3

Signed-off-by: EliAyase <chemlzh@pku.edu.cn>
2024-04-27 19:34:55 +08:00
Dmitry
14ea579221 Update CHANGELOG.md 2024-04-27 16:46:10 +07:00
Dmitry
fc4fc7ac0d add more items to tfc:usable_on_tool_rack 2024-04-27 16:34:39 +07:00
Dmitry
e2bb22b1a1 Steal small fix from constants.js: https://github.com/TerraFirmaGreg-Team/Modpack-1.20.x/pull/334/commits/5930ee7a9509d8fb75640f26afcf2b456c355105 2024-04-27 16:34:17 +07:00
Dmitry
c89b0c6b7e Update mods 2024-04-27 16:33:28 +07:00
EliAyase
cbf074eeda
Update ev__extreme_voltage.snbt
Signed-off-by: EliAyase <chemlzh@pku.edu.cn>
2024-04-27 16:53:16 +08:00
EliAyase
9cf8777ac4
Update ev__extreme_voltage.snbt
Change EV coil description

Signed-off-by: EliAyase <chemlzh@pku.edu.cn>
2024-04-27 15:26:56 +08:00
EliAyase
5200434e6d
Fix spared parts molten product inconsistency between GT and TFC
Fix spared parts molten product inconsistency between GT and TFC.

Now 1 bolt can get 18mB molten metal, 1 screw can get 16mB molten metal, and 1 ring can get 36mB molten metal, suited with GT.

Signed-off-by: EliAyase <chemlzh@pku.edu.cn>
2024-04-27 14:45:09 +08:00
chemlzh
5930ee7a95 Fix GT tools with duplicates in TFC cannot set on the tool racks
Fix GT tools with duplicates in TFC cannot set on the tool racks. Since original program will throw ReferenceError.
Tested on TFG 0.7.2 with TFC & GTM manually updated to newest version. However, tools appear only in GTM still cannot put on the tool racks. Need further investigation.
2024-04-27 13:49:12 +08:00
Dmitry
89c81edb51 steam&rails rails recipes 2024-04-26 16:08:22 +07:00
Dmitry
b9c3d0ea63 Update CHANGELOG.md 2024-04-25 20:31:43 +07:00
Dmitry
b74dace65b Update primitive_age.snbt 2024-04-25 20:31:09 +07:00
Dmitry
3cfd06243f fixes 2024-04-25 20:16:37 +07:00
Dmitry
8308c40a0d fertilizers 2024-04-25 20:14:12 +07:00