#im having trouble i need to change the crushing wheels recipe but i dont know how to make the new
1 messages · Page 1 of 1 (latest)
you can delete old recipe from id and generate new recipe
event.remove({ id: 'old_recipe_id' })
event.crushing()
or just replace old recipe with id
event.crushing().id('old_recipe_id')
ik that sorry if it was confusing what i need to now is how do i make a recipe that can only be made with a mechincal crafter?