Skip to content

Commit

Permalink
Update AE2 + AE2fc
Browse files Browse the repository at this point in the history
  • Loading branch information
htmlcsjs committed Jan 16, 2024
1 parent c87c6be commit b1fcbf7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions groovy/postInit/ae2.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,14 @@ crafting.shapelessBuilder().name('cardredstone')
.input(ore('plateRedAlloy'))
.register()

// Sticky Card
crafting.remove('appliedenergistics2:materials/cardsticky')
crafting.shapelessBuilder().name('cardsticky')
.output(item('appliedenergistics2:material', 61))
.input(item('appliedenergistics2:material', 25))
.input(metaitem('rubber_drop'))
.register()

// Charged Certus Quartz
recipemap('polarizer').recipeBuilder()
.inputs(ore('gemCertusQuartz'))
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
},
{
"projectID": 570458,
"fileID": 5028606,
"fileID": 5035908,
"required": true
},
{
Expand All @@ -383,7 +383,7 @@
},
{
"projectID": 623955,
"fileID": 5026428,
"fileID": 5036015,
"required": true
},
{
Expand Down

0 comments on commit b1fcbf7

Please sign in to comment.