diff --git a/assets/mods/basegame/audio/music/discs/_musicdb.json b/assets/mods/basegame/audio/music/discs/_musicdb.json index 288c63e60..67b3bb3fe 100644 --- a/assets/mods/basegame/audio/music/discs/_musicdb.json +++ b/assets/mods/basegame/audio/music/discs/_musicdb.json @@ -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"} } diff --git a/assets/mods/basegame/crafting/blocks_to_blocks.json b/assets/mods/basegame/crafting/blocks_to_blocks.json index 5e5afee13..ef13001f9 100644 --- a/assets/mods/basegame/crafting/blocks_to_blocks.json +++ b/assets/mods/basegame/crafting/blocks_to_blocks.json @@ -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 */ + ] } } \ No newline at end of file