Minecraft Wiki
Advertisement
[view | edit | history | purge]DocumentationJump to code ↴

This module lists blast resistance values. It is meant to be the single source for this information; this way, when new blocks are added or values are changed, they can be changed here and automatically propagate everywhere they are used.

Adding values

To add a value, add ['block'] = 'value', on a separate line, replacing block with the block's in-game name in lowercase and value with the correct value, which can be found in the game code.

See also

[view | edit | history | purge]The above documentation is transcluded from Module:Blast resistance values/doc.
return {
    ['barrier'] = '18,000,004',
	['bedrock'] = '18,000,000',
    ['structureblock'] = '18,000,000',
    ['invisiblebedrock'] = '18,000,000',
	['commandblock'] = '18,000,000',
	['endgateway'] = '18,000,000',
	['endgatewayblock'] = '18,000,000',
	['endportal'] = '18,000,000',
	['endportalblock'] = '18,000,000',
	['endportalframe'] = '18,000,000',

	['anvil'] = '6,000',
	['obsidian'] = '6,000',
	['glowingobsidian'] = '6,000',
	['enchantmenttable'] = '6,000',

	['enderchest'] = '3,000',

	['water'] = '500',
	['stillwater'] = '500',
	['flowingwater'] = '500',
	['lava'] = '500',
	['stilllava'] = '500',
    ['flowinglava'] = '500',

	['endstone'] = '45',
	['dragonegg'] = '45',

	['stone'] = '30',
	['andesite'] = '30',
	['diorite'] = '30',
	['granite'] = '30',
	['stonebrick'] = '30',
	['cobblestone'] = '30',
	['blockofcoal'] = '30',
	['coal'] = '30',
	['blockofdiamond'] = '30',
	['diamond'] = '30',
	['blockofemerald'] = '30',
	['emerald'] = '30',
	['blockofgold'] = '30',
	['goldblock'] = '30',
	['blockofiron'] = '30',
	['ironblock'] = '30',
	['blockofredstone'] = '30',
	['redstoneblock'] = '30',
	['doubleslab'] = '30',
	['stonedoubleslab'] = '30',
	['cobblestonedoubleslab'] = '30',
	['wooddoubleslab'] = '30',
	['sandstonedoubleslab'] = '30',
	['quartzdoubleslab'] = '30',
	['slab'] = '30',
	['stoneslab'] = '30',
	['cobblestoneslab'] = '30',
	['sandstoneslab'] = '30',
	['quartzslab'] = '30',
	['brick'] = '30',
	['mossstone'] = '30',
	['mosscobblestone'] = '30',
	['cobblestonewall'] = '30',
	['netherbrick'] = '30',
	['rednetherbrick'] = '30',
	['netherbrickfence'] = '30',
	['netherbrickstairs'] = '30',
	['stonestairs'] = '30',
	['cobblestonestairs'] = '30',
	['brickstairs'] = '30',
	['stonebrickstairs'] = '30',
	['ironbars'] = '30',
	['prismarine'] = '30',
	['darkprismarine'] = '30',
	['prismarinebrick'] = '30',
	['jukebox'] = '30',
	['netherreactorcore'] = '30',
	['purpurblock'] = '30',
	['purpurpillar'] = '30',
	['purpurstairs'] = '30',
	['purpurslab'] = '30',
	['purpurdoubleslab'] = '30',
    ['shulkerbox'] = '30',
    ['coral'] = '30',

	['monsterspawner'] = '25',
	['irondoor'] = '25',
	['irontrapdoor'] = '25',

	['hopper'] = '24',

	['hardenedclay'] = '21',
	['terracotta'] = '21',
	['stainedclay'] = '21',

	['cobweb'] = '20',

	['dispenser'] = '17.5',
	['dropper'] = '17.5',
	['furnace'] = '17.5',
	['burningfurnace'] = '17.5',
	['observer'] = '17.5',
	['stonecutter'] = '17.5',

	['coalore'] = '15',
	['diamondore'] = '15',
	['emeraldore'] = '15',
	['goldore'] = '15',
	['ironore'] = '15',
	['lapislazuliblock'] = '15',
	['lapislazuliore'] = '15',
	['netherquartzore'] = '15',
	['wooddoor'] = '15',
	['woodplank'] = '15',
	['woodslab'] = '15',
	['woodstairs'] = '15',
	['redstoneore'] = '15',
	['glowingredstoneore'] = '15',
	['fence'] = '15',
	['woodfence'] = '15',
	['fencegate'] = '15',
	['cocoa'] = '15',
	['cocoaplant'] = '15',
	['trapdoor'] = '15',
	['beacon'] = '15',

	['chest'] = '12.5',
	['craftingtable'] = '12.5',
	['trappedchest'] = '12.5',
    ['driedkelpblock'] = '12.5',

	['cauldron'] = '10',
	['wood'] = '10',
    ['bark'] = '10',
	['boneblock'] = '10',

	['concrete'] = '9',

	['bookshelf'] = '7.5',

	['glazedterracotta'] = '7',

	['sign'] = '5',
	['banner'] = '5',
	['pumpkin'] = '5',
	['melon'] = '5',
	['jackolantern'] = '5',
	['head'] = '5',
	['mobhead'] = '5',
	['netherwartblock'] = '5',

	['sandstone'] = '4',
	['sandstonestairs'] = '4',
	['quartzstairs'] = '4',
	['redsandstone'] = '4',
	['redsandstonestairs'] = '4',
	['noteblock'] = '4',
	['wool'] = '4',
	['blockofquartz'] = '4',
	['blockofpillarquartz'] = '4',
	['blockofchiseledquartz'] = '4',
	['quartz'] = '4',
	['pillarquartz'] = '4',
	['chiseledquartz'] = '4',
	['endstonebrick'] = '4', -- probably due to MC-94013, but referencing that may be problematic (see [[Talk:End Stone Bricks#Blast Resistance]])

	['spawnegg'] = '3.75',
	['monsteregg'] = '3.75',
	['silverfish'] = '3.75',
	['hiddensilverfish'] = '3.75',
	['block97'] = '3.75',

	['poweredrail'] = '3.5',
	['detectorrail'] = '3.5',
	['activatorrail'] = '3.5',
	['rail'] = '3.5',

	['grasspath'] = '3.25',

	['grassblock'] = '3',
	['gravel'] = '3',
	['sponge'] = '3',
	['wetsponge'] = '3',
	['farmland'] = '3',
	['farming'] = '3',
	['clay'] = '3',

	['dirt'] = '2.5',
	['podzol'] = '2.5',
	['coarsedirt'] = '2.5',
	['sand'] = '2.5',
	['stickypiston'] = '2.5',
	['piston'] = '2.5',
	['block34'] = '2.5',
	['pistonextension'] = '2.5',
	['pistonarm'] = '2.5',
	['pistonhead'] = '2.5',
	['lever'] = '2.5',
	['pressureplate'] = '2.5',
	['stonepressureplate'] = '2.5',
	['woodpressureplate'] = '2.5',
	['weightedpressureplate'] = '2.5',
	['button'] = '2.5',
	['woodbutton'] = '2.5',
	['stonebutton'] = '2.5',
	['mycelium'] = '2.5',
	['ice'] = '2.5',
	['frostedice'] = '2.5',
	['packedice'] = '2.5',
	['soulsand'] = '2.5',
	['brewingstand'] = '2.5',
	['haybale'] = '2.5',
	['hayblock'] = '2.5',
	['cake'] = '2.5',
	['magmablock'] = '2.5',
	['concretepowder'] = '2.5',

	['ladder'] = '2',
	['cactus'] = '2',
	['netherrack'] = '2',
	['chorusplant'] = '2',
	['chorusflower'] = '2',

	['glass'] = '1.5',
	['glasspane'] = '1.5',
	['stainedglass'] = '1.5',
	['stainedglasspane'] = '1.5',
	['glowstone'] = '1.5',
	['sealantern'] = '1.5',
	['redstonelamp'] = '1.5',

	['leaves'] = '1',
	['bed'] = '1',
	['hugemushroom'] = '1',
	['hugebrownmushroom'] = '1',
	['hugeredmushroom'] = '1',
	['mushroomblock'] = '1',
	['brownmushroomblock'] = '1',
	['redmushroomblock'] = '1',
	['vine'] = '1',
	['snow'] = '1',
	['daylightdetector'] = '1',
	['daylightsensor'] = '1',

	['carpet'] = '0.5',
	['snowcover'] = '0.5',
	['snowlayer'] = '0.5',

	['sapling'] = '0',
	['tallgrass'] = '0',
	['grass'] = '0',
	['deadbush'] = '0',
	['deadshrub'] = '0',
	['block36'] = '0',
	['pistonmoving'] = '0',
	['flower'] = '0',
	['rose'] = '0',
	['mushroom'] = '0',
	['redmushroom'] = '0',
	['brownmushroom'] = '0',
	['pumpkinstem'] = '0',
	['pumpkinseed'] = '0',
	['melonstem'] = '0',
	['melonseed'] = '0',
	['lilypad'] = '0',
	['tnt'] = '0',
	['torch'] = '0',
	['fire'] = '0',
	['redstonedust'] = '0',
	['redstonewire'] = '0',
	['redstone'] = '0',
	['redstonetorch'] = '0',
	['repeater'] = '0',
	['redstonerepeater'] = '0',
	['activerepeater'] = '0',
	['activeredstonerepeater'] = '0',
	['lockedrepeater'] = '0',
	['lockedredstonerepeater'] = '0',
	['comparator'] = '0',
	['redstonecomparator'] = '0',
	['crop'] = '0',
	['seedsitem'] = '0',
	['seed'] = '0',
	['wheat'] = '0',
	['sugarcane'] = '0',
	['netherwart'] = '0',
	['portal'] = '0',
	['netherportal'] = '0',
	['tripwirehook'] = '0',
	['tripwire'] = '0',
	['string'] = '0',
	['lockedchest'] = '0',
	['flowerpot'] = '0',
	['slimeblock'] = '0',
	['carrot'] = '0',
	['potato'] = '0',
    ['beetroot'] = '0',
	['beetrootseed'] = '0',
	['endrod'] = '0',
    ['coralplant'] = '0',
    ['coralfan'] = '0',

	['air'] = '0',
	['technicalblocks'] = '0',
	['structurevoid'] = '0',
}
Advertisement