#changing recipes

52 messages · Page 1 of 1 (latest)

turbid forge
#

i deleted one recipe, made my one and its not working, why?
and yes i reloaded few times

brave sedgeBOT
#

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

still flax
#

pls send entire code

#

entire file

#

and also server.log

warm plankBOT
#

Please send your KubeJS server log. It can be found at /minecraft/logs/kubejs/server.log.
If you are on 1.18 or 1.16 it will be called server.txt.
Please send the file directly, without links or snippets.

turbid forge
still flax
#

nah

turbid forge
warm plankBOT
#

Paste version of server.log from @turbid forge

turbid forge
warm plankBOT
#

Paste version of armor.js from @turbid forge

turbid forge
#

and its same with crusader chestplate

still flax
turbid forge
#

event.shaped('magistuarmory:cuirassier_chestplate', [
'BCB',
'BAB',
'CCC'
],{
A: 'magistuarmory:woolen_fabric',
B: 'magistuarmory:steel_chainmail',
C: 'medivalminecraft:double_ironingot'
})

#

bcs im still doing it

#

lol

still flax
#

cuirassier? pepelaugh

turbid forge
#

it still happends to mee

#

i remember doing a recipe

#

long time ago

#

and i did want white wool

#

but i typed white gray

#

i couldnt stop laughing for 10 minutes

still flax
#

[11:34:11] [WARN] Error parsing recipe minecraft:kjs/magistuarmory_chainmail_chestplate[kubejs:shaped]: {"type":"minecraft:crafting_shaped","result":{"item":"magistuarmory:chainmail_chestplate","count":1,"nbt":"{Damage:0}"},"pattern":["A A","CCC","CCC"],"key":{"A":{"item":"minecraft:leather"},"B":{"item":"minecraft:chain"},"C":{"item":"magistuarmory:steel_chainmail"}}}: Key defines symbols that aren't used in pattern: [B]

#

there is no "B" in recipe pattern

turbid forge
#

ye ye i know

#

its just a lot of code

#

and im doing a spagetthi code

#

i know that...

still flax
#

thats okay...

#

also

#

there is no point for deleting same item twice or more

turbid forge
#

did i deleted same item twice

#

bruh, my brian is so tired

still flax
#

go take some rest

turbid forge
#

i think i shouldnt do it to late hours

turbid forge
#

yeah 40 minutes

#

i think it might be because of school

still flax
#

maybe

turbid forge
#

sitting to 3 or 2 pm

still flax
#

just check server log, there are all answers

turbid forge
still flax
#

:D

turbid forge
turbid forge
#

bruv how am i still fucking this up...

marble robin
#

Kube won't allow you to register a recipe where you define keys (the A,B,C,... items) that aren't used in the recipe.
You have A,B,C,D here but are only using A,C,D