#kubejs extended crafting
49 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
heres an example i wrote for this
[Quote ➤](#1065241481805299732 message) ```js
event.recipes.extendedcrafting.shapeless_table('avaritia:infinity_catalyst', [
'avaritia:neutronium_block',
'avaritia:tin_singularity',
'avaritia:lead_singularity',
'avaritia:silver_singularity',
'avaritia:nickel_singularity',
'avaritia:platinum_singularity',
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:vanilla'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:assembly'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:sky'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:twilight'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:botania'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:integrated'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:occult'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:noveau'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:space'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:blood'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:crossroads'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:enchanted'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:immersive'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:malum'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:fighting'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:mekanism'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:undergarden'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:thermal'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:iridium_alloy'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:nitro'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:garmonbozia'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:red'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:rose_quartz'}),
Item.of('extendedcrafting:singularity', {Id: 'extendedcrafting:compressed'}),
'avaritia:ultimate_stew'
])
you basically use event.recipes.extendedcrafting.shapeless_table for shapeless recipes and event.recipes.extendedcrafting.shaped_table for shaped recipes
the rest is exactly the same as normal shaped/shapeless
i see, thanks!
^^
e.recipes.extendedcrafting.shaped_table('kubejs:atmadditions/patrick_star', [
' B ',
' BCA ',
'BBBGCABBB',
'ACGCGGGCA',
' AAGGGBA ',
' EDDDE ',
' EFEDEFE ',
'BEDD DDEB',
'AAA AAA'
], {
A: 'minecraft:magenta_concrete',
B: 'minecraft:pink_concrete',
C: 'minecraft:pink_concrete_powder',
D: 'minecraft:green_concrete',
E: 'minecraft:green_concrete_powder',
F: 'minecraft:lime_concrete',
G: 'minecraft:magenta_concrete_powder'
}).id('kubejs:atmadditions/patrick_star')
i tried this version, but for some reason it doesnt show up in my jei
well not just in the jei, its not craftable at all
e.recipes.extendedcrafting.shaped_table('kubejs:atmadditions/patrick_star', [
' B ',
' BCA ',
'BBBGCABBB',
'ACGCGGGCA',
' AAGGGBA ',
' EDDDE ',
' EFEDEFE ',
'BEDD DDEB',
'AAA AAA'
], {
A: 'minecraft:magenta_concrete',
B: 'minecraft:pink_concrete',
C: 'minecraft:pink_concrete_powder',
D: 'minecraft:green_concrete',
E: 'minecraft:green_concrete_powder',
F: 'minecraft:lime_concrete',
G: 'minecraft:magenta_concrete_powder'
}).id('kubejs:atmadditions/patrick_star')
hmm
are the item IDs correct?
mainly kubejs:atmadditions/patrick_star?
yeah kinda doubting it right now
its weird, cuz the it should be kubjs:patrick_star since i tried /give ingame with this exact id
hold the item in your hand and do /kjs_hand
or just turn on advanced tooltips F3+H and check the ID on the tooltip of the item
yeah its kubejs:patrick_star
i even tried a normal crafting table recipe with the patrick_star and still no success
Paste version of server.txt from @slim charm
oh god
theres an insane amount of errors here

open the link given by gnome and you should deal with all the red lines first
its probably not running because it errors at something before this recipe
i see, thought i could just ignore them lol
didnt think it will affect the patrick star too
that means theres something wrong with ID you provided in the output of a recipe
usually a typo, or an ID that doesnt exist
Paste version of server_1.txt from @slim charm
Paste version of server_2.txt from @slim charm
i'm pretty sure they just moved over all the recipes from ATM to their modpack
can't really do that without a lot of errors unless you have the exact same content which is just outright copying
yeah thats basically what we did, theres nothing outright about it, since we just use it as a private modpack to play, nothing we wanna publish. We copied most of the mods since we wanted to make a more pvp friendly atm
Paste version of crash-2023-02-09_21.08.48-fml.txt from @slim charm
@slim charm Unresolved thread still hasn't been closed! If your question was answered, please close this post with </ticket close:1054771505520717835> command!
@slim charm Unresolved thread still hasn't been closed! If your question was answered, please close this post with </ticket close:1054771505520717835> command!
@slim charm Unresolved thread still hasn't been closed! If your question was answered, please close this post with </ticket close:1054771505520717835> command!