#where did char coal go?

1 messages · Page 1 of 1 (latest)

midnight geyser
#

So I rechecked using programs and everything seems to be correct but charcoal doesn't appear
here's the code

tough dove
#

your 'Char' item is aligned under the 'Coal' one

#

instead of ```yml
items:
'Coal':
...
'Char':
...

you should have
 ```yml
items:
  'Coal':
    ...
  'Char':
    ...