
(1.20.1) Inability to remove loom recipes.
Closed this issue ยท 2 comments
I'm having trouble removing loom recipes and I'm not sure if it's an error on my part or not
event.remove({id: 'tfc:burlap_cloth' })
event.recipes.tfc.loom(
'tfc:burlap_cloth',
'12x tfc_items:plant_string',
12,
'tfc:burlap_cloth'
)
event.recipes.tfc.loom(
'4x tfc:burlap_cloth',
'8x tfc:jute_fiber',
8,
'tfc:burlap_cloth'
)
event.recipes.tfc.loom(
'minecraft:brown_wool',
'4x tfc:burlap_cloth',
4,
'tfc:burlap_cloth'
)

Just an FYI this is basically my intro to coding, so I'm not going to have an easy time understanding you if you throw around too many terms. I sort of, kind of, understand a few basic terms from figuring this stuff out ( "array", "argument", "string", "callback", "function" ) but that's kinda it.