Skip to content

Commit

Permalink
Updated to latest titanium
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Jun 6, 2022
1 parent 97a1631 commit 5fda0dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,14 @@ dependencies {
compileOnly fg.deobf("mezz.jei:jei-1.18.2:9.5.5.174")
// at runtime, use the full JEI jar
runtimeOnly fg.deobf("mezz.jei:jei-1.18.2:9.5.5.174")
compileOnly fg.deobf ('com.hrznstudio:titanium:1.18.2-3.5.0-32')
runtimeOnly fg.deobf ('com.hrznstudio:titanium:1.18.2-3.5.0-32')
compileOnly fg.deobf('com.hrznstudio:titanium:1.18.2-3.5.5-37')
runtimeOnly fg.deobf('com.hrznstudio:titanium:1.18.2-3.5.5-37')
compileOnly fg.deobf("vazkii.patchouli:Patchouli:1.18.2-67:api")
runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:1.18.2-67")
//runtimeOnly fg.deobf("curse.maven:diet-443570:3300992")
//runtimeOnly fg.deobf("curse.maven:appleskin-248787:3395800")
compileOnly fg.deobf("com.blamejared.crafttweaker:CraftTweaker-forge-1.18.2:9.1.103")
runtimeOnly fg.deobf("com.blamejared.crafttweaker:CraftTweaker-forge-1.18.2:9.1.103")
}

afterEvaluate {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.jvmargs=-Xmx2G
modGroup=com.buuz135
modVersion=0.3.4
modVersion=0.3.5
modBaseName=sushigocrafting
minecraftVersion=1.18.2
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void setRecipe(IRecipeLayoutBuilder builder, Recipe recipe, IFocusGroup f
builder.addSlot(RecipeIngredientRole.INPUT, recipe.stack.getType().getSlotPosition().apply(i).getLeft() - 7, recipe.stack.getType().getSlotPosition().apply(i).getRight() - 17).addIngredient(VanillaTypes.ITEM, new ItemStack(recipe.stack.getIngredientList().get(i).getItem()));
}
}
builder.addSlot(RecipeIngredientRole.OUTPUT, 4, 2).addIngredient(VanillaTypes.ITEM, new ItemStack(recipe.stack));
builder.addSlot(RecipeIngredientRole.OUTPUT, 5, 3).addIngredient(VanillaTypes.ITEM, new ItemStack(recipe.stack));
}


Expand Down

0 comments on commit 5fda0dc

Please sign in to comment.