Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Expand item limit for Neutron Activator & Add back Low Quality Naquad…
Browse files Browse the repository at this point in the history
…ria Sulphate to the outputs from Concentrated Enriched-Naquadah Sludge
  • Loading branch information
miozune committed Jul 12, 2022
1 parent 36301fe commit c027a4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ public static void RecipeLoad(){
WerkstoffLoader.Sodiumsulfate.get(OrePrefixes.dust, 64),
WerkstoffLoader.Sodiumsulfate.get(OrePrefixes.dust, 64),
WerkstoffLoader.Sodiumsulfate.get(OrePrefixes.dust, 12),
lowQualityNaquadriaSulphate.get(OrePrefixes.dust, 2),
},
120,
480,
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/goodgenerator/util/MyRecipeAdder.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class MyRecipeAdder {
StatCollector.translateToLocal("tile.neutron_activator"),
null,
"goodgenerator:textures/gui/neutron_activator",
6, 6, 0, 0, 0,
9, 9, 0, 0, 0,
null, 0, null,
false,
false
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c027a4e

Please sign in to comment.