Files
ThisRocks/src/main/resources/assets/rocks/blockstates/nether_geyser.json
Motschen 2e8f562270 This Rocks 1.4.0 - 1.17 and QOL
- Update to 1.17-pre1 and Java 16
- Make starfish items contain variations
- Fix bugs
2021-05-30 13:07:44 +02:00

7 lines
165 B
JSON
Executable File

{
"variants": {
"active=true": { "model": "rocks:block/nether_geyser_on" },
"active=false": { "model": "rocks:block/nether_geyser_off" }
}
}