red granite + other stone dusts + t2 rocket alloy

This commit is contained in:
Pyritie 2025-09-27 00:39:50 +01:00
parent 2b84bce7cc
commit ea965716fb
10 changed files with 71 additions and 11 deletions

View file

@ -7,4 +7,9 @@ function registerCreateMaterials(event) {
.color(0x7DB8D1)
.secondaryColor(0x4C5D7B)
.dust()
event.create('ochrum')
.color(0xB6995E)
.secondaryColor(0x865840)
.dust()
}