Glacite and updated Peaks biome (#455)

* Add glacite texture

* Add glacite block

* Update peak biome with glacite

* Tweak peaks meekly

* Brighten Glacite by like 5
This commit is contained in:
careeoki 2024-06-08 02:13:41 -06:00 committed by GitHub
parent d579262b38
commit 7e437ac868
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 25 additions and 4 deletions

View File

@ -5,13 +5,23 @@
"minHeight" : 120,
"maxHeight" : 256,
"mountains" : 150,
"mountains" : 125,
"music" : "DarkTimes",
"ground_structure" : [
"1 to 2 cubyz:snow",
"0 to 1 cubyz:ice",
"0 to 2 cubyz:cobblestone"
"3 to 6 cubyz:snow"
],
"stoneBlock" : "cubyz:glacite",
"structures" : [
{
"id" : "cubyz:ground_patch",
"block" : "cubyz:ice",
"chance" : 0.002,
"width" : 6,
"variation" : 5,
"depth" : 3,
"smoothness" : 0.1
}
]
}

View File

@ -0,0 +1,11 @@
{
"class" : "stone",
"hardness" : 25,
"breakingPower" : 1,
"drops" : [
"auto"
],
"rotation" : "stairs",
"model" : "cube",
"texture" : "cubyz:glacite"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B