Birch trees, updated Forest (#511)
* Add birch textures + pine coloru tweaks * Birch block files * update Forest with birch trees * Minor texture tweaks * Make oak leaves more transparent
@ -22,7 +22,17 @@
|
||||
"leaves" : "cubyz:oak_leaves",
|
||||
"log" : "cubyz:oak_log",
|
||||
"top" : "cubyz:oak_top",
|
||||
"chance" : 0.04,
|
||||
"chance" : 0.03,
|
||||
"type" : "round",
|
||||
"height" : 6,
|
||||
"height_variation" : 3
|
||||
},
|
||||
{
|
||||
"id" : "cubyz:simple_tree",
|
||||
"leaves" : "cubyz:birch_leaves",
|
||||
"log" : "cubyz:birch_log",
|
||||
"top" : "cubyz:birch_top",
|
||||
"chance" : 0.01,
|
||||
"type" : "round",
|
||||
"height" : 6,
|
||||
"height_variation" : 3
|
||||
@ -31,9 +41,24 @@
|
||||
"id" : "cubyz:fallen_tree",
|
||||
"log" : "cubyz:oak_log",
|
||||
"top" : "cubyz:oak_top",
|
||||
"chance" : 0.01,
|
||||
"chance" : 0.005,
|
||||
"height" : 6,
|
||||
"height_variation" : 3
|
||||
}
|
||||
{
|
||||
"id" : "cubyz:fallen_tree",
|
||||
"log" : "cubyz:birch_log",
|
||||
"top" : "cubyz:birch_top",
|
||||
"chance" : 0.002,
|
||||
"height" : 6,
|
||||
"height_variation" : 3
|
||||
}
|
||||
{
|
||||
"id" : "cubyz:simple_vegetation",
|
||||
"block" : "cubyz:grass_vegetation",
|
||||
"chance" : 1,
|
||||
"height" : 1,
|
||||
"height_variation" : 0
|
||||
},
|
||||
]
|
||||
}
|
||||
|
13
assets/cubyz/blocks/birch_fence.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"class" : "wood",
|
||||
"hardness" : 7,
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"absorbedLight" : 0x202830,
|
||||
"rotation" : "fence",
|
||||
"model" : "fence",
|
||||
"texture" : "cubyz:birch_fence",
|
||||
"texture_top" : "cubyz:birch_fence_top",
|
||||
"texture_bottom" : "cubyz:birch_fence_top"
|
||||
}
|
14
assets/cubyz/blocks/birch_leaves.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"class" : "leaf",
|
||||
"hardness" : 0.4,
|
||||
"drops" : [
|
||||
"auto",
|
||||
"0.1 cubyz:apple"
|
||||
],
|
||||
"degradable" : true,
|
||||
"alwaysViewThrough" : true,
|
||||
"absorbedLight" : 0x121012,
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:birch_leaves",
|
||||
"lodReplacement" : "cubyz:birch_leaves_opaque"
|
||||
}
|
6
assets/cubyz/blocks/birch_leaves_opaque.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"class" : "leaf",
|
||||
"absorbedLight" : 0x121012,
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:birch_leaves_opaque"
|
||||
}
|
12
assets/cubyz/blocks/birch_log.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"class" : "wood",
|
||||
"hardness" : 8,
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "log",
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:birch_log",
|
||||
"texture_top" : "cubyz:birch_log_top",
|
||||
"texture_bottom" : "cubyz:birch_log_top"
|
||||
}
|
10
assets/cubyz/blocks/birch_planks.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"class" : "wood",
|
||||
"hardness" : 7,
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:birch_planks"
|
||||
}
|
12
assets/cubyz/blocks/birch_top.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"class" : "wood",
|
||||
"hardness" : 8,
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "log",
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:birch_log",
|
||||
"texture_top" : "cubyz:birch_log",
|
||||
"texture_bottom" : "cubyz:birch_log_top",
|
||||
}
|
BIN
assets/cubyz/blocks/textures/birch_fence.png
Normal file
After Width: | Height: | Size: 333 B |
BIN
assets/cubyz/blocks/textures/birch_fence_top.png
Normal file
After Width: | Height: | Size: 218 B |
BIN
assets/cubyz/blocks/textures/birch_leaves.png
Normal file
After Width: | Height: | Size: 483 B |
BIN
assets/cubyz/blocks/textures/birch_leaves_opaque.png
Normal file
After Width: | Height: | Size: 389 B |
BIN
assets/cubyz/blocks/textures/birch_log.png
Normal file
After Width: | Height: | Size: 401 B |
BIN
assets/cubyz/blocks/textures/birch_log_top.png
Normal file
After Width: | Height: | Size: 453 B |
BIN
assets/cubyz/blocks/textures/birch_planks.png
Normal file
After Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 531 B After Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 349 B |