generated from EpimorphicPioneers/ArchLoom-TemplateMod
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from DancingSnow0517/update_ae2
update ae2 to 19.0.26, fix crash with newest ae2 version
- Loading branch information
Showing
7 changed files
with
66 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
build/ | ||
*.ipr | ||
run/ | ||
runs/ | ||
*.iws | ||
out/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
src/generated/resources/data/bigger_ae2/recipe/cell_upgrade/quantum_fluid_storage_cell.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"type": "ae2:storage_cell_disassembly", | ||
"cell": "bigger_ae2:quantum_fluid_storage_cell", | ||
"cell_disassembly_items": [ | ||
{ | ||
"count": 1, | ||
"id": "bigger_ae2:quantum_cell_component" | ||
}, | ||
{ | ||
"count": 1, | ||
"id": "bigger_ae2:advanced_fluid_cell_housing" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
src/generated/resources/data/bigger_ae2/recipe/cell_upgrade/quantum_item_storage_cell.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"type": "ae2:storage_cell_disassembly", | ||
"cell": "bigger_ae2:quantum_item_storage_cell", | ||
"cell_disassembly_items": [ | ||
{ | ||
"count": 1, | ||
"id": "bigger_ae2:quantum_cell_component" | ||
}, | ||
{ | ||
"count": 1, | ||
"id": "bigger_ae2:advanced_item_cell_housing" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters