Skip to content

Commit

Permalink
mod metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 7, 2024
1 parent 00d9c5a commit 737ab59
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 19 additions & 17 deletions src/main/resources/mcmod.info
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"
]
}]

0 comments on commit 737ab59

Please sign in to comment.