UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

142 lines 5.63 kB
{ "fields": [ { "id": "explosion_resistance", "title": "Explosion Resistance", "description": "Sets the explosion resistance for the block. Greater values result in greater resistance to explosions. The scale will be different for different explosion power levels. A negative value or 0 means it will easily explode; larger numbers increase level of resistance.", "defaultValue": 0, "dataType": 3, "samples": { "/samples/casual_creator/gray_wave/behavior_packs/mikeamm_gwve/blocks/fabricator.block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": 15 } ], "/samples/casual_creator/gray_wave/behavior_packs/mikeamm_gwve/blocks/gray_ore.block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": 96 } ], "/samples/custom_features/basic_orange_ore/behavior_packs/basic_orange_ore/blocks/orange_ore.block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": 30 } ], "/samples/custom_features/example_feature_set/behavior_packs/example_feature_set/blocks/apple_block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": 2.9 } ], "/samples/palm_tree_blocks_and_features/palm_tree_blocks/behavior_packs/palm_tree/blocks/frond_top.block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": 15 } ], "/samples/palm_tree_blocks_and_features/palm_tree_blocks/behavior_packs/palm_tree/blocks/palm_leave.block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": 1.3 } ] } } ], "scalarField": { "id": "boolean", "title": "Object enabled", "tags": [ "presence" ], "dataType": 1 }, "description": "Describes the destructible by explosion properties for this block. If set to true, the block will have the default explosion resistance. If set to false, this block is indestructible by explosion. If the component is omitted, the block will have the default explosion resistance.", "title": "Destructible By Explosion", "samples": { "/samples/casual_creator/gray_wave/behavior_packs/mikeamm_gwve/blocks/fabricator.block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": { "explosion_resistance": 15 } } ], "/samples/casual_creator/gray_wave/behavior_packs/mikeamm_gwve/blocks/gray_ore.block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": { "explosion_resistance": 96 } } ], "/samples/custom_features/basic_orange_ore/behavior_packs/basic_orange_ore/blocks/orange_ore.block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": { "explosion_resistance": 30 } } ], "/samples/custom_features/example_feature_set/behavior_packs/example_feature_set/blocks/apple_block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": { "explosion_resistance": 2.9 } } ], "/samples/palm_tree_blocks_and_features/palm_tree_blocks/behavior_packs/palm_tree/blocks/frond_top.block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": { "explosion_resistance": 15 } } ], "/samples/palm_tree_blocks_and_features/palm_tree_blocks/behavior_packs/palm_tree/blocks/palm_leave_corner.block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": { "explosion_resistance": 15 } } ], "/samples/palm_tree_blocks_and_features/palm_tree_blocks/behavior_packs/palm_tree/blocks/palm_leave_tip.block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": { "explosion_resistance": 15 } } ], "/samples/palm_tree_blocks_and_features/palm_tree_blocks/behavior_packs/palm_tree/blocks/palm_leave.block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": { "explosion_resistance": 1.3 } } ], "/samples/palm_tree_blocks_and_features/palm_tree_blocks/behavior_packs/palm_tree/blocks/palm_tree_top.block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": { "explosion_resistance": 15 } } ], "/samples/palm_tree_blocks_and_features/palm_tree_blocks/behavior_packs/palm_tree/blocks/palm_trunk.block.json": [ { "path": "/minecraft:block/components/minecraft:destructible_by_explosion/", "content": { "explosion_resistance": 15 } } ] }, "id": "minecraft:destructible_by_explosion" }