increase factory upgrade amount

This commit is contained in:
okx-code
2024-11-30 20:59:59 +00:00
parent 1be7add5bb
commit f66ee7ad22

View File

@@ -42,7 +42,7 @@ public interface FactoryUpgrade {
static List<CraftingRecipe> getRecipes(Plugin plugin) {
ItemStack upgrade = FactoryUpgrade.createUpgrade();
upgrade.setAmount(3);
upgrade.setAmount(4);
return List.of(
new ShapedRecipe(new NamespacedKey(plugin, "factory_upgrade"), upgrade)
.shape("#c#", "#r#", "#f#")