whoops, conversion recipe was the wrong way around

This commit is contained in:
Pyritie 2025-06-17 14:51:25 +01:00
parent e38425d597
commit 9d7c38b6ee

View file

@ -3,7 +3,7 @@
function registerTFGConvertingRecipes(event) {
event.shapeless("afc:tree_tap", "treetap:tap")
event.shapeless("tfcea:refrigerator", "tfg:mv_food_refrigerator")
event.shapeless("tfg:mv_food_refrigerator", "tfcea:refrigerator")
event.shapeless('greate:steel_cogwheel', 'create:cogwheel')
event.shapeless('greate:large_steel_cogwheel', 'create:large_cogwheel')