Trying to make sense of blocks

This commit is contained in:
DaanV2
2022-06-07 21:49:23 +02:00
parent 2c5aa57631
commit 39409d0938
3 changed files with 20 additions and 77 deletions

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "integer",
"title": "Block Light Absorption",
"description": "The amount of light this block will absorb.",
"description": "The amount of light this block will filter out. Higher value means more light will be filtered out (0 - 15).",
"default": 0
}

View File

@@ -3,6 +3,6 @@
"additionalProperties": false,
"type": "string",
"title": "Loot",
"description": "The path to the loot table, relative to the behavior pack.",
"description": "The path to the loot table, relative to the behavior pack. Path string is limited to 256 characters.",
"pattern": "loot_tables/.*\\.json$"
}