Blocks + Block Changes necessary for Terrain Revamp 1.0 (#898)

* Added Blocks

* More consistent naming for grass types
This commit is contained in:
ikabod-kee 2025-01-08 14:27:32 -05:00 committed by GitHub
parent 7631be234f
commit f492a51d63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
50 changed files with 202 additions and 15 deletions

View File

@ -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",

View File

@ -1,7 +1,7 @@
.{
.class = .leaf,
.hasItem = false,
.absorbedLight = 0x121012,
.absorbedLight = 0x363436,
.model = "cubyz:cube",
.texture = "cubyz:baobab_leaves_opaque",
}

View File

@ -7,7 +7,7 @@
},
.degradable = true,
.alwaysViewThrough = true,
.absorbedLight = 0x121012,
.absorbedLight = 0x363436,
.model = "cubyz:cube",
.texture = "cubyz:birch_leaves",
.lodReplacement = "cubyz:birch_leaves_opaque",

View File

@ -1,7 +1,7 @@
.{
.class = .leaf,
.hasItem = false,
.absorbedLight = 0x121012,
.absorbedLight = 0x363436,
.model = "cubyz:cube",
.texture = "cubyz:birch_leaves_opaque",
}

View File

@ -0,0 +1,9 @@
.{
.class = .sand,
.hardness = 5.5,
.drops = .{
.{.items = .{.auto}},
},
.model = "cubyz:cube",
.texture = "cubyz:clay",
}

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

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

View File

@ -0,0 +1,7 @@
.{
.class = .leaf,
.hasItem = false,
.absorbedLight = 0x222222,
.model = "cubyz:cube",
.texture = "cubyz:dead_leaves_opaque",
}

View File

@ -0,0 +1,10 @@
.{
.class = .sand,
.hardness = 6,
.drops = .{
.{.items = .{"cubyz:dirt"}},
},
.model = "cubyz:cube",
.texture = "cubyz:dry_grass",
.texture_bottom = "cubyz:dirt",
}

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

View File

@ -6,7 +6,7 @@
},
.degradable = true,
.viewThrough = true,
.absorbedLight = 0x121012,
.absorbedLight = 0x000000,
.collide= false,
.model = "cubyz:cross",
.texture = "cubyz:grass_vegetation",

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

View File

@ -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",

View File

@ -1,7 +1,7 @@
.{
.class = .leaf,
.hasItem = false,
.absorbedLight = 0x121012,
.absorbedLight = 0x363436,
.model = "cubyz:cube",
.texture = "cubyz:mahogany_leaves_opaque",
}

View File

@ -0,0 +1,9 @@
.{
.class = .sand,
.hardness = 5.5,
.drops = .{
.{.items = .{.auto}},
},
.model = "cubyz:cube",
.texture = "cubyz:mud",
}

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

View File

@ -7,7 +7,7 @@
},
.degradable = true,
.alwaysViewThrough = true,
.absorbedLight = 0x121012,
.absorbedLight = 0x363436,
.model = "cubyz:cube",
.texture = "cubyz:oak_leaves",
.lodReplacement = "cubyz:oak_leaves_opaque",

View File

@ -1,7 +1,7 @@
.{
.class = .leaf,
.hasItem = false,
.absorbedLight = 0x121012,
.absorbedLight = 0x363436,
.model = "cubyz:cube",
.texture = "cubyz:oak_leaves_opaque",
}

View File

@ -6,7 +6,7 @@
},
.degradable = true,
.alwaysViewThrough = true,
.absorbedLight = 0x121012,
.absorbedLight = 0x363436,
.model = "cubyz:cube",
.texture = "cubyz:pine_needles",
.lodReplacement = "cubyz:pine_needles_opaque",

View File

@ -1,7 +1,7 @@
.{
.class = .leaf,
.hasItem = false,
.absorbedLight = 0x121012,
.absorbedLight = 0x363436,
.model = "cubyz:cube",
.texture = "cubyz:pine_needles_opaque",
}

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

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

View File

@ -0,0 +1,7 @@
.{
.class = .leaf,
.hasItem = false,
.absorbedLight = 0x213241,
.model = "cubyz:cube",
.texture = "cubyz:red_leaves_opaque",
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 B

After

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 500 B

After

Width:  |  Height:  |  Size: 487 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 517 B

After

Width:  |  Height:  |  Size: 433 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 B

View File

@ -2,8 +2,7 @@
.class = .leaf,
.hardness = 0.4,
.drops = .{
.auto,
"0.1 cubyz:apple",
.{.items = .{.auto}},
},
.degradable = true,
.alwaysViewThrough = true,

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

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

View File

@ -0,0 +1,7 @@
.{
.class = .leaf,
.hasItem = false,
.absorbedLight = 0x1C1C38,
.model = "cubyz:cube",
.texture = "cubyz:yellow_leaves_opaque",
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B