You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							15 lines
						
					
					
						
							564 B
						
					
					
				
			
		
		
	
	
							15 lines
						
					
					
						
							564 B
						
					
					
				| print("Initializing 'NA02 - ZCM Recipes for New Alterlite'...");
 | |
| 
 | |
| // ZCM Makeshift Furnace
 | |
| /*
 | |
| recipes.addShaped("zcm_furnace", <zcm_alterlite:makeshiftfurnace>, 
 | |
| 	[[<ore:logWood>, <ore:plankWood>, <ore:logWood>], 
 | |
| 	[<ore:logWood>, <ore:plankWood>, <ore:logWood>], 
 | |
| 	[<minecraft:clay_ball>, <minecraft:clay_ball>, <minecraft:clay_ball>]]);
 | |
| 
 | |
| print("Making sure this mod is disabled. If you can see this, the script is not properly configured!");
 | |
| */
 | |
| 
 | |
| // More recipes to be added.
 | |
| 
 | |
| print("Initialization of 'NA02 - ZCM Recipes for New Alterlite' has been completed."); | 
