forked from mtcontrib/scifi_nodes
		
	add recipe for scifi_nodes:crate and refactor chest registration
				
					
				
			This commit is contained in:
		| @@ -475,6 +475,15 @@ minetest.register_craft({ | ||||
|     } | ||||
| }) | ||||
|  | ||||
| minetest.register_craft({ | ||||
|     output = "scifi_nodes:crate", | ||||
|     recipe = { | ||||
|         {"scifi_nodes:grey", "scifi_nodes:grey", "scifi_nodes:grey"}, | ||||
|         {"scifi_nodes:grey", "", "scifi_nodes:grey"}, | ||||
|         {"scifi_nodes:grey", "scifi_nodes:grey", "scifi_nodes:grey"} | ||||
|     } | ||||
| }) | ||||
|  | ||||
| -- 6 blue metal from 6 plastic, 2 blue dye, 1 dented metal block | ||||
| minetest.register_craft({ | ||||
|     output = "scifi_nodes:bluemetal 6", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user