mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
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:
parent
c2b03ff437
commit
c8ee037027
@ -14,12 +14,6 @@
|
||||
.colors = .{
|
||||
0xff282328, 0xff353135, 0xff434041, 0xff4A4849, 0xff605E5F,
|
||||
},
|
||||
.modifiers = .{
|
||||
.{
|
||||
.id = "fragile",
|
||||
.strength = 0.20,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
.allowOres = true,
|
||||
|
@ -14,12 +14,6 @@
|
||||
.colors = .{
|
||||
0xff72403C, 0xff905B57, 0xffB77966, 0xffC2846A, 0xffC49B77,
|
||||
},
|
||||
.modifiers = .{
|
||||
.{
|
||||
.id = "fragile",
|
||||
.strength = 0.20,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
.allowOres = true,
|
||||
|
@ -14,12 +14,6 @@
|
||||
.colors = .{
|
||||
0xff6E757F, 0xff86898E, 0xffA4A7AA, 0xffB9BCBF, 0xffCACCCE,
|
||||
},
|
||||
.modifiers = .{
|
||||
.{
|
||||
.id = "fragile",
|
||||
.strength = 0.35,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
.allowOres = true,
|
||||
|
@ -14,12 +14,6 @@
|
||||
.colors = .{
|
||||
0xff70583E, 0xff886D52, 0xffAB8D6A, 0xffC09B6E, 0xffCCA780,
|
||||
},
|
||||
.modifiers = .{
|
||||
.{
|
||||
.id = "fragile",
|
||||
.strength = 0.20,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
.allowOres = true,
|
||||
|
@ -13,12 +13,6 @@
|
||||
.colors = .{
|
||||
0xffA89B94, 0xffC9C0BB, 0xffECE9E3, 0xffFBF8F1, 0xffECE9E3,
|
||||
},
|
||||
.modifiers = .{
|
||||
.{
|
||||
.id = "fragile",
|
||||
.strength = 0.20,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
.allowOres = true,
|
||||
|
@ -14,12 +14,6 @@
|
||||
.colors = .{
|
||||
0xff444444, 0xff626262, 0xff7A7876, 0xff878583, 0xff9c9996,
|
||||
},
|
||||
.modifiers = .{
|
||||
.{
|
||||
.id = "fragile",
|
||||
.strength = 0.20,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
.allowOres = true,
|
||||
|
@ -15,10 +15,6 @@
|
||||
0xff030308, 0xff0D0C11, 0xff151420, 0xff1C1A2B, 0xff28253D,
|
||||
},
|
||||
.modifiers = .{
|
||||
.{
|
||||
.id = "fragile",
|
||||
.strength = 0.20,
|
||||
},
|
||||
.{
|
||||
.id = "durable",
|
||||
.strength = 0.1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user