Updated
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"minecraft:block_light_emission": { "$ref": "./components/minecraft.block_light_emission.json" },
|
||||
"minecraft:breakonpush": { "$ref": "./components/minecraft.breakonpush.json" },
|
||||
"minecraft:breathability": { "$ref": "./components/minecraft.breathability.json" },
|
||||
"minecraft:creative_category": { "$ref": "./components/minecraft.creative_category.json" },
|
||||
"minecraft:destroy_time": { "$ref": "./components/minecraft.destroy_time.json" },
|
||||
"minecraft:display_name": { "$ref": "./components/minecraft.display_name.json" },
|
||||
"minecraft:entity_collision": { "$ref": "./components/minecraft.entity_collision.json" },
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.blocks.1.17.0.minecraft.creative_category",
|
||||
"additionalProperties": false,
|
||||
"type": "boolean",
|
||||
"title": "Creative Category 1.17.0",
|
||||
"description": "Specifies the creative group for the block."
|
||||
}
|
||||
@@ -3,5 +3,5 @@
|
||||
"additionalProperties": false,
|
||||
"type": "number",
|
||||
"title": "Destroy Time 1.16.200",
|
||||
"description": "Sets the destroy time property for the block. Greater numbers result in greater mining times."
|
||||
"description": "Sets the destroy time property for the block. Greater numbers result in greater mining times. Time is measured in seconds with base equipment."
|
||||
}
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
"additionalProperties": false,
|
||||
"type": "string",
|
||||
"title": "Display Name 1.16.200",
|
||||
"description": "Specifies the display name id for the block."
|
||||
"description": "Specifies the language file key that maps to what text will be displayed when you hover over the block."
|
||||
}
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
"burn_odds": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "How likely the block will be destroyed by flames when on fire.",
|
||||
"description": "How likely the block will be destroyed by flames when on fire. Value must be greater than or equal to 0.",
|
||||
"title": "Burn Odds"
|
||||
},
|
||||
"flame_odds": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "How likely the block will catch flame when next to a fire.",
|
||||
"description": "How likely the block will catch flame when next to a fire. Value must be greater than or equal to 0.",
|
||||
"title": "Flame Odds"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"type": "string",
|
||||
"title": "Geometry 1.16.200",
|
||||
"description": "The geometry definition name to use.",
|
||||
"description": "The geometry description identifier to use, this identifier must match an existing geometry identifier in any of the currently loaded resource packs.",
|
||||
"pattern": "^geometry\\.[a-zA-Z0-9_\\-\\.]+$"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user