mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
increase factory upgrade amount
This commit is contained in:
@@ -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#")
|
||||
|
||||
Reference in New Issue
Block a user