Custom Glass
BP/blocks/custom_glass.json
json
{
"format_version": "1.26.10",
"minecraft:block": {
"description": {
"identifier": "wiki:custom_glass",
"menu_category": {
"category": "construction",
"group": "minecraft:itemGroup.name.glass"
}
},
"components": {
"minecraft:light_dampening": 0,
"minecraft:loot": "loot_tables/empty.json",
"minecraft:geometry": {
"identifier": "geometry.custom_glass",
"culling": "wiki:culling.custom_glass"
},
"minecraft:material_instances": {
"*": {
"texture": "wiki:custom_glass",
"render_method": "blend"
}
},
"minecraft:destructible_by_mining": {
"seconds_to_destroy": 0.3
},
"minecraft:destructible_by_explosion": {
"explosion_resistance": 1.5
}
}
}
}Code samples on this page are licensed under the MIT License