diff --git a/config/canary.properties b/config/canary.properties index 3fbbc423e..2152bcc65 100644 --- a/config/canary.properties +++ b/config/canary.properties @@ -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 diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index 286982674..a95527ea2 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -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`) diff --git a/mods b/mods index 42939a072..015bcdd05 160000 --- a/mods +++ b/mods @@ -1 +1 @@ -Subproject commit 42939a072bf8aee845f5b804786c1c2c98401486 +Subproject commit 015bcdd0588b910bd0294f889d03f2f61e092314