@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
21 lines • 823 B
JSON
{
"fields": [
{
"id": "allows_wire_to_step_down",
"title": "Allows Wire To Step Down",
"description": "Specifies if redstone wire can stair-step downward on the block.",
"defaultValue": true,
"dataType": 1
},
{
"id": "redstone_conductor",
"title": "Redstone Conductor",
"description": "Specifies if the block can be powered by redstone.",
"defaultValue": false,
"dataType": 1
}
],
"description": "The basic redstone properties of a block; if the component is not provided the default values are used. Requires 1.21.30 format version and above.\r\nExperimental toggles required: Upcoming Creator Features (in format versions before 1.21.30)",
"title": "Redstone Conductivity",
"id": "minecraft:redstone_conductivity"
}