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

Commit

Permalink
updated antimatter, bumped pre
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Mar 30, 2024
1 parent 4b76419 commit 24b259f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public BlastingBuilder temperature(int temperature) {
public static IRecipe addRecipeToSteamMap(RecipeMap map, IRecipe recipe, String domain, String id) {
try {
if (recipe.getPower() > 0 && (recipe.getPower()-1)*2 <= Tier.LV.getVoltage()) {
map.RB().ii(recipe.getInputItems()).io(recipe.getOutputItems(false)).chances(recipe.getChances()).add(domain, id,recipe.getDuration()* 2L, recipe.getPower() * 2, 0, 1);
map.RB().ii(recipe.getInputItems()).io(recipe.getOutputItems(false)).outputChances(recipe.getOutputChances()).add(domain, id,recipe.getDuration()* 2L, recipe.getPower() * 2, 0, 1);
}
} catch (Exception e) {
System.out.println("bleh");
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ forge_version=40.2.4
fabric_api_version=0.57.0+1.18.2
fabric_loader_version=0.14.6

antimatter_version=0.2.1-pre23-1.18.2
antimatter_version=0.2.1-pre29-1.18.2
tesseract_version=0.2-1.18.2
jei_version=10.1.0.223
rei_version=8.3.557
Expand All @@ -28,4 +28,4 @@ top_file=3157997

maven_group=io.github.gregtechintergalactical
archive_base_name=gtcore
mod_version=0.1.1-pre23
mod_version=0.1.1-pre24

0 comments on commit 24b259f

Please sign in to comment.