Recipe won't show up #865
Unanswered
ThatOneGuy35517
asked this question in
Addons and Integration
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to make a thermal recipe for the phytogenic insolator, the recipe won't show up. Here's my code:
ServerEvents.recipes(event => {
event.recipes.thermal.insolator({
input: { item: 'mysticalagriculture:nitro_crystal_seeds' },
result: {
primary: { item: 'mysticalagriculture:nitro_crystal_essence' }
},
secondary: [
{ item: 'mysticalagriculture:nitro_crystal_seeds', chance: 1.0 },
{ item: 'minecraft:coal', chance: 0.5 }
// Add more secondary outputs as needed
],
water: 400
});
});
Beta Was this translation helpful? Give feedback.
All reactions