1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-22 15:20:22 +02:00

Add stained glass

This commit is contained in:
kilbith
2015-05-13 00:03:02 +02:00
parent b93ec107d7
commit e0fe854c5d
4 changed files with 36 additions and 4 deletions

View File

@ -203,3 +203,17 @@ homedecor.register("window_flowerbox", {
}
}
})
homedecor.register("stained_glass", {
description = "Stained Glass",
tiles = {"homedecor_stained_glass.png"},
inventory_image = "homedecor_stained_glass.png",
groups = {snappy=3},
use_texture_alpha = true,
light_source = 3,
sounds = default.node_sound_glass_defaults(),
node_box = {
type = "fixed",
fixed = { {-0.5, -0.5, 0.46875, 0.5, 0.5, 0.5} }
}
})