mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-10-31 03:15:35 +01:00 
			
		
		
		
	use 'wood' group for crafting pistons, pressure plates, and noteblocks
This commit is contained in:
		| @@ -743,7 +743,7 @@ mesecon:register_mvps_stopper("mesecons_pistons:piston_down_sticky_on", piston_u | ||||
| minetest.register_craft({ | ||||
| 	output = "mesecons_pistons:piston_normal_off 2", | ||||
| 	recipe = { | ||||
| 		{"default:wood", "default:wood", "default:wood"}, | ||||
| 		{"group:wood", "group:wood", "group:wood"}, | ||||
| 		{"default:cobble", "default:steel_ingot", "default:cobble"}, | ||||
| 		{"default:cobble", "group:mesecon_conductor_craftable", "default:cobble"}, | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user