Create/src/main/resources/assets/create/blockstates/limesand.json
simibubi c8872b61b0 Bug Busting 0.1 Part III
- Cached rotating models no longer get their UVs screwed by resource reloading
- Added Limesand and Recipes, Fixes #11
- Added Block Tag for everything usable by the Generating Encased Fan, Fixes #12
- Fixed FlexPeater not able to be configured while pulsing
- Stealth nerfs
- Fixed Blockzapper upgrades not registering correctly, Fixes #14
- Updated Stair recipes, Fixes #10
- Fixed Schematic sender crashing while finishing an upload
- Fixed Corner models for reversed Stair Blocks
- Fixed crash on startup without JEI
2019-09-22 20:23:26 +02:00

7 lines
171 B
JSON

{
"forge_marker": 1,
"defaults": { "model": "create:block/palettes/limesand" },
"variants": {
"": [{ "y": 0 }, { "y": 90 }, { "y": 180 }, { "y": 270 }]
}
}