Skip to content

Commit

Permalink
fix(recipes): ✏️[Insulating Glass] fix beneficial recipe not worked i…
Browse files Browse the repository at this point in the history
…n [Thermionic Fabricator]
  • Loading branch information
Krutoy242 committed Apr 14, 2024
1 parent 597b9a7 commit a1124e7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions scripts/mods/immersiveengineering.zs
Original file line number Diff line number Diff line change
Expand Up @@ -545,19 +545,11 @@ craft.make(<immersiveengineering:stone_decoration:8>, ['pretty',
});

// [Insulating Glass*4] from [Cactus Green][+1]
scripts.mods.forestry.ThermionicFabricator.addCast(<immersiveengineering:stone_decoration:8> * 6, Grid([
scripts.mods.forestry.ThermionicFabricator.addCast(<immersiveengineering:stone_decoration:8> * 8, Grid([
'▲d▲'], {
'': <ore:dustIron>, // Pulverized Iron
'd': <ore:dyeGreen>, // Cactus Green
}).shaped(), <liquid:glass> * 1000, <forestry:wax_cast:*>);

// [Insulating Glass] from [Cactus Green][+1]
mods.forestry.ThermionicFabricator.addCast(<immersiveengineering:stone_decoration:8> * 2, Grid([
'▲d▲'], {
'': <ore:dustIron>, // Pulverized Iron
'd': <ore:dyeGreen>, // Cactus Green
}).shaped(), <liquid:glass> * 1000);

// ---------------------------------------------------------

// [Concrete Trapdoor] from [Concrete]
Expand Down

0 comments on commit a1124e7

Please sign in to comment.