New armorstand mapping

This commit is contained in:
Toby plowy
2017-01-22 17:31:39 +01:00
committed by stujones11
parent b88f946929
commit 75f808131c
5 changed files with 287 additions and 183 deletions

View File

@ -102,7 +102,7 @@ minetest.register_node("3d_armor_stand:armor_stand", {
description = "Armor stand",
drawtype = "mesh",
mesh = "3d_armor_stand.obj",
tiles = {"default_wood.png", "default_steel_block.png"},
tiles = {"3d_armor_stand.png"},
paramtype = "light",
paramtype2 = "facedir",
walkable = false,
@ -169,7 +169,7 @@ minetest.register_node("3d_armor_stand:locked_armor_stand", {
description = "Locked Armor stand",
drawtype = "mesh",
mesh = "3d_armor_stand.obj",
tiles = {"default_wood.png", "default_steel_block.png"},
tiles = {"3d_armor_stand_locked.png"},
paramtype = "light",
paramtype2 = "facedir",
walkable = false,