forked from mtcontrib/3d_armor
		
	Change armor stand recipe to use any item from the fence group.
This commit is contained in:
		| @@ -332,8 +332,8 @@ minetest.register_entity("3d_armor_stand:armor_entity", { | |||||||
| minetest.register_craft({ | minetest.register_craft({ | ||||||
| 	output = "3d_armor_stand:armor_stand", | 	output = "3d_armor_stand:armor_stand", | ||||||
| 	recipe = { | 	recipe = { | ||||||
| 		{"", "default:fence_wood", ""}, | 		{"", "group:fence", ""}, | ||||||
| 		{"", "default:fence_wood", ""}, | 		{"", "group:fence", ""}, | ||||||
| 		{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"}, | 		{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"}, | ||||||
| 	} | 	} | ||||||
| }) | }) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user