LTDV10/packet/kubejs/data/tetra/materials/reagent/glass.json
2026-04-14 18:20:56 +08:00

23 lines
417 B
JSON

{
"key": "glass",
"hidden": true,
"category": "reagent",
"primary": 0,
"secondary": 0,
"tertiary": 0,
"durability": 0,
"integrityCost": 1,
"integrityGain": 1,
"magicCapacity": 0,
"toolLevel": 0,
"toolEfficiency": 0,
"tints": {
"glyph": "f1ffff"
},
"textures": [
"glass"
],
"material": {
"items": [ "minecraft:glass" ]
}
}