#EnderIO custom event not working

33 messages · Page 1 of 1 (latest)

steep blade
#

Trying to create another custom fire crafting on, I took the example directly from their github

jovial notchBOT
#

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

steep blade
#
ServerEvents.recipes(event => {
  event.custom({
    "type": "enderio:fire_crafting",
    "base_blocks": [
      {
        "block": "minecraft:bedrock"
      }
    ],
    "dimensions": [
      "minecraft:overworld"
    ],
    "loot_table": "enderio:fire_crafting/infinity",
    "max_item_drops": 1
})});
cosmic loom
#

im guessing it doesnt work?

cosmic loom
#

no errors either?

frosty sandal
#

??log

hexed siloBOT
# frosty sandal ??log

send the log

we can do nothing without the information the log provides
its like trying to play whack-a-mole blindfolded in a dark forest in New Zealand (where moles don't live)

steep blade
#

Not getting any kubejs error

#

thats the wierd part

#

If I reload to well, reload I get no kubejs errors so hm

coarse bay
#

EnderIO is currently in alpha, this may not be a you problem.

steep blade
#

Yeah true.

#

Well sad gotta wait for a fix I guess

shy sleet
#

why not use KubeJS EnderIO

event.recipes.enderio.fire_crafting(
    ["minecraft:bedrock"],
    "enderio:fire_crafting/infinity"
).dimensions(["minecraft:overworld"])
steep blade
#

I mean I can try again and provide crash logs but thats why I didnt use it

shy sleet
#

u could always directly add the datapack-json to ur pack

steep blade
#

I've never really come into contact with data packs before, how would that work

hexed siloBOT
#

Paste version of crash-2023-09-16_21.24.28-client.txt from @steep blade

shy sleet
#

just create a file inside:

kubejs/data/enderio/recipes/fire_crafting/ called <yourrecipename>.json

#

and place in only the
{recipe}

steep blade
#

Oh okay, lemme try that real quick!

#

I have my json in,
kubejs/data/enderio/recipes/fire_crafting/

In it I have,

{
  "type": "enderio:fire_crafting",
  "base_blocks": [
    {
      "block": "enlightened_end:palerock"
    }
  ],
  "dimensions": [
    "minecraft:overworld"
  ],
  "loot_table": "minecraft:stick",
  "max_item_drops": 1
}

Its still not showing up or do I have to do more than just normally /reload ?

#

If I am missing anything please do let me know

shy sleet
#

nah /reload should suffice

#

well, enderio is still in alpha, so culd be something borked