1
0
réplica de https://github.com/mt-mods/homedecor_modpack.git sincronizado 2025-10-21 14:35:45 +02:00

Added a dartboard

For a clean & simple circle, I prefered make it as 2D 'signlike'.
Este cometimento está contido em:
kilbith
2014-08-26 08:20:18 -04:00
cometido por Vanessa Ezekowitz
ascendente ea6de9ba1f
cometimento 09b69280bd
3 ficheiros modificados com 27 adições e 0 eliminações

Ver ficheiro

@@ -2602,3 +2602,12 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "homedecor:dartboard",
recipe = {
{"dye:black", "homedecor:plastic_sheeting", "dye:white"},
{"homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting"},
{"dye:dark_green", "homedecor:plastic_sheeting", "dye:red"}
},
})

Ver ficheiro

@@ -1279,3 +1279,21 @@ minetest.register_node("homedecor:coffee_maker", {
}
})
minetest.register_node("homedecor:dartboard", {
description = "Dartboard",
drawtype = "signlike",
tiles = {"homedecor_dartboard.png"},
inventory_image = "homedecor_dartboard.png",
wield_image = "homedecor_dartboard.png",
paramtype = "light",
paramtype2 = "wallmounted",
sunlight_propagates = true,
walkable = false,
selection_box = {
type = "wallmounted",
},
groups = {choppy=2,dig_immediate=2,attached_node=1},
legacy_wallmounted = true,
sounds = default.node_sound_defaults(),
})

Ficheiro binário não mostrado.

Depois

Largura:  |  Altura:  |  Tamanho: 1.1 KiB