Removed format versionsing

This commit is contained in:
DaanV2
2022-06-07 21:39:02 +02:00
parent 5410c174c0
commit 2c5aa57631
50 changed files with 96 additions and 96 deletions

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.part_visibility",
"title": "Part Visibility 1.17.0",
"$id": "blockception.minecraft.behavior.blocks.minecraft.part_visibility",
"title": "Part Visibility",
"description": "Maps bone names in a geometry file to a condition that turns their rendering on/off. The condition should be a Molang query that uses block properties to determine true/falseSupported queries include 'has_block_property', 'block_property', and other queries that can evaluate without knowledge of the block's in-game positional or player affected data.",
"type": "object",
"additionalProperties": {