Skip to content

Commit

Permalink
fix(recipes): ✏️fix Thaumcraft Nuggets cant be converted
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Jun 19, 2024
1 parent efd8811 commit a69d47f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/mods/thaumcraft.zs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ furnace.addRecipe(<thermalfoundation:material:130> * 2, <thaumcraft:cluster:4>);
furnace.addRecipe(<thermalfoundation:material:131> * 2, <thaumcraft:cluster:5>);

// Fix Infernal Furnace unchangeable nuggets output
val NG = <thaumcraft:nugget:4>;
recipes.addShapeless(<thermalfoundation:material:131>, [NG, NG, NG, NG, NG, NG, NG, NG, NG]);
craft.shapeless(<thermalfoundation:material:128>, 'aaaaaaaaa', { a: <thaumcraft:nugget:1> });
craft.shapeless(<thermalfoundation:material:129>, 'aaaaaaaaa', { a: <thaumcraft:nugget:2> });
craft.shapeless(<thermalfoundation:material:130>, 'aaaaaaaaa', { a: <thaumcraft:nugget:3> });
craft.shapeless(<thermalfoundation:material:131>, 'aaaaaaaaa', { a: <thaumcraft:nugget:4> });

// Primordial Pearl alt (for some people who dont want to close rifts)
mods.astralsorcery.Altar.addConstellationAltarRecipe(
Expand Down

0 comments on commit a69d47f

Please sign in to comment.