Create/src/main/resources/assets/create/blockstates/limestone_layers.json
simibubi 07ef48fefb Sprites and CT - Except it works
- Added a few new sprites for crafting ingredients
- Reworked the Connected Texture system
- Added Limestone Layers to test custom CT spriteshifts
- Migrated existing CT blocks to use the new system
- Crushing wheel controllers no longer crash when in a schematic
2020-01-13 21:59:26 +01:00

5 lines
84 B
JSON

{
"variants": {
"": { "model": "create:block/palettes/limestone_layers" }
}
}