Create/src/generated/resources/assets/create/blockstates/framed_glass.json
simibubi 7536e22eed Connected Textures and Registrate
- CT behaviour is no longer tied to blocks implementing interfaces
- Custom models and connected textures can now be assigned in a custom blockbuider
- Ported framed glass to Palette Registrate
2020-05-13 21:56:46 +02:00

7 lines
82 B
JSON

{
"variants": {
"": {
"model": "create:block/framed_glass"
}
}
}