-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00d9c5a
commit 737ab59
Showing
2 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,17 +1,19 @@ | ||
[ | ||
{ | ||
"modid":"betterp2p", | ||
"name":"Better P2P", | ||
"description":"An AE2 submod", | ||
"mcversion":"${mcversion}", | ||
"version": "${version}", | ||
"url":"https://github.com/LasmGratel/BetterP2P", | ||
"updateUrl":"", | ||
"authorList":[ | ||
"AlgorithmX2" | ||
], | ||
"dependencies": ["appliedenergistics2", "forgelin"], | ||
"credits":"Lasm Gratel", | ||
"screenshots":[] | ||
} | ||
] | ||
[{ | ||
"modid": "betterp2p", | ||
"name": "Better P2P", | ||
"description": "A better P2P memory card for AE2UEL", | ||
"mcversion": "${mcversion}", | ||
"version": "${version}", | ||
"logoFile": "assets/betterp2p/textures/logo.png", | ||
"url": "https://github.com/AE2-UEL/BetterP2P", | ||
"authorList": [ | ||
"dyedquartz", | ||
"AE2UEL Team", | ||
"Lasm Gratel" | ||
], | ||
"credits": "AlgorithmX2 for AE2, Lasm Gratel for the original mod, GTNH 1.7.10 BetterP2P fork for many features included here", | ||
"dependencies": [ | ||
"appliedenergistics2", | ||
"forgelin" | ||
] | ||
}] |