mirror of
				https://github.com/minetest-mods/3d_armor.git
				synced 2025-10-31 04:45:32 +01:00 
			
		
		
		
	Merge branch 'github'
This commit is contained in:
		| @@ -153,6 +153,7 @@ minetest.register_node("3d_armor_stand:armor_stand", { | ||||
| 	drawtype = "mesh", | ||||
| 	mesh = "3d_armor_stand.obj", | ||||
| 	tiles = {"3d_armor_stand.png"}, | ||||
| 	use_texture_alpha = "clip", | ||||
| 	paramtype = "light", | ||||
| 	paramtype2 = "facedir", | ||||
| 	walkable = false, | ||||
| @@ -221,6 +222,7 @@ minetest.register_node("3d_armor_stand:locked_armor_stand", { | ||||
| 	drawtype = "mesh", | ||||
| 	mesh = "3d_armor_stand.obj", | ||||
| 	tiles = {"3d_armor_stand_locked.png"}, | ||||
| 	use_texture_alpha = "clip", | ||||
| 	paramtype = "light", | ||||
| 	paramtype2 = "facedir", | ||||
| 	walkable = false, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user