mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 19:28:49 -04:00
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:
parent
d579262b38
commit
7e437ac868
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
11
assets/cubyz/blocks/glacite.json
Normal file
11
assets/cubyz/blocks/glacite.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"class" : "stone",
|
||||
"hardness" : 25,
|
||||
"breakingPower" : 1,
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "stairs",
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:glacite"
|
||||
}
|
BIN
assets/cubyz/blocks/textures/glacite.png
Normal file
BIN
assets/cubyz/blocks/textures/glacite.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 396 B |
Loading…
x
Reference in New Issue
Block a user