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

Use mesh node for dartboard

also delete a couple of excess files
This commit is contained in:
Vanessa Ezekowitz
2014-12-13 20:55:19 -05:00
parent 3b0e6ad95d
commit e7367558ab
7 changed files with 241 additions and 15 deletions

View File

@ -1207,10 +1207,11 @@ minetest.register_abm({
minetest.register_node("homedecor:dartboard", {
description = "Dartboard",
drawtype = "signlike",
tiles = {"homedecor_dartboard.png"},
inventory_image = "homedecor_dartboard.png",
wield_image = "homedecor_dartboard.png",
drawtype = "mesh",
mesh = "homedecor_dartboard.obj",
tiles = { "homedecor_dartboard.png" },
inventory_image = "homedecor_dartboard_inv.png",
wield_image = "homedecor_dartboard_inv.png",
paramtype = "light",
paramtype2 = "wallmounted",
sunlight_propagates = true,