Skip to content

Commit

Permalink
Make Hexamite easier to craft
Browse files Browse the repository at this point in the history
-Vis Cost: 125 > 50
-No longer requires additional Vis Crystals
  • Loading branch information
IcarussOne committed Aug 16, 2024
1 parent 936da5b commit 6519ad5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ private static void initArcaneRecipes() {
ThaumcraftApi.addArcaneCraftingRecipe(new ResourceLocation(ThaumicWonders.MODID, "hexamite"), new ShapedArcaneRecipe(
defaultGroup,
"TWOND_HEXAMITE",
125,
new AspectList().add(Aspect.FIRE, 2).add(Aspect.ENTROPY, 2),
50,
new AspectList(),
BlocksTW.HEXAMITE,
new Object[] {
"AVA",
Expand Down

0 comments on commit 6519ad5

Please sign in to comment.