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:
@ -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,
|
||||
|
Reference in New Issue
Block a user