mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-17 03:15:09 +01:00
-Added geysers! -Added Granite, Diorite, Andesite, Gravel, Netherrack and Soul Soil rocks! -Tweaked worldgen to fix some minor issues.
9 lines
327 B
JSON
9 lines
327 B
JSON
{
|
|
"variants": {
|
|
"active=true,snowy=false": { "model": "rocks:block/geyser_on" },
|
|
"active=false,snowy=false": { "model": "rocks:block/geyser_off" },
|
|
"active=true,snowy=true": { "model": "rocks:block/snowy_geyser_on" },
|
|
"active=false,snowy=true": { "model": "rocks:block/snowy_geyser_off" }
|
|
}
|
|
}
|