mirror of
				https://github.com/minetest-mods/3d_armor.git
				synced 2025-10-31 21:05:22 +01:00 
			
		
		
		
	Change armor stand recipe to use any item from the fence group.
This commit is contained in:
		| @@ -324,8 +324,8 @@ minetest.register_entity("3d_armor_stand:armor_entity", { | ||||
| minetest.register_craft({ | ||||
| 	output = "3d_armor_stand:armor_stand", | ||||
| 	recipe = { | ||||
| 		{"", "default:fence_wood", ""}, | ||||
| 		{"", "default:fence_wood", ""}, | ||||
| 		{"", "group:fence", ""}, | ||||
| 		{"", "group:fence", ""}, | ||||
| 		{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"}, | ||||
| 	} | ||||
| }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user