HomeJavaModsMixedList
MixedList
MixedList — screenshot 1

This is a mod that allows you to use mixed types in SNBT lists and converts them appropriately. All of this is still compatible with the existing NBT specification, which only allows one type in lists. Converting NBT back to SNBT also supports multiple types in lists, which is visible in for example the /data get command.

Examples:

[
  "part 1, ",
  {
    text: "part 2, ",
    color: "red"
  },
  "part 3"
]
[
  true,
  123,
  "a real string",
  {
    maps: "ftw"
  },
  [
    "remove nbt",
    "but not this list"
  ]
]
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more