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:
codemob 2025-07-23 14:06:40 -04:00 committed by GitHub
parent 709abbd5bd
commit 8a0eeaa9ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
184 changed files with 184 additions and 184 deletions

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.mineable, .choppable},
.blockHealth = 15, .blockHealth = 15,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 15, .blockHealth = 15,
.blockResistance = 3, .blockResistance = 3,
.item = .{ .item = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 4, .blockHealth = 4,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 5, .blockHealth = 5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable, .leaf},
.blockHealth = 0.5, .blockHealth = 0.5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable, .leaf},
.hasItem = false, .hasItem = false,
.absorbedLight = 0x363436, .absorbedLight = 0x363436,
.model = "cubyz:cube", .model = "cubyz:cube",

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 8, .blockHealth = 8,
.drops = .{ .drops = .{
.{.items = .{"cubyz:log/baobab"}}, .{.items = .{"cubyz:log/baobab"}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 6, .blockHealth = 6,
.item = .{ .item = .{
.material = .{ .material = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 8, .blockHealth = 8,
.drops = .{ .drops = .{
.{.items = .{"cubyz:log/baobab"}}, .{.items = .{"cubyz:log/baobab"}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .basalt}, .tags = .{.stone, .mineable, .basalt},
.blockHealth = 30, .blockHealth = 30,
.blockResistance = 1, .blockResistance = 1,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .basalt}, .tags = .{.stone, .mineable, .basalt},
.blockHealth = 20, .blockHealth = 20,
.blockResistance = 1, .blockResistance = 1,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .basalt}, .tags = .{.stone, .mineable, .basalt},
.blockHealth = 20, .blockHealth = 20,
.blockResistance = 1, .blockResistance = 1,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .basalt}, .tags = .{.stone, .mineable, .basalt},
.blockHealth = 20, .blockHealth = 20,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 5, .blockHealth = 5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 4, .blockHealth = 4,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 5, .blockHealth = 5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable, .leaf},
.blockHealth = 0.5, .blockHealth = 0.5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable, .leaf},
.hasItem = false, .hasItem = false,
.absorbedLight = 0x363436, .absorbedLight = 0x363436,
.model = "cubyz:cube", .model = "cubyz:cube",

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 8, .blockHealth = 8,
.drops = .{ .drops = .{
.{.items = .{"cubyz:log/birch"}}, .{.items = .{"cubyz:log/birch"}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 6, .blockHealth = 6,
.item = .{ .item = .{
.material = .{ .material = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 8, .blockHealth = 8,
.drops = .{ .drops = .{
.{.items = .{"cubyz:log/birch"}}, .{.items = .{"cubyz:log/birch"}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .cuttable},
.blockHealth = 2, .blockHealth = 2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .cuttable},
.blockHealth = 3, .blockHealth = 3,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .cuttable},
.blockHealth = 4, .blockHealth = 4,
.drops = .{ .drops = .{
.{.items = .{"cubyz:log/bolete"}}, .{.items = .{"cubyz:log/bolete"}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.choppable, .cuttable, .leaf},
.blockHealth = 0.5, .blockHealth = 0.5,
.absorbedLight = 0x202830, .absorbedLight = 0x202830,
.alwaysViewThrough = true, .alwaysViewThrough = true,

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.choppable, .cuttable},
.blockHealth = 5, .blockHealth = 5,
.drops = .{ .drops = .{
.{.items = .{"cubyz:log/cactus"}}, .{.items = .{"cubyz:log/cactus"}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .cuttable},
.blockHealth = 2.5, .blockHealth = 2.5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.stone, .mineable},
.blockHealth = 12, .blockHealth = 12,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 10, .blockHealth = 10,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 10, .blockHealth = 10,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.sand}, .tags = .{.diggable},
.blockHealth = 5.75, .blockHealth = 5.75,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.cloth}, .tags = .{.cloth, .cuttable},
.blockHealth = 2, .blockHealth = 2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 35, .blockHealth = 35,
.blockResistance = 1, .blockResistance = 1,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 16, .blockHealth = 16,
.blockResistance = 1, .blockResistance = 1,
.ore = .{ .ore = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .baseStone}, .tags = .{.stone, .mineable, .baseStone},
.blockHealth = 25, .blockHealth = 25,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.sand}, .tags = .{.diggable},
.blockHealth = 7, .blockHealth = 7,
.drops = .{ .drops = .{
.{.items = .{"cubyz:permafrost"}}, .{.items = .{"cubyz:permafrost"}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 35, .blockHealth = 35,
.blockResistance = 2, .blockResistance = 2,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 35, .blockHealth = 35,
.blockResistance = 2, .blockResistance = 2,
.ore = .{ .ore = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.mineable, .choppable},
.blockHealth = 15, .blockHealth = 15,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 55, .blockHealth = 55,
.blockResistance = 10, .blockResistance = 10,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 55, .blockHealth = 55,
.blockResistance = 9, .blockResistance = 9,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable, .leaf},
.blockHealth = 0.1, .blockHealth = 0.1,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable, .leaf},
.blockHealth = 0.5, .blockHealth = 0.5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable, .leaf},
.hasItem = false, .hasItem = false,
.absorbedLight = 0x222222, .absorbedLight = 0x222222,
.model = "cubyz:cube", .model = "cubyz:cube",

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 55, .blockHealth = 55,
.blockResistance = 10, .blockResistance = 10,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 80, .blockHealth = 80,
.blockResistance = 10, .blockResistance = 10,
.ore = .{ .ore = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.sand}, .tags = .{.diggable},
.blockHealth = 6.5, .blockHealth = 6.5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.sand}, .tags = .{.diggable},
.blockHealth = 7, .blockHealth = 7,
.drops = .{ .drops = .{
.{.items = .{"cubyz:dirt"}}, .{.items = .{"cubyz:dirt"}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable},
.blockHealth = 0.1, .blockHealth = 0.1,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .ferrock}, .tags = .{.stone, .mineable, .ferrock},
.blockHealth = 32.5, .blockHealth = 32.5,
.blockResistance = 1, .blockResistance = 1,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .ferrock}, .tags = .{.stone, .mineable, .ferrock},
.blockHealth = 23.75, .blockHealth = 23.75,
.blockResistance = 1, .blockResistance = 1,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .ferrock}, .tags = .{.stone, .mineable, .ferrock},
.blockHealth = 23.75, .blockHealth = 23.75,
.blockResistance = 1, .blockResistance = 1,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .ferrock}, .tags = .{.stone, .mineable, .ferrock},
.blockHealth = 23.75, .blockHealth = 23.75,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 8, .blockHealth = 8,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 20, .blockHealth = 20,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .glacite}, .tags = .{.stone, .mineable, .glacite},
.blockHealth = 25, .blockHealth = 25,
.blockResistance = 1, .blockResistance = 1,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .glacite}, .tags = .{.stone, .mineable, .glacite},
.blockHealth = 22, .blockHealth = 22,
.blockResistance = 1, .blockResistance = 1,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .glacite}, .tags = .{.stone, .mineable, .glacite},
.blockHealth = 22, .blockHealth = 22,
.blockResistance = 1, .blockResistance = 1,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .glacite}, .tags = .{.stone, .mineable, .glacite},
.blockHealth = 22, .blockHealth = 22,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 2.5, .blockHealth = 2.5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .cuttable},
.blockHealth = 2, .blockHealth = 2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .cuttable},
.blockHealth = 3, .blockHealth = 3,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .cuttable},
.blockHealth = 4, .blockHealth = 4,
.drops = .{ .drops = .{
.{.items = .{"cubyz:log/glimmergill"}}, .{.items = .{"cubyz:log/glimmergill"}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 5, .blockHealth = 5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 50, .blockHealth = 50,
.blockResistance = 10, .blockResistance = 10,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 50, .blockHealth = 50,
.blockResistance = 8.5, .blockResistance = 8.5,
.ore = .{ .ore = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.sand}, .tags = .{.diggable},
.blockHealth = 7, .blockHealth = 7,
.drops = .{ .drops = .{
.{.items = .{"cubyz:soil"}}, .{.items = .{"cubyz:soil"}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.sand}, .tags = .{.diggable},
.blockHealth = 5.5, .blockHealth = 5.5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 7, .blockHealth = 7,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 50, .blockHealth = 50,
.blockResistance = 1, .blockResistance = 1,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 35, .blockHealth = 35,
.blockResistance = 5, .blockResistance = 5,
.ore = .{ .ore = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.mineable},
.blockHealth = 10, .blockHealth = 10,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable},
.blockHealth = 10, .blockHealth = 10,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .limestone}, .tags = .{.stone, .mineable, .limestone},
.blockHealth = 27.5, .blockHealth = 27.5,
.blockResistance = 1, .blockResistance = 1,
.drops = .{ .drops = .{

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .limestone}, .tags = .{.stone, .mineable, .limestone},
.blockHealth = 27.5, .blockHealth = 27.5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .limestone}, .tags = .{.stone, .mineable, .limestone},
.blockHealth = 27.5, .blockHealth = 27.5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone, .limestone}, .tags = .{.stone, .mineable, .limestone},
.blockHealth = 27.5, .blockHealth = 27.5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 8, .blockHealth = 8,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.choppable, .cuttable},
.texture0 = "cubyz:log/cactus/dot", .texture0 = "cubyz:log/cactus/dot",
.texture1 = "cubyz:log/cactus/line", .texture1 = "cubyz:log/cactus/line",
.texture2 = "cubyz:log/cactus/bend", .texture2 = "cubyz:log/cactus/bend",

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.sand}, .tags = .{.diggable},
.blockHealth = 7, .blockHealth = 7,
.drops = .{ .drops = .{
.{.items = .{"cubyz:mud"}}, .{.items = .{"cubyz:mud"}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable},
.blockHealth = 0.2, .blockHealth = 0.2,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.stone}, .tags = .{.stone, .mineable},
.blockHealth = 15, .blockHealth = 15,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 4, .blockHealth = 4,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.wood}, .tags = .{.choppable, .wood},
.blockHealth = 5, .blockHealth = 5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable, .leaf},
.blockHealth = 0.5, .blockHealth = 0.5,
.drops = .{ .drops = .{
.{.items = .{.auto}}, .{.items = .{.auto}},

View File

@ -1,5 +1,5 @@
.{ .{
.tags = .{.leaf}, .tags = .{.cuttable, .leaf},
.hasItem = false, .hasItem = false,
.absorbedLight = 0x363436, .absorbedLight = 0x363436,
.model = "cubyz:cube", .model = "cubyz:cube",

Some files were not shown because too many files have changed in this diff Show More