Edit

Share via


Block Components Documentation - minecraft:destructible_by_explosion

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.

Alternate Simple Representations

This item can also be represented as a Boolean true/false.

Destructible By Explosion Properties

Name Default Value Type Description Example Values
explosion_resistance 0 Decimal number 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. Block Fabricator: 15, Block Gray Ore: 96, Block Palm Leave: 1.3

Samples

Example

"minecraft:destructible_by_explosion": true

Block Fabricator

"minecraft:destructible_by_explosion": {
  "explosion_resistance": 15
}

Block Gray Ore

"minecraft:destructible_by_explosion": {
  "explosion_resistance": 96
}

Block Palm Leave

"minecraft:destructible_by_explosion": {
  "explosion_resistance": 1.3
}

Block White Sand

"minecraft:destructible_by_explosion": {
  "explosion_resistance": 1.1
}

Block Leaf Pile

"minecraft:destructible_by_explosion": {
  "explosion_resistance": 0.5
}

Block Orange Ore

"minecraft:destructible_by_explosion": {
  "explosion_resistance": 30
}

Apple Block

"minecraft:destructible_by_explosion": {
  "explosion_resistance": 2.9
}