mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
Pine Trees + Updated Taiga (#356)
* Pine Tree assets * Pine Tree textures * Update Taiga with Pine Trees Note that I didn't make a "pine log top" block. * Update Taiga with Pine trees Now with a pine log top. I really dont liike the log tops. Not that they dont look good just how they would be for gameplay * Add Pine fence and Pine top * Update pine needles * Pine Trees Taiga * Fix line endings for Pine blocks * Fix Taiga line endings
This commit is contained in:
parent
0aa143a285
commit
2d73ebdc0a
@ -17,10 +17,10 @@
|
||||
"structures" : [
|
||||
{
|
||||
"id" : "cubyz:simple_tree",
|
||||
"leaves" : "cubyz:oak_leaves",
|
||||
"log" : "cubyz:oak_log",
|
||||
"top" : "cubyz:oak_top",
|
||||
"chance" : 0.05,
|
||||
"leaves" : "cubyz:pine_needles",
|
||||
"log" : "cubyz:pine_log",
|
||||
"top" : "cubyz:pine_top",
|
||||
"chance" : 0.025,
|
||||
"type" : "pyramid",
|
||||
"height" : 8,
|
||||
"height_variation" : 5
|
||||
|
11
assets/cubyz/blocks/pine_fence.json
Normal file
11
assets/cubyz/blocks/pine_fence.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"class" : "wood",
|
||||
"hardness" : 7,
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"absorbedLight" : 0x202830,
|
||||
"rotation" : "fence",
|
||||
"model" : "fence",
|
||||
"texture" : "cubyz:pine_planks"
|
||||
}
|
12
assets/cubyz/blocks/pine_log.json
Normal file
12
assets/cubyz/blocks/pine_log.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"class" : "wood",
|
||||
"hardness" : 8,
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "log",
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:pine_log",
|
||||
"texture_top" : "cubyz:pine_log_top",
|
||||
"texture_bottom" : "cubyz:pine_log_top"
|
||||
}
|
13
assets/cubyz/blocks/pine_needles.json
Normal file
13
assets/cubyz/blocks/pine_needles.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"class" : "leaf",
|
||||
"hardness" : 0.4,
|
||||
"drops" : [
|
||||
"auto",
|
||||
"0.1 cubyz:apple"
|
||||
],
|
||||
"degradable" : true,
|
||||
"viewThrough" : true,
|
||||
"absorbedLight" : 0x121012,
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:pine_needles"
|
||||
}
|
10
assets/cubyz/blocks/pine_planks.json
Normal file
10
assets/cubyz/blocks/pine_planks.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"class" : "wood",
|
||||
"hardness" : 7,
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"model" : "cube",
|
||||
"rotation" : "stairs",
|
||||
"texture" : "cubyz:pine_planks"
|
||||
}
|
12
assets/cubyz/blocks/pine_top.json
Normal file
12
assets/cubyz/blocks/pine_top.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"class" : "wood",
|
||||
"hardness" : 8,
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "log",
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:pine_log",
|
||||
"texture_top" : "cubyz:pine_log",
|
||||
"texture_bottom" : "cubyz:pine_log_top",
|
||||
}
|
BIN
assets/cubyz/blocks/textures/pine_log.png
Normal file
BIN
assets/cubyz/blocks/textures/pine_log.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 422 B |
BIN
assets/cubyz/blocks/textures/pine_log_top.png
Normal file
BIN
assets/cubyz/blocks/textures/pine_log_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 435 B |
BIN
assets/cubyz/blocks/textures/pine_needles.png
Normal file
BIN
assets/cubyz/blocks/textures/pine_needles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 459 B |
BIN
assets/cubyz/blocks/textures/pine_planks.png
Normal file
BIN
assets/cubyz/blocks/textures/pine_planks.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 339 B |
Loading…
x
Reference in New Issue
Block a user