#Kube having issues with Extreme Reactors recipes

18 messages · Page 1 of 1 (latest)

sand sundial
#

Assuming this is mostly on ER, but it doesn't happen without the magic combo of Kube, ER, and no CC.

Possible to add a sanity check to prevent Kube from getting stuck on these?

paper yewBOT
#

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

west reefBOT
#

Paste version of server.log from @sand sundial

sand sundial
#

@rich oak FYI

sand sundial
indigo frigate
#

@sand sundial ER uses old data to represent output

  "result": {
    "item": "bigreactors:energizercomputerport"
  }

this is now

  "result": {
    "id": "bigreactors:energizercomputerport",
    "count": 1
  }

you can fix it yourself by overriding this recipe

sand sundial
#

nah, I'll let them fix it

#

thanks for the response though

indigo frigate
#

there is no conditional stuff on the recipe that you mentioned

#
{
  "type": "minecraft:crafting_shaped",
  "category": "building",
  "key": {
    "C": {
      "item": "bigreactors:energizercasing"
    },
    "D": {
      "item": "minecraft:glowstone"
    },
    "G": {
      "tag": "forge:ingots/gold"
    },
    "R": {
      "tag": "forge:gems/lapis"
    },
    "X": {
      "tag": "forge:dyes/blue"
    }
  },
  "pattern": [
    "CXC",
    "DRD",
    "CGC"
  ],
  "result": {
    "item": "bigreactors:energizercomputerport"
  },
  "show_notification": true
}
#

this is the full json

sand sundial
#

shouldn't there be? it was related to the CC tweaked compat blocks, I thought

indigo frigate
#

there is nothing mentioning other mod in this recipe

sand sundial
#

oh, maybe that was in a previous log

#

I'm sure I haven't lost my mind yet 😄

#

anyway, their recipe format is wrong, so that'll be on them to fix

indigo frigate
#

you could test, and if work report how to fix 😛

#

they should use datagen tho