forked from luanti-org/minetest_game
		
	map: Use wood group crafting recipe
This commit is contained in:
		| @@ -67,7 +67,7 @@ minetest.register_craft({ | ||||
| 	recipe = { | ||||
| 		{"default:glass", "default:paper", "default:stick"}, | ||||
| 		{"default:steel_ingot", "default:paper", "default:steel_ingot"}, | ||||
| 		{"default:wood", "default:paper", "dye:black"}, | ||||
| 		{"group:wood", "default:paper", "dye:black"}, | ||||
| 	} | ||||
| }) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user