Convert leaf piles into texturePiles (#1242)
* Convert leaf piles to texturePiles, add to biomes, reduce break time * Fix rotation name, tweak yellow leaf pile texture, delete unused leaf pile textures
@ -97,13 +97,40 @@
|
||||
},
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
.block = "cubyz:dead_leaf_pile",
|
||||
.chance = 0.05,
|
||||
.block = "cubyz:dead_leaf_pile:0",
|
||||
.chance = 0.01,
|
||||
.width = 10,
|
||||
.variation = 6,
|
||||
.density = 0.3,
|
||||
.density = 0.6,
|
||||
.priority = 0.1,
|
||||
},
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
.block = "cubyz:dead_leaf_pile:1",
|
||||
.chance = 0.015,
|
||||
.width = 10,
|
||||
.variation = 6,
|
||||
.density = 0.6,
|
||||
.priority = 0.2,
|
||||
},
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
.block = "cubyz:dead_leaf_pile:2",
|
||||
.chance = 0.02,
|
||||
.width = 8,
|
||||
.variation = 6,
|
||||
.density = 0.6,
|
||||
.priority = 0.3,
|
||||
},
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
.block = "cubyz:dead_leaf_pile:3",
|
||||
.chance = 0.015,
|
||||
.width = 6,
|
||||
.variation = 6,
|
||||
.density = 0.6,
|
||||
.priority = 0.4,
|
||||
},
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
.block = "cubyz:bolete",
|
||||
@ -111,7 +138,7 @@
|
||||
.width = 8,
|
||||
.variation = 4,
|
||||
.density = 0.08,
|
||||
.priority = 0.1,
|
||||
.priority = 0.5,
|
||||
},
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
@ -120,7 +147,7 @@
|
||||
.width = 8,
|
||||
.variation = 4,
|
||||
.density = 0.08,
|
||||
.priority = 0.1,
|
||||
.priority = 0.5,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -117,8 +117,8 @@
|
||||
},
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
.block = "cubyz:red_leaf_pile",
|
||||
.chance = 0.05,
|
||||
.block = "cubyz:red_leaf_pile:0",
|
||||
.chance = 0.01,
|
||||
.width = 10,
|
||||
.variation = 6,
|
||||
.density = 0.6,
|
||||
@ -126,12 +126,66 @@
|
||||
},
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
.block = "cubyz:yellow_leaf_pile",
|
||||
.chance = 0.05,
|
||||
.block = "cubyz:red_leaf_pile:1",
|
||||
.chance = 0.015,
|
||||
.width = 10,
|
||||
.variation = 6,
|
||||
.density = 0.6,
|
||||
.priority = 0.2,
|
||||
},
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
.block = "cubyz:red_leaf_pile:2",
|
||||
.chance = 0.02,
|
||||
.width = 8,
|
||||
.variation = 6,
|
||||
.density = 0.6,
|
||||
.priority = 0.3,
|
||||
},
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
.block = "cubyz:red_leaf_pile:3",
|
||||
.chance = 0.015,
|
||||
.width = 6,
|
||||
.variation = 6,
|
||||
.density = 0.6,
|
||||
.priority = 0.4,
|
||||
},
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
.block = "cubyz:yellow_leaf_pile:0",
|
||||
.chance = 0.01,
|
||||
.width = 10,
|
||||
.variation = 6,
|
||||
.density = 0.6,
|
||||
.priority = 0.1,
|
||||
},
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
.block = "cubyz:yellow_leaf_pile:1",
|
||||
.chance = 0.015,
|
||||
.width = 10,
|
||||
.variation = 6,
|
||||
.density = 0.6,
|
||||
.priority = 0.2,
|
||||
},
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
.block = "cubyz:yellow_leaf_pile:2",
|
||||
.chance = 0.02,
|
||||
.width = 8,
|
||||
.variation = 6,
|
||||
.density = 0.6,
|
||||
.priority = 0.3,
|
||||
},
|
||||
.{
|
||||
.id = "cubyz:flower_patch",
|
||||
.block = "cubyz:yellow_leaf_pile:3",
|
||||
.chance = 0.015,
|
||||
.width = 6,
|
||||
.variation = 6,
|
||||
.density = 0.6,
|
||||
.priority = 0.4,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.blockHealth = 0.2,
|
||||
.blockHealth = 0.1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
@ -8,9 +8,15 @@
|
||||
.collide = false,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x000000,
|
||||
.model = .{
|
||||
.model = "cubyz:plane",
|
||||
.rotation = .carpet,
|
||||
.texture = "cubyz:dead_leaf_pile",
|
||||
.states = 4,
|
||||
},
|
||||
.rotation = .texture_pile,
|
||||
.texture0 = "cubyz:dead_leaf_pile/0",
|
||||
.texture1 = "cubyz:dead_leaf_pile/1",
|
||||
.texture2 = "cubyz:dead_leaf_pile/2",
|
||||
.texture3 = "cubyz:dead_leaf_pile/3",
|
||||
.item = .{
|
||||
.texture = "dead_leaf_pile.png",
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.blockHealth = 0.2,
|
||||
.blockHealth = 0.1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.blockHealth = 0.2,
|
||||
.blockHealth = 0.1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
@ -8,9 +8,15 @@
|
||||
.collide = false,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x000000,
|
||||
.model = .{
|
||||
.model = "cubyz:plane",
|
||||
.rotation = .carpet,
|
||||
.texture = "cubyz:red_leaf_pile",
|
||||
.states = 4,
|
||||
},
|
||||
.rotation = .texture_pile,
|
||||
.texture0 = "cubyz:red_leaf_pile/0",
|
||||
.texture1 = "cubyz:red_leaf_pile/1",
|
||||
.texture2 = "cubyz:red_leaf_pile/2",
|
||||
.texture3 = "cubyz:red_leaf_pile/3",
|
||||
.item = .{
|
||||
.texture = "red_leaf_pile.png",
|
||||
},
|
||||
|
Before Width: | Height: | Size: 529 B |
BIN
assets/cubyz/blocks/textures/dead_leaf_pile/0.png
Normal file
After Width: | Height: | Size: 295 B |
BIN
assets/cubyz/blocks/textures/dead_leaf_pile/1.png
Normal file
After Width: | Height: | Size: 361 B |
BIN
assets/cubyz/blocks/textures/dead_leaf_pile/2.png
Normal file
After Width: | Height: | Size: 478 B |
BIN
assets/cubyz/blocks/textures/dead_leaf_pile/3.png
Normal file
After Width: | Height: | Size: 568 B |
Before Width: | Height: | Size: 556 B |
BIN
assets/cubyz/blocks/textures/red_leaf_pile/0.png
Normal file
After Width: | Height: | Size: 294 B |
BIN
assets/cubyz/blocks/textures/red_leaf_pile/1.png
Normal file
After Width: | Height: | Size: 380 B |
BIN
assets/cubyz/blocks/textures/red_leaf_pile/2.png
Normal file
After Width: | Height: | Size: 485 B |
BIN
assets/cubyz/blocks/textures/red_leaf_pile/3.png
Normal file
After Width: | Height: | Size: 566 B |
Before Width: | Height: | Size: 478 B |
BIN
assets/cubyz/blocks/textures/yellow_leaf_pile/0.png
Normal file
After Width: | Height: | Size: 296 B |
BIN
assets/cubyz/blocks/textures/yellow_leaf_pile/1.png
Normal file
After Width: | Height: | Size: 357 B |
BIN
assets/cubyz/blocks/textures/yellow_leaf_pile/2.png
Normal file
After Width: | Height: | Size: 416 B |
BIN
assets/cubyz/blocks/textures/yellow_leaf_pile/3.png
Normal file
After Width: | Height: | Size: 511 B |
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.blockHealth = 0.2,
|
||||
.blockHealth = 0.1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
@ -8,9 +8,15 @@
|
||||
.collide = false,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x000000,
|
||||
.model = .{
|
||||
.model = "cubyz:plane",
|
||||
.rotation = .carpet,
|
||||
.texture = "cubyz:yellow_leaf_pile",
|
||||
.states = 4,
|
||||
},
|
||||
.rotation = .texture_pile,
|
||||
.texture0 = "cubyz:yellow_leaf_pile/0",
|
||||
.texture1 = "cubyz:yellow_leaf_pile/1",
|
||||
.texture2 = "cubyz:yellow_leaf_pile/2",
|
||||
.texture3 = "cubyz:yellow_leaf_pile/3",
|
||||
.item = .{
|
||||
.texture = "yellow_leaf_pile.png",
|
||||
},
|
||||
|