mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
Use mineable, choppable, diggable, and cuttable instead of stone, wood, sand, and leaf. (#1711)
Fixes #1604 Fixes #1601 fixes #1712
This commit is contained in:
parent
709abbd5bd
commit
8a0eeaa9ae
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.mineable, .choppable},
|
||||
.blockHealth = 15,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 15,
|
||||
.blockResistance = 3,
|
||||
.item = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 4,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable, .leaf},
|
||||
.blockHealth = 0.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable, .leaf},
|
||||
.hasItem = false,
|
||||
.absorbedLight = 0x363436,
|
||||
.model = "cubyz:cube",
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/baobab"}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 6,
|
||||
.item = .{
|
||||
.material = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/baobab"}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .basalt},
|
||||
.tags = .{.stone, .mineable, .basalt},
|
||||
.blockHealth = 30,
|
||||
.blockResistance = 1,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .basalt},
|
||||
.tags = .{.stone, .mineable, .basalt},
|
||||
.blockHealth = 20,
|
||||
.blockResistance = 1,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .basalt},
|
||||
.tags = .{.stone, .mineable, .basalt},
|
||||
.blockHealth = 20,
|
||||
.blockResistance = 1,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .basalt},
|
||||
.tags = .{.stone, .mineable, .basalt},
|
||||
.blockHealth = 20,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 4,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable, .leaf},
|
||||
.blockHealth = 0.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable, .leaf},
|
||||
.hasItem = false,
|
||||
.absorbedLight = 0x363436,
|
||||
.model = "cubyz:cube",
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/birch"}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 6,
|
||||
.item = .{
|
||||
.material = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/birch"}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.blockHealth = 2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.blockHealth = 3,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.blockHealth = 4,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/bolete"}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.choppable, .cuttable, .leaf},
|
||||
.blockHealth = 0.5,
|
||||
.absorbedLight = 0x202830,
|
||||
.alwaysViewThrough = true,
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.blockHealth = 5,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/cactus"}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.blockHealth = 2.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.stone, .mineable},
|
||||
.blockHealth = 12,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 10,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 10,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.sand},
|
||||
.tags = .{.diggable},
|
||||
.blockHealth = 5.75,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.cloth},
|
||||
.tags = .{.cloth, .cuttable},
|
||||
.blockHealth = 2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 35,
|
||||
.blockResistance = 1,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 16,
|
||||
.blockResistance = 1,
|
||||
.ore = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .baseStone},
|
||||
.tags = .{.stone, .mineable, .baseStone},
|
||||
.blockHealth = 25,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.sand},
|
||||
.tags = .{.diggable},
|
||||
.blockHealth = 7,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:permafrost"}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 35,
|
||||
.blockResistance = 2,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 35,
|
||||
.blockResistance = 2,
|
||||
.ore = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.mineable, .choppable},
|
||||
.blockHealth = 15,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 55,
|
||||
.blockResistance = 10,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 55,
|
||||
.blockResistance = 9,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable, .leaf},
|
||||
.blockHealth = 0.1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable, .leaf},
|
||||
.blockHealth = 0.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable, .leaf},
|
||||
.hasItem = false,
|
||||
.absorbedLight = 0x222222,
|
||||
.model = "cubyz:cube",
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 55,
|
||||
.blockResistance = 10,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 80,
|
||||
.blockResistance = 10,
|
||||
.ore = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.sand},
|
||||
.tags = .{.diggable},
|
||||
.blockHealth = 6.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.sand},
|
||||
.tags = .{.diggable},
|
||||
.blockHealth = 7,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:dirt"}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.1,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .ferrock},
|
||||
.tags = .{.stone, .mineable, .ferrock},
|
||||
.blockHealth = 32.5,
|
||||
.blockResistance = 1,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .ferrock},
|
||||
.tags = .{.stone, .mineable, .ferrock},
|
||||
.blockHealth = 23.75,
|
||||
.blockResistance = 1,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .ferrock},
|
||||
.tags = .{.stone, .mineable, .ferrock},
|
||||
.blockHealth = 23.75,
|
||||
.blockResistance = 1,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .ferrock},
|
||||
.tags = .{.stone, .mineable, .ferrock},
|
||||
.blockHealth = 23.75,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 20,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .glacite},
|
||||
.tags = .{.stone, .mineable, .glacite},
|
||||
.blockHealth = 25,
|
||||
.blockResistance = 1,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .glacite},
|
||||
.tags = .{.stone, .mineable, .glacite},
|
||||
.blockHealth = 22,
|
||||
.blockResistance = 1,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .glacite},
|
||||
.tags = .{.stone, .mineable, .glacite},
|
||||
.blockHealth = 22,
|
||||
.blockResistance = 1,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .glacite},
|
||||
.tags = .{.stone, .mineable, .glacite},
|
||||
.blockHealth = 22,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 2.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.blockHealth = 2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.blockHealth = 3,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.blockHealth = 4,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:log/glimmergill"}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 50,
|
||||
.blockResistance = 10,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 50,
|
||||
.blockResistance = 8.5,
|
||||
.ore = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.sand},
|
||||
.tags = .{.diggable},
|
||||
.blockHealth = 7,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:soil"}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.sand},
|
||||
.tags = .{.diggable},
|
||||
.blockHealth = 5.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 7,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 50,
|
||||
.blockResistance = 1,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 35,
|
||||
.blockResistance = 5,
|
||||
.ore = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.mineable},
|
||||
.blockHealth = 10,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable},
|
||||
.blockHealth = 10,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .limestone},
|
||||
.tags = .{.stone, .mineable, .limestone},
|
||||
.blockHealth = 27.5,
|
||||
.blockResistance = 1,
|
||||
.drops = .{
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .limestone},
|
||||
.tags = .{.stone, .mineable, .limestone},
|
||||
.blockHealth = 27.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .limestone},
|
||||
.tags = .{.stone, .mineable, .limestone},
|
||||
.blockHealth = 27.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone, .limestone},
|
||||
.tags = .{.stone, .mineable, .limestone},
|
||||
.blockHealth = 27.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 8,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.choppable, .cuttable},
|
||||
.texture0 = "cubyz:log/cactus/dot",
|
||||
.texture1 = "cubyz:log/cactus/line",
|
||||
.texture2 = "cubyz:log/cactus/bend",
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.sand},
|
||||
.tags = .{.diggable},
|
||||
.blockHealth = 7,
|
||||
.drops = .{
|
||||
.{.items = .{"cubyz:mud"}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable},
|
||||
.blockHealth = 0.2,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.stone},
|
||||
.tags = .{.stone, .mineable},
|
||||
.blockHealth = 15,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 4,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.wood},
|
||||
.tags = .{.choppable, .wood},
|
||||
.blockHealth = 5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable, .leaf},
|
||||
.blockHealth = 0.5,
|
||||
.drops = .{
|
||||
.{.items = .{.auto}},
|
||||
|
@ -1,5 +1,5 @@
|
||||
.{
|
||||
.tags = .{.leaf},
|
||||
.tags = .{.cuttable, .leaf},
|
||||
.hasItem = false,
|
||||
.absorbedLight = 0x363436,
|
||||
.model = "cubyz:cube",
|
||||
|
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