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,
.drops = .{
.{.items = .{.auto}},

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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