add blue asphalt

fork-master
webdesigner97 2016-02-28 14:41:38 +01:00
parent 33b71d5fc6
commit 3522ee5492
2 changed files with 12 additions and 0 deletions

View File

@ -44,3 +44,15 @@ streets.register_road_surface(":streets:asphalt_yellow", {
recipe = {"streets:asphalt", "dye:yellow"}
}
})
streets.register_road_surface(":streets:asphalt_blue", {
description = "Colored Asphalt",
tiles = {"streets_asphalt_blue.png"},
groups = {cracky = 3},
sounds = default.node_sound_stone_defaults(),
craft = {
output = "streets:asphalt_blue 1",
type = "shapeless",
recipe = {"streets:asphalt", "dye:yellow"}
}
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB