#Recipe without code error (apparently) simply not appearing in the game

53 messages · Page 1 of 1 (latest)

wraith rose
#

I'm making a modpack on 1.16.5 and I tried to add crafting for an item from the "Extended Crafting" mod in the Ultimate Crafting table, but after adding all 62 items I chose for crafting and Kubejs reports that there were no errors in the code the recipe didn't want to appear

here is the code:

brazen rainBOT
#

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

cerulean chasmBOT
#

Paste version of ultimate_ingot.txt from @wraith rose

cerulean chasmBOT
#

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.

placid cave
#

what is that pattern?? BigEyes

#

can’t use periods for empty grids. and why lower and uppercase letters? what in the world 😂

#

i’m calling it a night lol

wind python
#

The letter ones are normal

#

I didn’t see the dots

#

The dots aren’t defined

placid cave
#

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 😅

wraith rose
#

look

placid cave
#

but you’re not using them

wraith rose
placid cave
#

all the lowercase letters and periods in your pattern don’t have ingredients..

wraith rose
#

A: { item: 'minecraft:netherite_ingot' }

like this?

wraith rose
cerulean chasmBOT
#

Paste version of server.txt from @wraith rose

placid cave
#

2 different chars

#

UTF8

#

wtf

#

how isn’t that recipe failing / throwing errors

wraith rose
placid cave
#

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

wraith rose
#

so, this isn't the problem ? I can send a screenprint if you need

placid cave
#

that’s better with syntax highlighting 😅

wraith rose
placid cave
#

ok you definitely didn’t have the period initially yea

#

was that the fix?

wraith rose
#

Also, sorry if there are any mistakes with English, I'm kind of bad at this language

placid cave
#

i see error now

Invalid pattern: each row must be the same width

wraith rose
#

what that mean ?

placid cave
#

the recipe you’re making is for a 9x9 grid

wraith rose
#

yes

placid cave
#

but some of your patterns aren’t matching to be 9

wraith rose
#

man wtf

#

['AaBbCcDdE ', 'eFfGgHhIi ', 'JjKkLlMmN ', 'nOoPpQqRr ', 'SsTtUuVvw ', 'XxYyZz01 ', '23A4B5C6D7 ', '89E........ ', '......... '],

Do spaces after the last letter count towards the count?

placid cave
#
AaBbCcDdE  = 10
eFfGgHhIi  = 10
JjKkLlMmN  = 10
nOoPpQqRr  = 10
SsTtUuVvw  = 10
XxYyZz01  = 9
23A4B5C6D7  = 11
89E........  = 12
.........  = 10
wraith rose
#

bro kkkkkkkkkkkkkkkk

placid cave
#

they need to all be 9

#

characters long

wraith rose
#

Thank you very much!

let me fix this real quick

wraith rose