#Recipe without code error (apparently) simply not appearing in the game
53 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Paste version of ultimate_ingot.txt from @wraith rose
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.
what is that pattern?? 
can’t use periods for empty grids. and why lower and uppercase letters? what in the world 😂
i’m calling it a night lol
which made me think they tried to do empty grid spaces, and lowercase letters aren’t defined, but that was very painful to read/comprehend lol
i was on mobile and didn't notice lowercase letters was defined.
never seen such a cursed recipe 😅
The variation in upper and lower case letters is due to the number of items I need to use for crafting
look
but you’re not using them
what
all the lowercase letters and periods in your pattern don’t have ingredients..
A: { item: 'minecraft:netherite_ingot' }
like this?
So, what should it be like in this case?
Paste version of server.txt from @wraith rose
A != a
2 different chars
UTF8
wtf
how isn’t that recipe failing / throwing errors
I'm using a recipe model I saw on the wiki 😦
ohh
i realized you have multiple keys on the same line. i’m reading from mobile so only realized the keys per line A-Z & 0,2,4,6,8
lol wow
so hard to read
that’s better with syntax highlighting 😅
I just added that last one too
nop 😦
Also, sorry if there are any mistakes with English, I'm kind of bad at this language
i see error now
Invalid pattern: each row must be the same width
what that mean ?
the recipe you’re making is for a 9x9 grid
yes
but some of your patterns aren’t matching to be 9
man wtf
['AaBbCcDdE ', 'eFfGgHhIi ', 'JjKkLlMmN ', 'nOoPpQqRr ', 'SsTtUuVvw ', 'XxYyZz01 ', '23A4B5C6D7 ', '89E........ ', '......... '],
Do spaces after the last letter count towards the count?
AaBbCcDdE = 10
eFfGgHhIi = 10
JjKkLlMmN = 10
nOoPpQqRr = 10
SsTtUuVvw = 10
XxYyZz01 = 9
23A4B5C6D7 = 11
89E........ = 12
......... = 10
bro kkkkkkkkkkkkkkkk
Thank you very much!
let me fix this real quick
THANK U SO MUCH MAN, now works 😄