Make stones (except sandstone) not fragile

they are already bad enough as it is, and having them fragile too makes them even less likely to be used (and we do want them to be used, see e.g. #1398)
This commit is contained in:
IntegratedQuantum 2025-05-08 21:56:58 +02:00
parent c2b03ff437
commit c8ee037027
7 changed files with 0 additions and 40 deletions

View File

@ -14,12 +14,6 @@
.colors = .{
0xff282328, 0xff353135, 0xff434041, 0xff4A4849, 0xff605E5F,
},
.modifiers = .{
.{
.id = "fragile",
.strength = 0.20,
},
},
},
},
.allowOres = true,

View File

@ -14,12 +14,6 @@
.colors = .{
0xff72403C, 0xff905B57, 0xffB77966, 0xffC2846A, 0xffC49B77,
},
.modifiers = .{
.{
.id = "fragile",
.strength = 0.20,
},
},
},
},
.allowOres = true,

View File

@ -14,12 +14,6 @@
.colors = .{
0xff6E757F, 0xff86898E, 0xffA4A7AA, 0xffB9BCBF, 0xffCACCCE,
},
.modifiers = .{
.{
.id = "fragile",
.strength = 0.35,
},
},
},
},
.allowOres = true,

View File

@ -14,12 +14,6 @@
.colors = .{
0xff70583E, 0xff886D52, 0xffAB8D6A, 0xffC09B6E, 0xffCCA780,
},
.modifiers = .{
.{
.id = "fragile",
.strength = 0.20,
},
},
},
},
.allowOres = true,

View File

@ -13,12 +13,6 @@
.colors = .{
0xffA89B94, 0xffC9C0BB, 0xffECE9E3, 0xffFBF8F1, 0xffECE9E3,
},
.modifiers = .{
.{
.id = "fragile",
.strength = 0.20,
},
},
},
},
.allowOres = true,

View File

@ -14,12 +14,6 @@
.colors = .{
0xff444444, 0xff626262, 0xff7A7876, 0xff878583, 0xff9c9996,
},
.modifiers = .{
.{
.id = "fragile",
.strength = 0.20,
},
},
},
},
.allowOres = true,

View File

@ -15,10 +15,6 @@
0xff030308, 0xff0D0C11, 0xff151420, 0xff1C1A2B, 0xff28253D,
},
.modifiers = .{
.{
.id = "fragile",
.strength = 0.20,
},
.{
.id = "durable",
.strength = 0.1,