Skip to content

Commit

Permalink
fix(recipes): ✏️[Reconstruction Chamber] harder
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Jan 27, 2024
1 parent 1874c95 commit ae3cac9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/mods/nae2.zs
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,13 @@ for i, storage in [
"D": <ironchest:iron_chest:2>, # Diamond Chest
});
}

# [Reconstruction Chamber] from [Empowered Emeradic Crystal][+2]
craft.remake(<nae2:reconstruction_chamber>, ["pretty",
"▬ ⌃ ▬",
"⌃ * ⌃",
"▬ ⌃ ▬"], {
"": <ore:ingotElectricalSteel>, # Electrical Steel Ingot
"": <appliedenergistics2:quartz_glass>, # Quartz Glass
"*": <actuallyadditions:item_crystal_empowered:4>, # Empowered Emeradic Crystal
});

0 comments on commit ae3cac9

Please sign in to comment.