This Rocks 1.2.0

-Added geysers!
-Added Granite, Diorite, Andesite, Gravel, Netherrack and Soul Soil rocks!
-Tweaked worldgen to fix some minor issues.
This commit is contained in:
Motschen
2020-11-14 17:38:01 +01:00
parent 2fcb0f209b
commit 4b53dcd289
87 changed files with 1265 additions and 66 deletions

View File

@@ -0,0 +1,8 @@
{
"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" }
}
}