mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2025-06-30 07:11:00 +02:00
New armorstand mapping
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user