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",
|
.id = "cubyz:flower_patch",
|
||||||
.block = "cubyz:dead_leaf_pile",
|
.block = "cubyz:dead_leaf_pile:0",
|
||||||
.chance = 0.05,
|
.chance = 0.01,
|
||||||
.width = 10,
|
.width = 10,
|
||||||
.variation = 6,
|
.variation = 6,
|
||||||
.density = 0.3,
|
.density = 0.6,
|
||||||
.priority = 0.1,
|
.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",
|
.id = "cubyz:flower_patch",
|
||||||
.block = "cubyz:bolete",
|
.block = "cubyz:bolete",
|
||||||
@ -111,7 +138,7 @@
|
|||||||
.width = 8,
|
.width = 8,
|
||||||
.variation = 4,
|
.variation = 4,
|
||||||
.density = 0.08,
|
.density = 0.08,
|
||||||
.priority = 0.1,
|
.priority = 0.5,
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.id = "cubyz:flower_patch",
|
.id = "cubyz:flower_patch",
|
||||||
@ -120,7 +147,7 @@
|
|||||||
.width = 8,
|
.width = 8,
|
||||||
.variation = 4,
|
.variation = 4,
|
||||||
.density = 0.08,
|
.density = 0.08,
|
||||||
.priority = 0.1,
|
.priority = 0.5,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -117,8 +117,8 @@
|
|||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.id = "cubyz:flower_patch",
|
.id = "cubyz:flower_patch",
|
||||||
.block = "cubyz:red_leaf_pile",
|
.block = "cubyz:red_leaf_pile:0",
|
||||||
.chance = 0.05,
|
.chance = 0.01,
|
||||||
.width = 10,
|
.width = 10,
|
||||||
.variation = 6,
|
.variation = 6,
|
||||||
.density = 0.6,
|
.density = 0.6,
|
||||||
@ -126,12 +126,66 @@
|
|||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.id = "cubyz:flower_patch",
|
.id = "cubyz:flower_patch",
|
||||||
.block = "cubyz:yellow_leaf_pile",
|
.block = "cubyz:red_leaf_pile:1",
|
||||||
.chance = 0.05,
|
.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,
|
.width = 10,
|
||||||
.variation = 6,
|
.variation = 6,
|
||||||
.density = 0.6,
|
.density = 0.6,
|
||||||
.priority = 0.1,
|
.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},
|
.tags = .{.leaf},
|
||||||
.blockHealth = 0.2,
|
.blockHealth = 0.1,
|
||||||
.drops = .{
|
.drops = .{
|
||||||
.{.items = .{.auto}},
|
.{.items = .{.auto}},
|
||||||
},
|
},
|
||||||
@ -8,9 +8,15 @@
|
|||||||
.collide = false,
|
.collide = false,
|
||||||
.alwaysViewThrough = true,
|
.alwaysViewThrough = true,
|
||||||
.absorbedLight = 0x000000,
|
.absorbedLight = 0x000000,
|
||||||
.model = "cubyz:plane",
|
.model = .{
|
||||||
.rotation = .carpet,
|
.model = "cubyz:plane",
|
||||||
.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 = .{
|
.item = .{
|
||||||
.texture = "dead_leaf_pile.png",
|
.texture = "dead_leaf_pile.png",
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.{
|
.{
|
||||||
.tags = .{.leaf},
|
.tags = .{.leaf},
|
||||||
.blockHealth = 0.2,
|
.blockHealth = 0.1,
|
||||||
.drops = .{
|
.drops = .{
|
||||||
.{.items = .{.auto}},
|
.{.items = .{.auto}},
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.{
|
.{
|
||||||
.tags = .{.leaf},
|
.tags = .{.leaf},
|
||||||
.blockHealth = 0.2,
|
.blockHealth = 0.1,
|
||||||
.drops = .{
|
.drops = .{
|
||||||
.{.items = .{.auto}},
|
.{.items = .{.auto}},
|
||||||
},
|
},
|
||||||
@ -8,9 +8,15 @@
|
|||||||
.collide = false,
|
.collide = false,
|
||||||
.alwaysViewThrough = true,
|
.alwaysViewThrough = true,
|
||||||
.absorbedLight = 0x000000,
|
.absorbedLight = 0x000000,
|
||||||
.model = "cubyz:plane",
|
.model = .{
|
||||||
.rotation = .carpet,
|
.model = "cubyz:plane",
|
||||||
.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 = .{
|
.item = .{
|
||||||
.texture = "red_leaf_pile.png",
|
.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},
|
.tags = .{.leaf},
|
||||||
.blockHealth = 0.2,
|
.blockHealth = 0.1,
|
||||||
.drops = .{
|
.drops = .{
|
||||||
.{.items = .{.auto}},
|
.{.items = .{.auto}},
|
||||||
},
|
},
|
||||||
@ -8,9 +8,15 @@
|
|||||||
.collide = false,
|
.collide = false,
|
||||||
.alwaysViewThrough = true,
|
.alwaysViewThrough = true,
|
||||||
.absorbedLight = 0x000000,
|
.absorbedLight = 0x000000,
|
||||||
.model = "cubyz:plane",
|
.model = .{
|
||||||
.rotation = .carpet,
|
.model = "cubyz:plane",
|
||||||
.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 = .{
|
.item = .{
|
||||||
.texture = "yellow_leaf_pile.png",
|
.texture = "yellow_leaf_pile.png",
|
||||||
},
|
},
|
||||||
|