Last active
August 29, 2015 14:19
-
-
Save SupaHam/4ffb6633c7040a859d5a to your computer and use it in GitHub Desktop.
Minecraft Block registry. Indexed mapColors and materials. (not minified)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mapColors": [ | |
{ | |
"index": 0, | |
"color": 0 | |
}, | |
{ | |
"index": 1, | |
"color": 8368696 | |
}, | |
{ | |
"index": 2, | |
"color": 16247203 | |
}, | |
{ | |
"index": 3, | |
"color": 10987431 | |
}, | |
{ | |
"index": 4, | |
"color": 16711680 | |
}, | |
{ | |
"index": 5, | |
"color": 10526975 | |
}, | |
{ | |
"index": 6, | |
"color": 10987431 | |
}, | |
{ | |
"index": 7, | |
"color": 31744 | |
}, | |
{ | |
"index": 8, | |
"color": 16777215 | |
}, | |
{ | |
"index": 9, | |
"color": 10791096 | |
}, | |
{ | |
"index": 10, | |
"color": 12020271 | |
}, | |
{ | |
"index": 11, | |
"color": 7368816 | |
}, | |
{ | |
"index": 12, | |
"color": 4210943 | |
}, | |
{ | |
"index": 13, | |
"color": 6837042 | |
}, | |
{ | |
"index": 14, | |
"color": 16776437 | |
}, | |
{ | |
"index": 15, | |
"color": 14188339 | |
}, | |
{ | |
"index": 16, | |
"color": 11685080 | |
}, | |
{ | |
"index": 17, | |
"color": 6724056 | |
}, | |
{ | |
"index": 18, | |
"color": 15066419 | |
}, | |
{ | |
"index": 19, | |
"color": 8375321 | |
}, | |
{ | |
"index": 20, | |
"color": 15892389 | |
}, | |
{ | |
"index": 21, | |
"color": 5000268 | |
}, | |
{ | |
"index": 22, | |
"color": 10066329 | |
}, | |
{ | |
"index": 23, | |
"color": 5013401 | |
}, | |
{ | |
"index": 24, | |
"color": 8339378 | |
}, | |
{ | |
"index": 25, | |
"color": 3361970 | |
}, | |
{ | |
"index": 26, | |
"color": 6704179 | |
}, | |
{ | |
"index": 27, | |
"color": 6717235 | |
}, | |
{ | |
"index": 28, | |
"color": 10040115 | |
}, | |
{ | |
"index": 29, | |
"color": 1644825 | |
}, | |
{ | |
"index": 30, | |
"color": 16445005 | |
}, | |
{ | |
"index": 31, | |
"color": 6085589 | |
}, | |
{ | |
"index": 32, | |
"color": 4882687 | |
}, | |
{ | |
"index": 33, | |
"color": 55610 | |
}, | |
{ | |
"index": 34, | |
"color": 1381407 | |
}, | |
{ | |
"index": 35, | |
"color": 7340544 | |
} | |
], | |
"materials": [ | |
{ | |
"name": "air", | |
"liquid": false, | |
"solid": false, | |
"blocksLight": false, | |
"blocksMovement": false, | |
"flammable": false, | |
"replaceable": true, | |
"opaque": false, | |
"mapColorIndex": 0, | |
"requiresTool": false, | |
"mobility": 0, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "grass", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 1, | |
"requiresTool": false, | |
"mobility": 0, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "ground", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 10, | |
"requiresTool": false, | |
"mobility": 0, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "wood", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": true, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 13, | |
"requiresTool": false, | |
"mobility": 0, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "rock", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 11, | |
"requiresTool": true, | |
"mobility": 0, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "iron", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 6, | |
"requiresTool": true, | |
"mobility": 0, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "anvil", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 6, | |
"requiresTool": true, | |
"mobility": 2, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "water", | |
"liquid": true, | |
"solid": false, | |
"blocksLight": true, | |
"blocksMovement": false, | |
"flammable": false, | |
"replaceable": true, | |
"opaque": false, | |
"mapColorIndex": 12, | |
"requiresTool": false, | |
"mobility": 1, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "lava", | |
"liquid": true, | |
"solid": false, | |
"blocksLight": true, | |
"blocksMovement": false, | |
"flammable": false, | |
"replaceable": true, | |
"opaque": false, | |
"mapColorIndex": 4, | |
"requiresTool": false, | |
"mobility": 1, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "leaves", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": true, | |
"replaceable": false, | |
"opaque": false, | |
"mapColorIndex": 7, | |
"requiresTool": false, | |
"mobility": 1, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "plants", | |
"liquid": false, | |
"solid": false, | |
"blocksLight": false, | |
"blocksMovement": false, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": false, | |
"mapColorIndex": 7, | |
"requiresTool": false, | |
"mobility": 1, | |
"adventureModeExempt": true | |
}, | |
{ | |
"name": "vine", | |
"liquid": false, | |
"solid": false, | |
"blocksLight": false, | |
"blocksMovement": false, | |
"flammable": true, | |
"replaceable": true, | |
"opaque": false, | |
"mapColorIndex": 7, | |
"requiresTool": false, | |
"mobility": 1, | |
"adventureModeExempt": true | |
}, | |
{ | |
"name": "sponge", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 3, | |
"requiresTool": false, | |
"mobility": 0, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "cloth", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": true, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 3, | |
"requiresTool": false, | |
"mobility": 0, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "fire", | |
"liquid": false, | |
"solid": false, | |
"blocksLight": false, | |
"blocksMovement": false, | |
"flammable": false, | |
"replaceable": true, | |
"opaque": false, | |
"mapColorIndex": 0, | |
"requiresTool": false, | |
"mobility": 1, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "sand", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 2, | |
"requiresTool": false, | |
"mobility": 0, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "circuits", | |
"liquid": false, | |
"solid": false, | |
"blocksLight": false, | |
"blocksMovement": false, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": false, | |
"mapColorIndex": 0, | |
"requiresTool": false, | |
"mobility": 1, | |
"adventureModeExempt": true | |
}, | |
{ | |
"name": "carpet", | |
"liquid": false, | |
"solid": false, | |
"blocksLight": false, | |
"blocksMovement": false, | |
"flammable": true, | |
"replaceable": false, | |
"opaque": false, | |
"mapColorIndex": 3, | |
"requiresTool": false, | |
"mobility": 0, | |
"adventureModeExempt": true | |
}, | |
{ | |
"name": "glass", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": false, | |
"mapColorIndex": 0, | |
"requiresTool": false, | |
"mobility": 0, | |
"adventureModeExempt": true | |
}, | |
{ | |
"name": "redstoneLight", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 0, | |
"requiresTool": false, | |
"mobility": 0, | |
"adventureModeExempt": true | |
}, | |
{ | |
"name": "tnt", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": true, | |
"replaceable": false, | |
"opaque": false, | |
"mapColorIndex": 4, | |
"requiresTool": false, | |
"mobility": 0, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "coral", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 7, | |
"requiresTool": false, | |
"mobility": 1, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "ice", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": false, | |
"mapColorIndex": 5, | |
"requiresTool": false, | |
"mobility": 0, | |
"adventureModeExempt": true | |
}, | |
{ | |
"name": "packedIce", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 5, | |
"requiresTool": false, | |
"mobility": 0, | |
"adventureModeExempt": true | |
}, | |
{ | |
"name": "snow", | |
"liquid": false, | |
"solid": false, | |
"blocksLight": false, | |
"blocksMovement": false, | |
"flammable": false, | |
"replaceable": true, | |
"opaque": false, | |
"mapColorIndex": 8, | |
"requiresTool": true, | |
"mobility": 1, | |
"adventureModeExempt": true | |
}, | |
{ | |
"name": "craftedSnow", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 8, | |
"requiresTool": true, | |
"mobility": 0, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "cactus", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": false, | |
"mapColorIndex": 7, | |
"requiresTool": false, | |
"mobility": 1, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "clay", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 9, | |
"requiresTool": false, | |
"mobility": 0, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "gourd", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 7, | |
"requiresTool": false, | |
"mobility": 1, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "dragonEgg", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 7, | |
"requiresTool": false, | |
"mobility": 1, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "portal", | |
"liquid": false, | |
"solid": false, | |
"blocksLight": false, | |
"blocksMovement": false, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": false, | |
"mapColorIndex": 0, | |
"requiresTool": false, | |
"mobility": 2, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "cake", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 0, | |
"requiresTool": false, | |
"mobility": 1, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "web", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": false, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": false, | |
"mapColorIndex": 3, | |
"requiresTool": true, | |
"mobility": 1, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "piston", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 11, | |
"requiresTool": false, | |
"mobility": 2, | |
"adventureModeExempt": false | |
}, | |
{ | |
"name": "barrier", | |
"liquid": false, | |
"solid": true, | |
"blocksLight": true, | |
"blocksMovement": true, | |
"flammable": false, | |
"replaceable": false, | |
"opaque": true, | |
"mapColorIndex": 0, | |
"requiresTool": true, | |
"mobility": 2, | |
"adventureModeExempt": false | |
} | |
], | |
"blocks": [ | |
{ | |
"legacyId": 0, | |
"id": "minecraft:air", | |
"unlocalizedName": "tile.air", | |
"material": "air", | |
"fullCube": true, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 1, | |
"id": "minecraft:stone", | |
"unlocalizedName": "tile.stone", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 1.5, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 2, | |
"id": "minecraft:grass", | |
"unlocalizedName": "tile.grass", | |
"material": "grass", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.6, | |
"resistance": 3.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 3, | |
"id": "minecraft:dirt", | |
"unlocalizedName": "tile.dirt", | |
"material": "ground", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 4, | |
"id": "minecraft:cobblestone", | |
"unlocalizedName": "tile.stonebrick", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 2.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 5, | |
"id": "minecraft:planks", | |
"unlocalizedName": "tile.wood", | |
"material": "wood", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 6, | |
"id": "minecraft:sapling", | |
"unlocalizedName": "tile.sapling", | |
"material": "plants", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 7, | |
"id": "minecraft:bedrock", | |
"unlocalizedName": "tile.bedrock", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": -1.0, | |
"resistance": 1.8E+7, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 8, | |
"id": "minecraft:flowing_water", | |
"unlocalizedName": "tile.water", | |
"material": "water", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 100.0, | |
"resistance": 500.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 3, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 9, | |
"id": "minecraft:water", | |
"unlocalizedName": "tile.water", | |
"material": "water", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 100.0, | |
"resistance": 500.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 3, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 10, | |
"id": "minecraft:flowing_lava", | |
"unlocalizedName": "tile.lava", | |
"material": "lava", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 100.0, | |
"resistance": 500.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 15, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 11, | |
"id": "minecraft:lava", | |
"unlocalizedName": "tile.lava", | |
"material": "lava", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 100.0, | |
"resistance": 500.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 15, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 12, | |
"id": "minecraft:sand", | |
"unlocalizedName": "tile.sand", | |
"material": "sand", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 13, | |
"id": "minecraft:gravel", | |
"unlocalizedName": "tile.gravel", | |
"material": "sand", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.6, | |
"resistance": 3.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 14, | |
"id": "minecraft:gold_ore", | |
"unlocalizedName": "tile.oreGold", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 15, | |
"id": "minecraft:iron_ore", | |
"unlocalizedName": "tile.oreIron", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 16, | |
"id": "minecraft:coal_ore", | |
"unlocalizedName": "tile.oreCoal", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 17, | |
"id": "minecraft:log", | |
"unlocalizedName": "tile.log", | |
"material": "wood", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 2.0, | |
"resistance": 10.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 18, | |
"id": "minecraft:leaves", | |
"unlocalizedName": "tile.leaves", | |
"material": "leaves", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.2, | |
"resistance": 1.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 1, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 19, | |
"id": "minecraft:sponge", | |
"unlocalizedName": "tile.sponge", | |
"material": "sponge", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.6, | |
"resistance": 3.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 20, | |
"id": "minecraft:glass", | |
"unlocalizedName": "tile.glass", | |
"material": "glass", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.3, | |
"resistance": 1.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 21, | |
"id": "minecraft:lapis_ore", | |
"unlocalizedName": "tile.oreLapis", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 22, | |
"id": "minecraft:lapis_block", | |
"unlocalizedName": "tile.blockLapis", | |
"material": "iron", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 23, | |
"id": "minecraft:dispenser", | |
"unlocalizedName": "tile.dispenser", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.5, | |
"resistance": 17.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 24, | |
"id": "minecraft:sandstone", | |
"unlocalizedName": "tile.sandStone", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.8, | |
"resistance": 4.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 25, | |
"id": "minecraft:noteblock", | |
"unlocalizedName": "tile.musicBlock", | |
"material": "wood", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.8, | |
"resistance": 4.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 26, | |
"id": "minecraft:bed", | |
"unlocalizedName": "tile.bed", | |
"material": "cloth", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.2, | |
"resistance": 1.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 27, | |
"id": "minecraft:golden_rail", | |
"unlocalizedName": "tile.goldenRail", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.7, | |
"resistance": 3.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 28, | |
"id": "minecraft:detector_rail", | |
"unlocalizedName": "tile.detectorRail", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.7, | |
"resistance": 3.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 29, | |
"id": "minecraft:sticky_piston", | |
"unlocalizedName": "tile.pistonStickyBase", | |
"material": "piston", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 30, | |
"id": "minecraft:web", | |
"unlocalizedName": "tile.web", | |
"material": "web", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 4.0, | |
"resistance": 20.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 1, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 31, | |
"id": "minecraft:tallgrass", | |
"unlocalizedName": "tile.tallgrass", | |
"material": "vine", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 32, | |
"id": "minecraft:deadbush", | |
"unlocalizedName": "tile.deadbush", | |
"material": "vine", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 33, | |
"id": "minecraft:piston", | |
"unlocalizedName": "tile.pistonBase", | |
"material": "piston", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 34, | |
"id": "minecraft:piston_head", | |
"unlocalizedName": "tile.null", | |
"material": "piston", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 35, | |
"id": "minecraft:wool", | |
"unlocalizedName": "tile.cloth", | |
"material": "cloth", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.8, | |
"resistance": 4.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 36, | |
"id": "minecraft:piston_extension", | |
"unlocalizedName": "tile.null", | |
"material": "piston", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": -1.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 37, | |
"id": "minecraft:yellow_flower", | |
"unlocalizedName": "tile.flower1", | |
"material": "plants", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 38, | |
"id": "minecraft:red_flower", | |
"unlocalizedName": "tile.flower2", | |
"material": "plants", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 39, | |
"id": "minecraft:brown_mushroom", | |
"unlocalizedName": "tile.mushroom", | |
"material": "plants", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 1, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 40, | |
"id": "minecraft:red_mushroom", | |
"unlocalizedName": "tile.mushroom", | |
"material": "plants", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 41, | |
"id": "minecraft:gold_block", | |
"unlocalizedName": "tile.blockGold", | |
"material": "iron", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 42, | |
"id": "minecraft:iron_block", | |
"unlocalizedName": "tile.blockIron", | |
"material": "iron", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 5.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 43, | |
"id": "minecraft:double_stone_slab", | |
"unlocalizedName": "tile.stoneSlab", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 2.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 44, | |
"id": "minecraft:stone_slab", | |
"unlocalizedName": "tile.stoneSlab", | |
"material": "rock", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 45, | |
"id": "minecraft:brick_block", | |
"unlocalizedName": "tile.brick", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 2.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 46, | |
"id": "minecraft:tnt", | |
"unlocalizedName": "tile.tnt", | |
"material": "tnt", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 47, | |
"id": "minecraft:bookshelf", | |
"unlocalizedName": "tile.bookshelf", | |
"material": "wood", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 1.5, | |
"resistance": 7.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 48, | |
"id": "minecraft:mossy_cobblestone", | |
"unlocalizedName": "tile.stoneMoss", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 2.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 49, | |
"id": "minecraft:obsidian", | |
"unlocalizedName": "tile.obsidian", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 50.0, | |
"resistance": 6000.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 50, | |
"id": "minecraft:torch", | |
"unlocalizedName": "tile.torch", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 14, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 51, | |
"id": "minecraft:fire", | |
"unlocalizedName": "tile.fire", | |
"material": "fire", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 15, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 52, | |
"id": "minecraft:mob_spawner", | |
"unlocalizedName": "tile.mobSpawner", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": false, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 5.0, | |
"resistance": 25.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 53, | |
"id": "minecraft:oak_stairs", | |
"unlocalizedName": "tile.stairsWood", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 54, | |
"id": "minecraft:chest", | |
"unlocalizedName": "tile.chest", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.5, | |
"resistance": 12.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 55, | |
"id": "minecraft:redstone_wire", | |
"unlocalizedName": "tile.redstoneDust", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 56, | |
"id": "minecraft:diamond_ore", | |
"unlocalizedName": "tile.oreDiamond", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 57, | |
"id": "minecraft:diamond_block", | |
"unlocalizedName": "tile.blockDiamond", | |
"material": "iron", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 5.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 58, | |
"id": "minecraft:crafting_table", | |
"unlocalizedName": "tile.workbench", | |
"material": "wood", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 2.5, | |
"resistance": 12.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 59, | |
"id": "minecraft:wheat", | |
"unlocalizedName": "tile.crops", | |
"material": "plants", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 60, | |
"id": "minecraft:farmland", | |
"unlocalizedName": "tile.farmland", | |
"material": "ground", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.6, | |
"resistance": 3.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 61, | |
"id": "minecraft:furnace", | |
"unlocalizedName": "tile.furnace", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.5, | |
"resistance": 17.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 62, | |
"id": "minecraft:lit_furnace", | |
"unlocalizedName": "tile.furnace", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.5, | |
"resistance": 17.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 13, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 63, | |
"id": "minecraft:standing_sign", | |
"unlocalizedName": "tile.sign", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 1.0, | |
"resistance": 5.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 64, | |
"id": "minecraft:wooden_door", | |
"unlocalizedName": "tile.doorOak", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 65, | |
"id": "minecraft:ladder", | |
"unlocalizedName": "tile.ladder", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.4, | |
"resistance": 2.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 66, | |
"id": "minecraft:rail", | |
"unlocalizedName": "tile.rail", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.7, | |
"resistance": 3.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 67, | |
"id": "minecraft:stone_stairs", | |
"unlocalizedName": "tile.stairsStone", | |
"material": "rock", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 68, | |
"id": "minecraft:wall_sign", | |
"unlocalizedName": "tile.sign", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 1.0, | |
"resistance": 5.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 69, | |
"id": "minecraft:lever", | |
"unlocalizedName": "tile.lever", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 70, | |
"id": "minecraft:stone_pressure_plate", | |
"unlocalizedName": "tile.pressurePlateStone", | |
"material": "rock", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 71, | |
"id": "minecraft:iron_door", | |
"unlocalizedName": "tile.doorIron", | |
"material": "iron", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 5.0, | |
"resistance": 25.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 72, | |
"id": "minecraft:wooden_pressure_plate", | |
"unlocalizedName": "tile.pressurePlateWood", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 73, | |
"id": "minecraft:redstone_ore", | |
"unlocalizedName": "tile.oreRedstone", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 74, | |
"id": "minecraft:lit_redstone_ore", | |
"unlocalizedName": "tile.oreRedstone", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 9, | |
"ticksRandomly": true, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 75, | |
"id": "minecraft:unlit_redstone_torch", | |
"unlocalizedName": "tile.notGate", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 76, | |
"id": "minecraft:redstone_torch", | |
"unlocalizedName": "tile.notGate", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 7, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 77, | |
"id": "minecraft:stone_button", | |
"unlocalizedName": "tile.button", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 78, | |
"id": "minecraft:snow_layer", | |
"unlocalizedName": "tile.snow", | |
"material": "snow", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.1, | |
"resistance": 0.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 79, | |
"id": "minecraft:ice", | |
"unlocalizedName": "tile.ice", | |
"material": "ice", | |
"fullCube": true, | |
"opaque": false, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.98, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 3, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 80, | |
"id": "minecraft:snow", | |
"unlocalizedName": "tile.snow", | |
"material": "craftedSnow", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.2, | |
"resistance": 1.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 81, | |
"id": "minecraft:cactus", | |
"unlocalizedName": "tile.cactus", | |
"material": "cactus", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.4, | |
"resistance": 2.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 82, | |
"id": "minecraft:clay", | |
"unlocalizedName": "tile.clay", | |
"material": "clay", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.6, | |
"resistance": 3.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 83, | |
"id": "minecraft:reeds", | |
"unlocalizedName": "tile.reeds", | |
"material": "plants", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 84, | |
"id": "minecraft:jukebox", | |
"unlocalizedName": "tile.jukebox", | |
"material": "wood", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 2.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 85, | |
"id": "minecraft:fence", | |
"unlocalizedName": "tile.fence", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 86, | |
"id": "minecraft:pumpkin", | |
"unlocalizedName": "tile.pumpkin", | |
"material": "gourd", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 1.0, | |
"resistance": 5.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 87, | |
"id": "minecraft:netherrack", | |
"unlocalizedName": "tile.hellrock", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.4, | |
"resistance": 2.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 88, | |
"id": "minecraft:soul_sand", | |
"unlocalizedName": "tile.hellsand", | |
"material": "sand", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 89, | |
"id": "minecraft:glowstone", | |
"unlocalizedName": "tile.lightgem", | |
"material": "glass", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.3, | |
"resistance": 1.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 15, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 90, | |
"id": "minecraft:portal", | |
"unlocalizedName": "tile.portal", | |
"material": "portal", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": -1.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 11, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 91, | |
"id": "minecraft:lit_pumpkin", | |
"unlocalizedName": "tile.litpumpkin", | |
"material": "gourd", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 1.0, | |
"resistance": 5.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 15, | |
"ticksRandomly": true, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 92, | |
"id": "minecraft:cake", | |
"unlocalizedName": "tile.cake", | |
"material": "cake", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 93, | |
"id": "minecraft:unpowered_repeater", | |
"unlocalizedName": "tile.diode", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 94, | |
"id": "minecraft:powered_repeater", | |
"unlocalizedName": "tile.diode", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 95, | |
"id": "minecraft:stained_glass", | |
"unlocalizedName": "tile.stainedGlass", | |
"material": "glass", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.3, | |
"resistance": 1.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 96, | |
"id": "minecraft:trapdoor", | |
"unlocalizedName": "tile.trapdoor", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 97, | |
"id": "minecraft:monster_egg", | |
"unlocalizedName": "tile.monsterStoneEgg", | |
"material": "clay", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.75, | |
"resistance": 3.75, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 98, | |
"id": "minecraft:stonebrick", | |
"unlocalizedName": "tile.stonebricksmooth", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 1.5, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 99, | |
"id": "minecraft:brown_mushroom_block", | |
"unlocalizedName": "tile.mushroom", | |
"material": "wood", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.2, | |
"resistance": 1.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 100, | |
"id": "minecraft:red_mushroom_block", | |
"unlocalizedName": "tile.mushroom", | |
"material": "wood", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.2, | |
"resistance": 1.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 101, | |
"id": "minecraft:iron_bars", | |
"unlocalizedName": "tile.fenceIron", | |
"material": "iron", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 5.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 102, | |
"id": "minecraft:glass_pane", | |
"unlocalizedName": "tile.thinGlass", | |
"material": "glass", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.3, | |
"resistance": 1.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 103, | |
"id": "minecraft:melon_block", | |
"unlocalizedName": "tile.melon", | |
"material": "gourd", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 1.0, | |
"resistance": 5.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 104, | |
"id": "minecraft:pumpkin_stem", | |
"unlocalizedName": "tile.pumpkinStem", | |
"material": "plants", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 105, | |
"id": "minecraft:melon_stem", | |
"unlocalizedName": "tile.pumpkinStem", | |
"material": "plants", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 106, | |
"id": "minecraft:vine", | |
"unlocalizedName": "tile.vine", | |
"material": "vine", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.2, | |
"resistance": 1.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 107, | |
"id": "minecraft:fence_gate", | |
"unlocalizedName": "tile.fenceGate", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 108, | |
"id": "minecraft:brick_stairs", | |
"unlocalizedName": "tile.stairsBrick", | |
"material": "rock", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 109, | |
"id": "minecraft:stone_brick_stairs", | |
"unlocalizedName": "tile.stairsStoneBrickSmooth", | |
"material": "rock", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 1.5, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 110, | |
"id": "minecraft:mycelium", | |
"unlocalizedName": "tile.mycel", | |
"material": "grass", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.6, | |
"resistance": 3.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 111, | |
"id": "minecraft:waterlily", | |
"unlocalizedName": "tile.waterlily", | |
"material": "plants", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 112, | |
"id": "minecraft:nether_brick", | |
"unlocalizedName": "tile.netherBrick", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 2.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 113, | |
"id": "minecraft:nether_brick_fence", | |
"unlocalizedName": "tile.netherFence", | |
"material": "rock", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 114, | |
"id": "minecraft:nether_brick_stairs", | |
"unlocalizedName": "tile.stairsNetherBrick", | |
"material": "rock", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 115, | |
"id": "minecraft:nether_wart", | |
"unlocalizedName": "tile.netherStalk", | |
"material": "plants", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 116, | |
"id": "minecraft:enchanting_table", | |
"unlocalizedName": "tile.enchantmentTable", | |
"material": "rock", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 5.0, | |
"resistance": 6000.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 117, | |
"id": "minecraft:brewing_stand", | |
"unlocalizedName": "tile.brewingStand", | |
"material": "iron", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 1, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 118, | |
"id": "minecraft:cauldron", | |
"unlocalizedName": "tile.cauldron", | |
"material": "iron", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 10.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 119, | |
"id": "minecraft:end_portal", | |
"unlocalizedName": "tile.null", | |
"material": "portal", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": -1.0, | |
"resistance": 1.8E+7, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 15, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 120, | |
"id": "minecraft:end_portal_frame", | |
"unlocalizedName": "tile.endPortalFrame", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": false, | |
"powerSource": false, | |
"solid": true, | |
"hardness": -1.0, | |
"resistance": 1.8E+7, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 0, | |
"lightValue": 1, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 121, | |
"id": "minecraft:end_stone", | |
"unlocalizedName": "tile.whiteStone", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.0, | |
"resistance": 45.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 122, | |
"id": "minecraft:dragon_egg", | |
"unlocalizedName": "tile.dragonEgg", | |
"material": "dragonEgg", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 3.0, | |
"resistance": 45.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 1, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 123, | |
"id": "minecraft:redstone_lamp", | |
"unlocalizedName": "tile.redstoneLight", | |
"material": "redstoneLight", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.3, | |
"resistance": 1.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 124, | |
"id": "minecraft:lit_redstone_lamp", | |
"unlocalizedName": "tile.redstoneLight", | |
"material": "redstoneLight", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.3, | |
"resistance": 1.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 15, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 125, | |
"id": "minecraft:double_wooden_slab", | |
"unlocalizedName": "tile.woodSlab", | |
"material": "wood", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 126, | |
"id": "minecraft:wooden_slab", | |
"unlocalizedName": "tile.woodSlab", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 127, | |
"id": "minecraft:cocoa", | |
"unlocalizedName": "tile.cocoa", | |
"material": "plants", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.2, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 128, | |
"id": "minecraft:sandstone_stairs", | |
"unlocalizedName": "tile.stairsSandStone", | |
"material": "rock", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.8, | |
"resistance": 4.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 129, | |
"id": "minecraft:emerald_ore", | |
"unlocalizedName": "tile.oreEmerald", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 130, | |
"id": "minecraft:ender_chest", | |
"unlocalizedName": "tile.enderChest", | |
"material": "rock", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 22.5, | |
"resistance": 3000.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 7, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 131, | |
"id": "minecraft:tripwire_hook", | |
"unlocalizedName": "tile.tripWireSource", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 132, | |
"id": "minecraft:tripwire", | |
"unlocalizedName": "tile.tripWire", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 133, | |
"id": "minecraft:emerald_block", | |
"unlocalizedName": "tile.blockEmerald", | |
"material": "iron", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 5.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 134, | |
"id": "minecraft:spruce_stairs", | |
"unlocalizedName": "tile.stairsWoodSpruce", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 135, | |
"id": "minecraft:birch_stairs", | |
"unlocalizedName": "tile.stairsWoodBirch", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 136, | |
"id": "minecraft:jungle_stairs", | |
"unlocalizedName": "tile.stairsWoodJungle", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 137, | |
"id": "minecraft:command_block", | |
"unlocalizedName": "tile.commandBlock", | |
"material": "iron", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": -1.0, | |
"resistance": 1.8E+7, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 138, | |
"id": "minecraft:beacon", | |
"unlocalizedName": "tile.beacon", | |
"material": "glass", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 15, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 139, | |
"id": "minecraft:cobblestone_wall", | |
"unlocalizedName": "tile.cobbleWall", | |
"material": "rock", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 140, | |
"id": "minecraft:flower_pot", | |
"unlocalizedName": "tile.flowerPot", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 141, | |
"id": "minecraft:carrots", | |
"unlocalizedName": "tile.carrots", | |
"material": "plants", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 142, | |
"id": "minecraft:potatoes", | |
"unlocalizedName": "tile.potatoes", | |
"material": "plants", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 143, | |
"id": "minecraft:wooden_button", | |
"unlocalizedName": "tile.button", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 144, | |
"id": "minecraft:skull", | |
"unlocalizedName": "tile.skull", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 1.0, | |
"resistance": 5.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 145, | |
"id": "minecraft:anvil", | |
"unlocalizedName": "tile.anvil", | |
"material": "anvil", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 5.0, | |
"resistance": 6000.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 146, | |
"id": "minecraft:trapped_chest", | |
"unlocalizedName": "tile.chestTrap", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 2.5, | |
"resistance": 12.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 147, | |
"id": "minecraft:light_weighted_pressure_plate", | |
"unlocalizedName": "tile.weightedPlate_light", | |
"material": "iron", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 148, | |
"id": "minecraft:heavy_weighted_pressure_plate", | |
"unlocalizedName": "tile.weightedPlate_heavy", | |
"material": "iron", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 149, | |
"id": "minecraft:unpowered_comparator", | |
"unlocalizedName": "tile.comparator", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 150, | |
"id": "minecraft:powered_comparator", | |
"unlocalizedName": "tile.comparator", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 9, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 151, | |
"id": "minecraft:daylight_detector", | |
"unlocalizedName": "tile.daylightDetector", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.2, | |
"resistance": 1.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 152, | |
"id": "minecraft:redstone_block", | |
"unlocalizedName": "tile.blockRedstone", | |
"material": "iron", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": true, | |
"solid": true, | |
"hardness": 5.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 153, | |
"id": "minecraft:quartz_ore", | |
"unlocalizedName": "tile.netherquartz", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 154, | |
"id": "minecraft:hopper", | |
"unlocalizedName": "tile.hopper", | |
"material": "iron", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 3.0, | |
"resistance": 24.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 155, | |
"id": "minecraft:quartz_block", | |
"unlocalizedName": "tile.quartzBlock", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.8, | |
"resistance": 4.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 156, | |
"id": "minecraft:quartz_stairs", | |
"unlocalizedName": "tile.stairsQuartz", | |
"material": "rock", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.8, | |
"resistance": 4.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 157, | |
"id": "minecraft:activator_rail", | |
"unlocalizedName": "tile.activatorRail", | |
"material": "circuits", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.7, | |
"resistance": 3.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 158, | |
"id": "minecraft:dropper", | |
"unlocalizedName": "tile.dropper", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 3.5, | |
"resistance": 17.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 159, | |
"id": "minecraft:stained_hardened_clay", | |
"unlocalizedName": "tile.clayHardenedStained", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 1.25, | |
"resistance": 21.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 160, | |
"id": "minecraft:stained_glass_pane", | |
"unlocalizedName": "tile.thinStainedGlass", | |
"material": "glass", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.3, | |
"resistance": 1.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 161, | |
"id": "minecraft:leaves2", | |
"unlocalizedName": "tile.leaves", | |
"material": "leaves", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.2, | |
"resistance": 1.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 1, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 162, | |
"id": "minecraft:log2", | |
"unlocalizedName": "tile.log", | |
"material": "wood", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 2.0, | |
"resistance": 10.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 163, | |
"id": "minecraft:acacia_stairs", | |
"unlocalizedName": "tile.stairsWoodAcacia", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 164, | |
"id": "minecraft:dark_oak_stairs", | |
"unlocalizedName": "tile.stairsWoodDarkOak", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 165, | |
"id": "minecraft:slime", | |
"unlocalizedName": "tile.slime", | |
"material": "clay", | |
"fullCube": true, | |
"opaque": false, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.8, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 166, | |
"id": "minecraft:barrier", | |
"unlocalizedName": "tile.barrier", | |
"material": "barrier", | |
"fullCube": true, | |
"opaque": false, | |
"powerSource": false, | |
"solid": true, | |
"hardness": -1.0, | |
"resistance": 18000004, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 167, | |
"id": "minecraft:iron_trapdoor", | |
"unlocalizedName": "tile.ironTrapdoor", | |
"material": "iron", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 5.0, | |
"resistance": 25.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 168, | |
"id": "minecraft:prismarine", | |
"unlocalizedName": "tile.prismarine", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 1.5, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 169, | |
"id": "minecraft:sea_lantern", | |
"unlocalizedName": "tile.seaLantern", | |
"material": "glass", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.3, | |
"resistance": 1.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 15, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 170, | |
"id": "minecraft:hay_block", | |
"unlocalizedName": "tile.hayBlock", | |
"material": "grass", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 171, | |
"id": "minecraft:carpet", | |
"unlocalizedName": "tile.woolCarpet", | |
"material": "carpet", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.1, | |
"resistance": 0.5, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 172, | |
"id": "minecraft:hardened_clay", | |
"unlocalizedName": "tile.clayHardened", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 1.25, | |
"resistance": 21.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 173, | |
"id": "minecraft:coal_block", | |
"unlocalizedName": "tile.blockCoal", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 5.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 174, | |
"id": "minecraft:packed_ice", | |
"unlocalizedName": "tile.icePacked", | |
"material": "packedIce", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.5, | |
"resistance": 2.5, | |
"slipperiness": 0.98, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 175, | |
"id": "minecraft:double_plant", | |
"unlocalizedName": "tile.doublePlant", | |
"material": "vine", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.0, | |
"resistance": 0.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": true, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 176, | |
"id": "minecraft:standing_banner", | |
"unlocalizedName": "tile.banner", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 1.0, | |
"resistance": 5.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 177, | |
"id": "minecraft:wall_banner", | |
"unlocalizedName": "tile.banner", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 1.0, | |
"resistance": 5.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 178, | |
"id": "minecraft:daylight_detector_inverted", | |
"unlocalizedName": "tile.daylightDetector", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": true, | |
"solid": false, | |
"hardness": 0.2, | |
"resistance": 1.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 179, | |
"id": "minecraft:red_sandstone", | |
"unlocalizedName": "tile.redSandStone", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 0.8, | |
"resistance": 4.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": false | |
}, | |
{ | |
"legacyId": 180, | |
"id": "minecraft:red_sandstone_stairs", | |
"unlocalizedName": "tile.stairsRedSandStone", | |
"material": "rock", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 0.8, | |
"resistance": 4.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 181, | |
"id": "minecraft:double_stone_slab2", | |
"unlocalizedName": "tile.stoneSlab2", | |
"material": "rock", | |
"fullCube": true, | |
"opaque": true, | |
"powerSource": false, | |
"solid": true, | |
"hardness": 2.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 0.2, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 182, | |
"id": "minecraft:stone_slab2", | |
"unlocalizedName": "tile.stoneSlab2", | |
"material": "rock", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 30.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 255, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 183, | |
"id": "minecraft:spruce_fence_gate", | |
"unlocalizedName": "tile.spruceFenceGate", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 184, | |
"id": "minecraft:birch_fence_gate", | |
"unlocalizedName": "tile.birchFenceGate", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 185, | |
"id": "minecraft:jungle_fence_gate", | |
"unlocalizedName": "tile.jungleFenceGate", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 186, | |
"id": "minecraft:dark_oak_fence_gate", | |
"unlocalizedName": "tile.darkOakFenceGate", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 187, | |
"id": "minecraft:acacia_fence_gate", | |
"unlocalizedName": "tile.acaciaFenceGate", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 188, | |
"id": "minecraft:spruce_fence", | |
"unlocalizedName": "tile.spruceFence", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 189, | |
"id": "minecraft:birch_fence", | |
"unlocalizedName": "tile.birchFence", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 190, | |
"id": "minecraft:jungle_fence", | |
"unlocalizedName": "tile.jungleFence", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 191, | |
"id": "minecraft:dark_oak_fence", | |
"unlocalizedName": "tile.darkOakFence", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 192, | |
"id": "minecraft:acacia_fence", | |
"unlocalizedName": "tile.acaciaFence", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 2.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 193, | |
"id": "minecraft:spruce_door", | |
"unlocalizedName": "tile.doorSpruce", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 194, | |
"id": "minecraft:birch_door", | |
"unlocalizedName": "tile.doorBirch", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 195, | |
"id": "minecraft:jungle_door", | |
"unlocalizedName": "tile.doorJungle", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 196, | |
"id": "minecraft:acacia_door", | |
"unlocalizedName": "tile.doorAcacia", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
}, | |
{ | |
"legacyId": 197, | |
"id": "minecraft:dark_oak_door", | |
"unlocalizedName": "tile.doorDarkOak", | |
"material": "wood", | |
"fullCube": false, | |
"opaque": false, | |
"powerSource": false, | |
"solid": false, | |
"hardness": 3.0, | |
"resistance": 15.0, | |
"slipperiness": 0.6, | |
"ambientOcclusionLightValue": 1.0, | |
"lightOpacity": 0, | |
"lightValue": 0, | |
"ticksRandomly": false, | |
"usingNeighborLight": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment