Blocks + Block Changes necessary for Terrain Revamp 1.0 (#898)
* Added Blocks * More consistent naming for grass types
@ -3,11 +3,10 @@
|
||||
.hardness = 0.4,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
.{.chance = 0.1, .items = .{"cubyz:apple"}},
|
||||
},
|
||||
.degradable = true,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x121012,
|
||||
.absorbedLight = 0x363436,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:baobab_leaves",
|
||||
.lodReplacement = "cubyz:baobab_leaves_opaque",
|
||||
|
@ -1,7 +1,7 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hasItem = false,
|
||||
.absorbedLight = 0x121012,
|
||||
.absorbedLight = 0x363436,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:baobab_leaves_opaque",
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
},
|
||||
.degradable = true,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x121012,
|
||||
.absorbedLight = 0x363436,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:birch_leaves",
|
||||
.lodReplacement = "cubyz:birch_leaves_opaque",
|
||||
|
@ -1,7 +1,7 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hasItem = false,
|
||||
.absorbedLight = 0x121012,
|
||||
.absorbedLight = 0x363436,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:birch_leaves_opaque",
|
||||
}
|
||||
|
9
assets/cubyz/blocks/clay.zig.zon
Normal file
@ -0,0 +1,9 @@
|
||||
.{
|
||||
.class = .sand,
|
||||
.hardness = 5.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:clay",
|
||||
}
|
18
assets/cubyz/blocks/dead_leaf_pile.zig.zon
Normal file
@ -0,0 +1,18 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:air"}},
|
||||
},
|
||||
.degradable = true,
|
||||
.collide = false,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x000000,
|
||||
.model = "cubyz:plane",
|
||||
.rotation = .carpet,
|
||||
.texture = "cubyz:dead_leaf_pile",
|
||||
.item= .{
|
||||
.texture = "dead_leaf_pile.png",
|
||||
},
|
||||
.lodReplacement = "cubyz:air",
|
||||
}
|
14
assets/cubyz/blocks/dead_leaves.zig.zon
Normal file
@ -0,0 +1,14 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.4,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.degradable = true,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x222222,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:dead_leaves",
|
||||
.lodReplacement = "cubyz:dead_leaves_opaque",
|
||||
.opaqueVariant = "cubyz:dead_leaves_opaque",
|
||||
}
|
7
assets/cubyz/blocks/dead_leaves_opaque.zig.zon
Normal file
@ -0,0 +1,7 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hasItem = false,
|
||||
.absorbedLight = 0x222222,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:dead_leaves_opaque",
|
||||
}
|
10
assets/cubyz/blocks/dry_grass.zig.zon
Normal file
@ -0,0 +1,10 @@
|
||||
.{
|
||||
.class = .sand,
|
||||
.hardness = 6,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:dirt"}},
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:dry_grass",
|
||||
.texture_bottom = "cubyz:dirt",
|
||||
}
|
17
assets/cubyz/blocks/dry_grass_vegetation.zig.zon
Normal file
@ -0,0 +1,17 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.degradable = true,
|
||||
.viewThrough = true,
|
||||
.absorbedLight = 0x000000,
|
||||
.collide= false,
|
||||
.model = "cubyz:cross",
|
||||
.texture = "cubyz:dry_grass_vegetation",
|
||||
.item= .{
|
||||
.texture = "grass.png",
|
||||
},
|
||||
.lodReplacement = "cubyz:air",
|
||||
}
|
@ -6,7 +6,7 @@
|
||||
},
|
||||
.degradable = true,
|
||||
.viewThrough = true,
|
||||
.absorbedLight = 0x121012,
|
||||
.absorbedLight = 0x000000,
|
||||
.collide= false,
|
||||
.model = "cubyz:cross",
|
||||
.texture = "cubyz:grass_vegetation",
|
||||
|
17
assets/cubyz/blocks/lush_grass_vegetation.zig.zon
Normal file
@ -0,0 +1,17 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.degradable = true,
|
||||
.viewThrough = true,
|
||||
.absorbedLight = 0x000000,
|
||||
.collide= false,
|
||||
.model = "cubyz:cross",
|
||||
.texture = "cubyz:lush_grass_vegetation",
|
||||
.item= .{
|
||||
.texture = "grass.png",
|
||||
},
|
||||
.lodReplacement = "cubyz:air",
|
||||
}
|
@ -3,11 +3,10 @@
|
||||
.hardness = 0.4,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
.{.chance = 0.1, .items = .{"cubyz:apple"}},
|
||||
},
|
||||
.degradable = true,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x121012,
|
||||
.absorbedLight = 0x363436,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:mahogany_leaves",
|
||||
.lodReplacement = "cubyz:mahogany_leaves_opaque",
|
||||
|
@ -1,7 +1,7 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hasItem = false,
|
||||
.absorbedLight = 0x121012,
|
||||
.absorbedLight = 0x363436,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:mahogany_leaves_opaque",
|
||||
}
|
||||
|
9
assets/cubyz/blocks/mud.zig.zon
Normal file
@ -0,0 +1,9 @@
|
||||
.{
|
||||
.class = .sand,
|
||||
.hardness = 5.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:mud",
|
||||
}
|
11
assets/cubyz/blocks/mud_grass.zig.zon
Normal file
@ -0,0 +1,11 @@
|
||||
.{
|
||||
.class = .sand,
|
||||
.hardness = 6,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:mud"}},
|
||||
},
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:lush_grass_top",
|
||||
.texture_top = "cubyz:lush_grass_top",
|
||||
.texture_bottom = "cubyz:mud",
|
||||
}
|
@ -7,7 +7,7 @@
|
||||
},
|
||||
.degradable = true,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x121012,
|
||||
.absorbedLight = 0x363436,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:oak_leaves",
|
||||
.lodReplacement = "cubyz:oak_leaves_opaque",
|
||||
|
@ -1,7 +1,7 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hasItem = false,
|
||||
.absorbedLight = 0x121012,
|
||||
.absorbedLight = 0x363436,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:oak_leaves_opaque",
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
},
|
||||
.degradable = true,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x121012,
|
||||
.absorbedLight = 0x363436,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:pine_needles",
|
||||
.lodReplacement = "cubyz:pine_needles_opaque",
|
||||
|
@ -1,7 +1,7 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hasItem = false,
|
||||
.absorbedLight = 0x121012,
|
||||
.absorbedLight = 0x363436,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:pine_needles_opaque",
|
||||
}
|
||||
|
18
assets/cubyz/blocks/red_leaf_pile.zig.zon
Normal file
@ -0,0 +1,18 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.degradable = true,
|
||||
.collide = false,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x000000,
|
||||
.model = "cubyz:plane",
|
||||
.rotation = .carpet,
|
||||
.texture = "cubyz:red_leaf_pile",
|
||||
.item= .{
|
||||
.texture = "red_leaf_pile.png",
|
||||
},
|
||||
.lodReplacement = "cubyz:air",
|
||||
}
|
14
assets/cubyz/blocks/red_leaves.zig.zon
Normal file
@ -0,0 +1,14 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.4,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.degradable = true,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x213241,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:red_leaves",
|
||||
.lodReplacement = "cubyz:red_leaves_opaque",
|
||||
.opaqueVariant = "cubyz:red_leaves_opaque",
|
||||
}
|
7
assets/cubyz/blocks/red_leaves_opaque.zig.zon
Normal file
@ -0,0 +1,7 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hasItem = false,
|
||||
.absorbedLight = 0x213241,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:red_leaves_opaque",
|
||||
}
|
BIN
assets/cubyz/blocks/textures/clay.png
Normal file
After Width: | Height: | Size: 619 B |
BIN
assets/cubyz/blocks/textures/dead_leaf_pile.png
Normal file
After Width: | Height: | Size: 543 B |
BIN
assets/cubyz/blocks/textures/dead_leaves.png
Normal file
After Width: | Height: | Size: 576 B |
BIN
assets/cubyz/blocks/textures/dead_leaves_opaque.png
Normal file
After Width: | Height: | Size: 524 B |
BIN
assets/cubyz/blocks/textures/dry_grass.png
Normal file
After Width: | Height: | Size: 641 B |
BIN
assets/cubyz/blocks/textures/dry_grass_side.png
Normal file
After Width: | Height: | Size: 537 B |
BIN
assets/cubyz/blocks/textures/dry_grass_top.png
Normal file
After Width: | Height: | Size: 437 B |
BIN
assets/cubyz/blocks/textures/dry_grass_vegetation.png
Normal file
After Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 507 B |
BIN
assets/cubyz/blocks/textures/lush_grass_top.png
Normal file
After Width: | Height: | Size: 435 B |
BIN
assets/cubyz/blocks/textures/lush_grass_vegetation.png
Normal file
After Width: | Height: | Size: 204 B |
BIN
assets/cubyz/blocks/textures/mud.png
Normal file
After Width: | Height: | Size: 434 B |
Before Width: | Height: | Size: 500 B After Width: | Height: | Size: 487 B |
Before Width: | Height: | Size: 517 B After Width: | Height: | Size: 433 B |
BIN
assets/cubyz/blocks/textures/red_leaf_pile.png
Normal file
After Width: | Height: | Size: 556 B |
BIN
assets/cubyz/blocks/textures/red_leaves.png
Normal file
After Width: | Height: | Size: 566 B |
BIN
assets/cubyz/blocks/textures/red_leaves_opaque.png
Normal file
After Width: | Height: | Size: 513 B |
BIN
assets/cubyz/blocks/textures/yellow_leaf_pile.png
Normal file
After Width: | Height: | Size: 478 B |
BIN
assets/cubyz/blocks/textures/yellow_leaves.png
Normal file
After Width: | Height: | Size: 506 B |
BIN
assets/cubyz/blocks/textures/yellow_leaves_opaque.png
Normal file
After Width: | Height: | Size: 526 B |
@ -2,8 +2,7 @@
|
||||
.class = .leaf,
|
||||
.hardness = 0.4,
|
||||
.drops = .{
|
||||
.auto,
|
||||
"0.1 cubyz:apple",
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.degradable = true,
|
||||
.alwaysViewThrough = true,
|
||||
|
18
assets/cubyz/blocks/yellow_leaf_pile.zig.zon
Normal file
@ -0,0 +1,18 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.degradable = true,
|
||||
.collide = false,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x000000,
|
||||
.model = "cubyz:plane",
|
||||
.rotation = .carpet,
|
||||
.texture = "cubyz:yellow_leaf_pile",
|
||||
.item= .{
|
||||
.texture = "yellow_leaf_pile.png",
|
||||
},
|
||||
.lodReplacement = "cubyz:air",
|
||||
}
|
14
assets/cubyz/blocks/yellow_leaves.zig.zon
Normal file
@ -0,0 +1,14 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.4,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
.degradable = true,
|
||||
.alwaysViewThrough = true,
|
||||
.absorbedLight = 0x1C1C38,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:yellow_leaves",
|
||||
.lodReplacement = "cubyz:yellow_leaves_opaque",
|
||||
.opaqueVariant = "cubyz:yellow_leaves_opaque",
|
||||
}
|
7
assets/cubyz/blocks/yellow_leaves_opaque.zig.zon
Normal file
@ -0,0 +1,7 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hasItem = false,
|
||||
.absorbedLight = 0x1C1C38,
|
||||
.model = "cubyz:cube",
|
||||
.texture = "cubyz:yellow_leaves_opaque",
|
||||
}
|
BIN
assets/cubyz/items/textures/dead_leaf_pile.png
Normal file
After Width: | Height: | Size: 351 B |
BIN
assets/cubyz/items/textures/red_leaf_pile.png
Normal file
After Width: | Height: | Size: 372 B |
BIN
assets/cubyz/items/textures/yellow_leaf_pile.png
Normal file
After Width: | Height: | Size: 327 B |