This commit is contained in:
Dmitry 2024-01-19 13:34:36 +07:00
parent f8b535466a
commit 7ed98ccb36
3 changed files with 4 additions and 3 deletions

View file

@ -7,4 +7,5 @@
#
# By default, this file will be empty except for this notice.
mixin.world.player_chunk_tick=false
mixin.world.player_chunk_tick=false # Fix TFC chunkdata errors
mixin.entity.collisions=false # Fix crash with Gregicality Rocketry

View file

@ -974,7 +974,7 @@ const registerTFCRecipes = (event) => {
.id(`tfc:anvil/${material.getName()}_bars`)
// 16x Решетка
event.recipes.tfc.anvil(`16x tfc:metal/bars/${material.getName()}`, `gtceu:${material.getName()}_double_plate`, ['upset_last', 'punch_second_last', 'punch_third_last'])
event.recipes.tfc.anvil(`16x tfc:metal/bars/${material.getName()}`, `gtceu:double_${material.getName()}_plate`, ['upset_last', 'punch_second_last', 'punch_third_last'])
.tier(tfcProperty.getTier())
.id(`tfc:anvil/${material.getName()}_bars_double`)

2
mods

@ -1 +1 @@
Subproject commit 42939a072bf8aee845f5b804786c1c2c98401486
Subproject commit 015bcdd0588b910bd0294f889d03f2f61e092314