#Recipe dosen't show in game after creating the new once

17 messages · Page 1 of 1 (latest)

golden thicket
#

I've tried looking at everywhere in the logs and can't find shit out about the logs of faulty recipes.

ServerEvents.recipes(event => {
  event.shapeless('1x angelring:diamond_ring', 
    [
      '4x minecraft:end_crystal',
    '4x #forge:storage_blocks/diamond',
    '1x minecraft:elytra'
  ])

  event.shapeless('1x angelring:leadstone_angel_ring', 
    [
    '2x minecraft:nether_star',
    '2x #forge:storage_blocks/lead',
    '2x #forge:storage_blocks/cinnabar',
    '1x thermal:obsidian_glass',
    '1x thermal:upgrade_augment_1',
      '1x angelring:diamond_ring'
    ])

  event.shapeless('1x angelring:hardened_angel_ring', 
    [
    '2x minecraft:nether_star',
    '2x #forge:storage_blocks/invar',
    '2x thermal:rf_coil_storage_augment',
    '1x thermal:upgrade_augment_2',
    '1x thermal:lumium_glass',
      '1x angelring:leadstone_angel_ring'
    ])

  event.shapeless('1x angelring:reinforced_angel_ring', 
    [
    '2x minecraft:nether_star',
    '2x #forge:storage_blocks/electrum',
    '2x theraml:rf_coil_xfer_agument',
    '1x theraml:glowstone_bucket',
    '1x theraml:signalum_glass',
      '1x angelring:hardened_angel_ring'
    ])

  event.shapeless('1x angelring:energetic_angel_ring', 
    [
    '2x minecraft:netherite:ingot',
    '2x #forge:storage_blocks/signalum',
    '2x powha:energized_steel_blcok',
    '2x minecraft:nether_star',
      '1x angelring:reinforced_angel_ring'
    ])

  event.shapeless('1x angelring:resonant_angel_ring', 
    [
    '2x minecraft:nether_star',
    '2x #forge:storage_blocks/enderium',
    '2x thermal:blizz_powder',
    '1x thermal:enderium_glass',
      '1x thermal:upgrade_augment_3',
    '1x angelring:energetic_angel_ring'
    ])

  event.shapeless('1x angelring:angel_ring', 
    [
      '3x alllthemodium:allthemodium_block',
    '2x minecraft:nether_star',
    '2x forbidden:arcanus:orb_of_temporary_flight',
    '1x minecraft:netherite_block',
    '1x angelring:resonant_angel_ring'
    ])
})

So I'm questioning myself & the game on what the F is going on.
For a smart code person u might know it instantly just by me giving u my logs (derp face)

summer inletBOT
#

Paste version of latest.log, server.txt, Recipes_Dissabling.js from @golden thicket

lethal summitBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

golden thicket
#

Recipe don't show in game after creating the new once

golden thicket
#

Recipe dosen't show in game after creating the new once

oak elm
#

i think its because you add the recipe and immediately remove them

#

you add them in the first script and remove them in the second

#

to fix this you need to give the second script a higher priority than the first script

#

something like 5 or 10 or even 1000 would work

golden thicket
#

Well the one scrip removed the default while the once i create is getting a new id but I'll try: the recipe or the disabling getting prio?

golden thicket
#

well the prio doesn't seem to work ether.

oak elm
#

did you give Recipes_Dissabling.js priority 1000

golden thicket
#

no not that one but tried a 100

#

give it another try then

oak elm
#

change Recipes_Dissabling.js

#

not the other one

golden thicket
#

NVM thanks for all the help.