asurine dust + centrifuge recipes
This commit is contained in:
parent
80e25ff6d9
commit
29a713cb6c
6 changed files with 78 additions and 35 deletions
9
kubejs/startup_scripts/create/materials.js
Normal file
9
kubejs/startup_scripts/create/materials.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// priority: 0
|
||||
|
||||
function registerCreateMaterials(event) {
|
||||
|
||||
event.create('asurine')
|
||||
.color(0x7DB8D1)
|
||||
.secondaryColor(0x4C5D7B)
|
||||
.dust()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue