config_support #31

Merged
Steev merged 6 commits from config_support into Testing 2023-10-07 03:12:50 +02:00
Showing only changes of commit 6743f297b2 - Show all commits

View File

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