Skip to content

Instantly share code, notes, and snippets.

@Arcensoth
Last active May 18, 2018 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arcensoth/619f921731e76ec2a1a7bf5f54d308be to your computer and use it in GitHub Desktop.
Save Arcensoth/619f921731e76ec2a1a7bf5f54d308be to your computer and use it in GitHub Desktop.
{
"tag": "LootTableSeed",
"type": "long",
"optional": true,
"summary": "Seed to generate the loot table.",
"details": [
"A set seed that can be used to produce consistent results from the given "
{ "text": "loot table", "reference": "Entity.LootTable" },
", if any. The same seed will result in the same loot, every time."
],
"exceptional_values": [
{ "value": 0, "message": "The tag will not be written to NBT and a seed will be chosen at random." }
],
"important_notes": [
"If omitted, a seed will be chosen at random.",
[
"Only written to NBT if ",
{ "text": "LootTable", "reference": "Entity.LootTable" },
" exists."
],
"Cleared from NBT after loot is generated."
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment