You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In config.yml configure nbt data for one of the starter items.
Start the server, and start a new island.
Check the starter chest for the starter item (lava bucket in this example).
island: chestItems example, working in 1.16.5 and 1.17.1:
chestItems:
- ICE:2
- MELON_SEEDS:1
- CACTUS:1#Tip: If your lava turns into \n obsidian, right click on it \n with the bucket. It \n will turn back into lava! \n -DogBoyOz
- LAVA_BUCKET:1 {display:{Lore:['{"color":"red","text":"Tip:"}', '{"text":"If your lava turns into"}', '{"text":"obsidian, right click on it"}', '{"text":"with the bucket. It will"}', '{"text":"turn back into lava!"}', '{"text":"-DogBoyOz 2016"}', '{"text":"(be sure to remove whatever turned"}', '{"text":"the lava into obsidian first)"}' ]}}
- RED_MUSHROOM:1
- BROWN_MUSHROOM:1
- PUMPKIN_SEEDS:1
- SUGAR_CANE:1
- SIGN:1
This was reformatted during first migration of config.yml in 1.18.1 like so:
chestItems:
- ICE:2
- MELON_SEEDS:1
- CACTUS:1
- LAVA_BUCKET:1 {display:{Lore:['{"color":"red","text":"Tip:"}', '{"text":"Ifyour lava turns into"}', '{"text":"obsidian, right click on it"}', '{"text":"withthe bucket. It will"}', '{"text":"turn back into lava!"}', '{"text":"-DogBoyOz2016"}', '{"text":"(be sure to remove whatever turned"}', '{"text":"the lavainto obsidian first)"}' ]}}
- RED_MUSHROOM:1
- BROWN_MUSHROOM:1
- PUMPKIN_SEEDS:1
- SUGAR_CANE:1
- SIGN:1
Behavior is the same if you simply replace the LAVA_BUCKET definition from pre-import version.
expected:
actual:
The text was updated successfully, but these errors were encountered:
Please paste the output from
/usb version
belowWhat steps will reproduce the problem?
island: chestItems example, working in 1.16.5 and 1.17.1:
This was reformatted during first migration of config.yml in 1.18.1 like so:
Behavior is the same if you simply replace the LAVA_BUCKET definition from pre-import version.
expected:

actual:

The text was updated successfully, but these errors were encountered: