Compare commits

...

2 Commits

Author SHA1 Message Date
17a6aab274 Merge pull request 'updated recipy drops' (#27) from String_Recipy_Balance into main
Reviewed-on: #27
2023-10-04 18:27:59 +02:00
8b302265bf updated recipy drops 2023-10-04 18:26:17 +02:00

View File

@ -38,7 +38,7 @@ public class GameManager {
char[] w_ing = { 'W', 'F', };
String[] w_rec = { " W ", "WFW", " W " };
Material[] w_mat = { Material.WHITE_WOOL, Material.FLINT };
this.recipyManager.RegisterNew(w_ing, w_mat, w_rec, 1, Material.STRING, "String");
this.recipyManager.RegisterNew(w_ing, w_mat, w_rec, 4, Material.STRING, "String");
}