Merge pull request 'updated recipy' (#28) from Saddle_Crafting_Rebalance into main
Reviewed-on: Steev/betterminecraft#28
This commit is contained in:
		@ -29,9 +29,9 @@ public class GameManager {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        this.plugin.getLogger().info("registring Recipies");
 | 
					        this.plugin.getLogger().info("registring Recipies");
 | 
				
			||||||
        this.plugin.getLogger().info("saddle");
 | 
					        this.plugin.getLogger().info("saddle");
 | 
				
			||||||
        char[] s_ing = { 'L', 'S', 'I' };
 | 
					        char[] s_ing = { 'L', 'S', 'I', 'W' };
 | 
				
			||||||
        String[] s_rec = { "LLL", "LSL", " I " };
 | 
					        String[] s_rec = { "LLL", "SWS", "I I" };
 | 
				
			||||||
        Material[] s_mat = { Material.LEATHER, Material.STRING, Material.IRON_NUGGET };
 | 
					        Material[] s_mat = { Material.LEATHER, Material.STRING, Material.IRON_INGOT, Material.WOOL};
 | 
				
			||||||
        this.recipyManager.RegisterNew(s_ing, s_mat, s_rec, 1, Material.SADDLE, "Saddle");
 | 
					        this.recipyManager.RegisterNew(s_ing, s_mat, s_rec, 1, Material.SADDLE, "Saddle");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        this.plugin.getLogger().info("String");
 | 
					        this.plugin.getLogger().info("String");
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user