mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
recipe for scaffolding
This commit is contained in:
@@ -1,18 +1,11 @@
|
||||
{
|
||||
"01 Thousands of Shards.ogg" : {"album":"Thousands of Shards","artist":"Orstphone","title":"Thousands of Shards"},
|
||||
"02 Glitter.ogg" : {"album":"Thousands of Shards","artist":"Orstphone","title":"Glitter"},
|
||||
"03 Digital Foliage.ogg" : {"album":"Thousands of Shards","artist":"Orstphone","title":"Digital Foliage"},
|
||||
"04 HDMA.ogg" : {"album":"Thousands of Shards","artist":"Orstphone","title":"HDMA"},
|
||||
"07 Plastic Pop.ogg" : {"album":"Thousands of Shards","artist":"Orstphone","title":"Plastic Pop"},
|
||||
"08 Gateway 509.ogg" : {"album":"Thousands of Shards","artist":"Orstphone","title":"Gateway 509"},
|
||||
|
||||
"3_over_4.ogg" : {"artist":"Orstphone","title":"3 Over 4","album":""},
|
||||
"cyllindrical.ogg" : {"artist":"Orstphone","title":"Cyllindrical","album":"Thousands of Shards"},
|
||||
"fog.ogg" : {"artist":"Orstphone","title":"Fog","album":"Shattered Glass"},
|
||||
"geometry.ogg" : {"artist":"Orstphone","title":"Geometry","album":""},
|
||||
"hdma.ogg" : {"album":"Thousands of Shards","artist":"Orstphone","title":"HDMA"},
|
||||
"hangdrum.ogg" : {"artist":"Orstphone","title":"Hangdrum","album":""},
|
||||
"hdma.ogg" : {"artist":"Orstphone","title":"HDMA","album":"Thousands of Shards"},
|
||||
"lucid_dream.ogg" : {"artist":"Orstphone","title":"Lucid Dream","album":""},
|
||||
"railway.ogg" : {"artist":"Orstphone","title":"Railway Autumn 2098","album":""},
|
||||
"cyllindrical.ogg" : {"album":"Thousands of Shards","artist":"Orstphone","title":"Cyllindrical"},
|
||||
"welded.ogg" : {"album":"Thousands of Shards","artist":"Orstphone","title":"Welded"},
|
||||
"hangdrum.ogg" : {"album":"","artist":"Orstphone","title":"Hangdrum"}
|
||||
"welded.ogg" : {"artist":"Orstphone","title":"Welded","album":"Thousands of Shards"}
|
||||
}
|
||||
|
||||
@@ -28,5 +28,29 @@
|
||||
"ingredients": [
|
||||
[2, 1, "basegame:51"]
|
||||
]
|
||||
},
|
||||
"basegame:272": { /* scaffolding */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[1, 2, "item@basegame:18", 2, "basegame:161"] /* 2 sticks and 2 platform */
|
||||
]
|
||||
},
|
||||
"basegame:273": { /* scaffolding */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[1, 2, "item@basegame:18", 2, "basegame:162"] /* 2 sticks and 2 platform */
|
||||
]
|
||||
},
|
||||
"basegame:274": { /* scaffolding */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[1, 2, "item@basegame:18", 2, "basegame:163"] /* 2 sticks and 2 platform */
|
||||
]
|
||||
},
|
||||
"basegame:275": { /* scaffolding */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[1, 2, "item@basegame:18", 2, "basegame:164"] /* 2 sticks and 2 platform */
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user