ServerEvents.recipes(event => {
event.shapeless('minecraft:string', '4x biomesoplenty:webbing');
event.shaped('kubejs:flint_stick', ['SF','sS'], {S: 'minecraft:string', F: 'kubejs:sharpened_flint', s: 'minecraft:stick'});
event.shaped('kubejs:rock_axe', ['SR','sS'], {S: 'minecraft:string', R: 'kubejs:sharpened_pebble', s: 'minecraft:stick'});
});
#Weird craft recipes warning?
15 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
i added no created based items here yet this code raises those warnings?
the output also seemingly has nothing at all to do with my items
[16:39:43] [WARN] Error parsing recipe create:cutting/compat/biomesoplenty/stripped_cherry_wood[create:cutting]: {"type":"create:cutting","conditions":[{"type":"forge:mod_loaded","modid":"biomesoplenty"}],"ingredients":[{"item":"biomesoplenty:stripped_cherry_wood"}],"processingTime":50,"results":[{"count":6,"item":"biomesoplenty:cherry_planks"}]}: Unknown item 'biomesoplenty:stripped_cherry_wood'
they're really quite long as well
those are not from your script
those are errors that KJS picks up from other mods
that only show when my recipies are loaded?
or does kube just stay silent about them untill it digs into there
or maybe my axe item just isnt known to those mods 😮
this one just says biomesoplenty:stripped_cherry_wood doesnt exist