mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-17 11:25:10 +01:00
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:
8
src/main/resources/assets/rocks/blockstates/geyser.json
Normal file
8
src/main/resources/assets/rocks/blockstates/geyser.json
Normal 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" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user