#i need help removing all the dynamo recipes and get rid of it from rei
8 messages · Page 1 of 1 (latest)
That's not the correct mod id (you first give it as 'thermal' then 'thermalexpansion'), and type is for recipe types, smelting vs crafting etc.
Regex should work. { id: /^thermalexpansion:.*dynamo/ }
Will filter all recipes in the thermalexpansion namespace whose recipe Ids contain the word 'dynamo'