mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
Add Block Health (ft. QuantumDeveloper) (#945)
* PR! * Rename hardness to blockHealth * Replaced Hardness! * Adjusted new blocks --------- Co-authored-by: IntegratedQuantum <jahe788@gmail.com>
This commit is contained in:
parent
a169e96dab
commit
0f4b93330e
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 7,
|
||||
.blockHealth = 5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.4,
|
||||
.blockHealth = 1.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 8,
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 7,
|
||||
.blockHealth = 6,
|
||||
.item = .{
|
||||
.material = .{
|
||||
.density = 1.0,
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 8,
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.blockHealth = 20,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.blockHealth = 20,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.blockHealth = 20,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.blockHealth = 20,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 7,
|
||||
.blockHealth = 5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.4,
|
||||
.blockHealth = 1.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
.{.chance = 0.1, .items = .{"cubyz:apple"}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 8,
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 7,
|
||||
.blockHealth = 6,
|
||||
.item = .{
|
||||
.material = .{
|
||||
.density = 0.6,
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 8,
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 4,
|
||||
.blockHealth = 5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.blockHealth = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 6,
|
||||
.blockHealth = 12,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .sand,
|
||||
.hardness = 5.5,
|
||||
.blockHealth = 5.75,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.blockHealth = 2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 40,
|
||||
.blockHealth = 30,
|
||||
.breakingPower = 1,
|
||||
.ore = .{
|
||||
.veins = 10,
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.blockHealth = 25,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.blockHealth = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.blockHealth = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.blockHealth = 1,
|
||||
.drops = .{},
|
||||
.degradable = true,
|
||||
.collide = false,
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.4,
|
||||
.blockHealth = 1.0,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 80,
|
||||
.blockHealth = 50,
|
||||
.breakingPower = 10,
|
||||
.ore = .{
|
||||
.veins = 1,
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .sand,
|
||||
.hardness = 5.5,
|
||||
.blockHealth = 6.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .sand,
|
||||
.hardness = 6,
|
||||
.blockHealth = 7,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:dirt"}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.blockHealth = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.blockHealth = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 20,
|
||||
.blockHealth = 23.75,
|
||||
.breakingPower = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.blockHealth = 23.75,
|
||||
.breakingPower = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.blockHealth = 23.75,
|
||||
.breakingPower = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 12,
|
||||
.blockHealth = 23.75,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .air,
|
||||
.hardness = 2,
|
||||
.blockHealth = 2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 10,
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 20,
|
||||
.blockHealth = 22,
|
||||
.breakingPower = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 20,
|
||||
.blockHealth = 22,
|
||||
.breakingPower = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 20,
|
||||
.blockHealth = 22,
|
||||
.breakingPower = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 20,
|
||||
.blockHealth = 22,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.blockHealth = 2.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.blockHealth = 5,
|
||||
.drops = .{},
|
||||
.model = "cubyz:cube",
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .sand,
|
||||
.hardness = 6,
|
||||
.blockHealth = 7,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:soil"}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.blockHealth = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .sand,
|
||||
.hardness = 11,
|
||||
.blockHealth = 5.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 10,
|
||||
.blockHealth = 7,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.blockHealth = 50,
|
||||
.breakingPower = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 60,
|
||||
.blockHealth = 35,
|
||||
.breakingPower = 5,
|
||||
.ore = .{
|
||||
.veins = 4,
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.blockHealth = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 8,
|
||||
.blockHealth = 10,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.blockHealth = 27.5,
|
||||
.breakingPower = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class= .stone,
|
||||
.hardness= 12,
|
||||
.blockHealth = 27.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class= .stone,
|
||||
.hardness= 12,
|
||||
.blockHealth = 27.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 12,
|
||||
.blockHealth = 27.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .sand,
|
||||
.hardness = 6,
|
||||
.blockHealth = 7,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:mud"}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.blockHealth = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 2,
|
||||
.blockHealth = 15,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 7,
|
||||
.blockHealth = 5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.4,
|
||||
.blockHealth = 1.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 8,
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 7,
|
||||
.blockHealth = 6,
|
||||
.item = .{
|
||||
.material = .{
|
||||
.density = 1.0,
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 8,
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class= .stone,
|
||||
.hardness= 12,
|
||||
.blockHealth = 28,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class= .stone,
|
||||
.hardness= 12,
|
||||
.blockHealth = 28,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class= .stone,
|
||||
.hardness= 12,
|
||||
.blockHealth = 28,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 12,
|
||||
.blockHealth = 28,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.blockHealth = 22.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .sand,
|
||||
.hardness = 5.5,
|
||||
.blockHealth = 6.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 7,
|
||||
.blockHealth = 5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.4,
|
||||
.blockHealth = 1.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
.{.chance = 0.1, .items = .{"cubyz:apple"}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 8,
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 7,
|
||||
.blockHealth = 6,
|
||||
.item = .{
|
||||
.material = .{
|
||||
.density = 1.0,
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 8,
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 50,
|
||||
.blockHealth = 16,
|
||||
.breakingPower = 2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 7,
|
||||
.blockHealth = 5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 8,
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.4,
|
||||
.blockHealth = 1.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 7,
|
||||
.blockHealth = 6,
|
||||
.item = .{
|
||||
.material = .{
|
||||
.density = 1.5,
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 8,
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.blockHealth = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.4,
|
||||
.blockHealth = 1.25,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .sand,
|
||||
.hardness = 5,
|
||||
.blockHealth = 5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 12,
|
||||
.blockHealth = 15,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 12,
|
||||
.blockHealth = 15,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 12,
|
||||
.blockHealth = 15,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 12,
|
||||
.blockHealth = 15,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .sand,
|
||||
.hardness = 6.5,
|
||||
.blockHealth = 4,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .sand,
|
||||
.hardness = 5.5,
|
||||
.blockHealth = 6.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.blockHealth = 25,
|
||||
.breakingPower = 1,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:cobblestone"}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 12,
|
||||
.blockHealth = 25,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 12,
|
||||
.blockHealth = 25,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 12,
|
||||
.blockHealth = 25,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 0.3,
|
||||
.blockHealth = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.1,
|
||||
.blockHealth = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 60,
|
||||
.blockHealth = 30,
|
||||
.breakingPower = 2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.blockHealth = 30,
|
||||
.breakingPower = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 25,
|
||||
.blockHealth = 30,
|
||||
.breakingPower = 1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .stone,
|
||||
.hardness = 60,
|
||||
.blockHealth = 30,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .wood,
|
||||
.hardness = 7,
|
||||
.blockHealth = 5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.class = .leaf,
|
||||
.hardness = 0.4,
|
||||
.blockHealth = 1.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
},
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user