Compare commits

...

2 Commits

Author SHA1 Message Date
e956b884cd Merge pull request 'updated recipy' (#28) from Saddle_Crafting_Rebalance into main
Reviewed-on: #28
2023-10-04 18:28:43 +02:00
da7833bb69 updated recipy 2023-10-04 18:25:30 +02:00

View File

@ -29,9 +29,9 @@ public class GameManager {
this.plugin.getLogger().info("registring Recipies");
this.plugin.getLogger().info("saddle");
char[] s_ing = { 'L', 'S', 'I' };
String[] s_rec = { "LLL", "LSL", " I " };
Material[] s_mat = { Material.LEATHER, Material.STRING, Material.IRON_NUGGET };
char[] s_ing = { 'L', 'S', 'I', 'W' };
String[] s_rec = { "LLL", "SWS", "I I" };
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.plugin.getLogger().info("String");