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
This commit is contained in:
careeoki 2024-06-22 02:16:12 -06:00 committed by GitHub
parent 52280e4233
commit 4ffd51217b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
18 changed files with 94 additions and 2 deletions

View File

@ -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
},
]
}

View 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"
}

View 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"
}

View File

@ -0,0 +1,6 @@
{
"class" : "leaf",
"absorbedLight" : 0x121012,
"model" : "cube",
"texture" : "cubyz:birch_leaves_opaque"
}

View 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"
}

View File

@ -0,0 +1,10 @@
{
"class" : "wood",
"hardness" : 7,
"drops" : [
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:birch_planks"
}

View 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",
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 531 B

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 B

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 339 B

After

Width:  |  Height:  |  Size: 349 B