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

Commit

Permalink
Fix Dalisenite not having freezer recipe (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune authored Oct 13, 2022
1 parent c770197 commit 851903f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {

compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.44:dev')
compile('com.github.GTNewHorizons:StructureLib:1.1.7:dev')
compile('com.github.GTNewHorizons:bartworks:0.5.75:dev')
compile('com.github.GTNewHorizons:bartworks:0.5.94:dev')
compile('com.github.GTNewHorizons:NotEnoughItems:2.2.28-GTNH:dev')
compile('com.github.GTNewHorizons:TecTech:5.0.37:dev')

Expand Down
6 changes: 6 additions & 0 deletions src/main/java/goodgenerator/loader/RecipeLoader_02.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ public static void RecipeLoad() {
CrackRecipeAdder.reAddBlastRecipe(MyMaterial.hikarium, 1200, 30720, 5400, true);
CrackRecipeAdder.reAddBlastRecipe(MyMaterial.tairitsu, 1200, 1966080, 7400, true);

GT_Values.RA.addVacuumFreezerRecipe(
MyMaterial.dalisenite.get(OrePrefixes.ingotHot, 1),
MyMaterial.dalisenite.get(OrePrefixes.ingot, 1),
315,
120);

GT_Values.RA.addAssemblerRecipe(
new ItemStack[] {
MyMaterial.zircaloy4.get(OrePrefixes.plate, 4),
Expand Down

0 comments on commit 851903f

Please sign in to comment.