#create fan blasting recipes type
15 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Bulk Blasting takes its recipes from vanilla Furnace and Blast Furnace recipes
but how do i block that specific because i have a recipe that uses the blast furnace and i don't want to use bulk blasting because that defeats all the purpose of the recipe
about 5 minutes of time it's need to be in the blast furnace
Append _manual to the recipe ID
If create sees that it won't add it to the bulk blasting
where do i need to place it in my code
Chain .id(<recipe_id>) after the event:
event.blasting(output, input).xp(0).cookingTime(600).id(`${id}_manual_only`)
(you should add a new parameter to the function that provides the ID)
Or, alternatively just use the output for the id
As long as you don't have multiple recipes with the same output of course (which you don't seem to have)
@oblique lance @grim matrix thank you it worked