diff --git a/src/main/resources/data/techreborn/recipes/centrifuge/brass_dust.json b/src/main/resources/data/techreborn/recipes/centrifuge/brass_dust.json index b97b0b77a..dead4f00f 100644 --- a/src/main/resources/data/techreborn/recipes/centrifuge/brass_dust.json +++ b/src/main/resources/data/techreborn/recipes/centrifuge/brass_dust.json @@ -10,7 +10,7 @@ "results": [ { "item": "techreborn:copper_nugget", - "count": 7 + "count": 6 }, { "item": "techreborn:zinc_nugget", diff --git a/src/main/resources/data/techreborn/recipes/centrifuge/bronze_dust.json b/src/main/resources/data/techreborn/recipes/centrifuge/bronze_dust.json index fcc90e6ae..2f746cee5 100644 --- a/src/main/resources/data/techreborn/recipes/centrifuge/bronze_dust.json +++ b/src/main/resources/data/techreborn/recipes/centrifuge/bronze_dust.json @@ -10,7 +10,7 @@ "results": [ { "item": "techreborn:copper_nugget", - "count": 7 + "count": 6 }, { "item": "techreborn:tin_nugget", diff --git a/src/main/resources/data/techreborn/recipes/centrifuge/electrum_dust.json b/src/main/resources/data/techreborn/recipes/centrifuge/electrum_dust.json index 0d4691cbb..5c48e5eb2 100644 --- a/src/main/resources/data/techreborn/recipes/centrifuge/electrum_dust.json +++ b/src/main/resources/data/techreborn/recipes/centrifuge/electrum_dust.json @@ -14,7 +14,7 @@ }, { "item": "techreborn:silver_nugget", - "count": 5 + "count": 4 } ] } \ No newline at end of file