Skip to content

Commit 89fde4b

Browse files
author
tonimatasdev
committed
feat: Project information
1 parent 321991e commit 89fde4b

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Mekanism Curios
2+
3+
**Mekanism Curios** is a simple addon that brings [Mekanism](https://www.curseforge.com/minecraft/mc-mods/mekanism) items (currently one) into the [Curios API](https://www.curseforge.com/minecraft/mc-mods/curios) slot system.
4+
5+
## Curios Slots
6+
- QIO: Allows you to bind a key to use your Portable QIO in it. Default keybind: Y
7+
8+
## Planned Features
9+
- Teleporter slot?
10+
- Do you want more? Discuss it in GitHub.
11+
12+
## Download
13+
- [Modrinth](https://modrinth.com/project/mekanism-curios)
14+
- [CurseForge](https://curseforge.com/minecraft/mc-mods/mekanism-curios)

src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
modLoader="javafml"
22
loaderVersion="${loaderVersionRange}"
33
license="MIT"
4-
#issueTrackerURL="https://change.me.to.your.issue.tracker.example.invalid/"
4+
issueTrackerURL="https://github.com/TonimatasDEV/MekanismCurios/issues"
55

66
[[mods]]
77
modId="mekanismcurios"
88
version="${modVersion}"
99
displayName="Mekanism Curios"
1010
#updateJSONURL="https://change.me.example.invalid/updates.json"
11-
#displayURL="https://change.me.to.your.mods.homepage.example.invalid/"
12-
#logoFile="examplemod.png"
13-
#credits=""
11+
displayURL="https://github.com/TonimatasDEV/MekanismCurios"
12+
logoFile="logo.png"
13+
credits="Thanks to Mekanism and Curios maintainers!"
1414
authors="TonimatasDEV"
1515
description='''
1616
Integrate some Mekanism items with Curios.
@@ -19,9 +19,6 @@ Integrate some Mekanism items with Curios.
1919
[[mixins]]
2020
config="mekanismcurios.mixins.json"
2121

22-
#[[accessTransformers]]
23-
#file="META-INF/accesstransformer.cfg"
24-
2522
[[dependencies.mekanismcurios]]
2623
modId="neoforge"
2724
type="required"

src/main/resources/logo.png

60.7 KB
Loading

0 commit comments

Comments
 (0)