diff options
| author | 2024-01-10 17:41:07 +0100 | |
|---|---|---|
| committer | 2024-01-10 17:41:07 +0100 | |
| commit | 000b84e87eaedb94fb87ccb11e376c51f99a1d07 (patch) | |
| tree | dd9519e7dadf613a71e01b04cac7be9c121a9f18 /src/main/resources/quilt.mod.json | |
| parent | Move out common chest logic to separate files also in client code (diff) | |
| download | mc-eris-alchemy-000b84e87eaedb94fb87ccb11e376c51f99a1d07.tar.gz mc-eris-alchemy-000b84e87eaedb94fb87ccb11e376c51f99a1d07.tar.xz mc-eris-alchemy-000b84e87eaedb94fb87ccb11e376c51f99a1d07.zip | |
Added Energy Condenser
Diffstat (limited to 'src/main/resources/quilt.mod.json')
| -rw-r--r-- | src/main/resources/quilt.mod.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json index 5b6373a..4e5a88d 100644 --- a/src/main/resources/quilt.mod.json +++ b/src/main/resources/quilt.mod.json | |||
| @@ -6,15 +6,10 @@ | |||
| 6 | "version": "${version}", | 6 | "version": "${version}", |
| 7 | "metadata": { | 7 | "metadata": { |
| 8 | "name": "Eris Alchemy", | 8 | "name": "Eris Alchemy", |
| 9 | "description": "Adds the condensing chest from EE2.", | 9 | "description": "Adds the energy condenser (and a bit more) from EE2.", |
| 10 | "contributors": { | 10 | "contributors": { |
| 11 | "Eris": "Owner" | 11 | "Eris": "Owner" |
| 12 | }, | 12 | }, |
| 13 | "contact": { | ||
| 14 | "homepage": "https://TODO", | ||
| 15 | "issues": "https://TODO", | ||
| 16 | "sources": "https://TODO" | ||
| 17 | }, | ||
| 18 | "icon": "assets/eris_alchemy/icon.png" | 13 | "icon": "assets/eris_alchemy/icon.png" |
| 19 | }, | 14 | }, |
| 20 | "intermediate_mappings": "net.fabricmc:intermediary", | 15 | "intermediate_mappings": "net.fabricmc:intermediary", |