diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-09-25 18:46:22 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-09-25 18:47:53 +0800 |
| commit | f05a50204ad710ced0b1b78ec69c0b954f5e2986 (patch) | |
| tree | de5cdbc7b3c07cc154a4968343d653c707469352 /fake/mods.toml | |
| parent | 6ad403672ef58063904e196fb5947c2de24b9c8f (diff) | |
| download | RoughlyEnoughItems-f05a50204ad710ced0b1b78ec69c0b954f5e2986.tar.gz RoughlyEnoughItems-f05a50204ad710ced0b1b78ec69c0b954f5e2986.tar.bz2 RoughlyEnoughItems-f05a50204ad710ced0b1b78ec69c0b954f5e2986.zip | |
Fix forge api and default plugin publishing and fix #1055
Diffstat (limited to 'fake/mods.toml')
| -rw-r--r-- | fake/mods.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fake/mods.toml b/fake/mods.toml new file mode 100644 index 000000000..6df8b4b18 --- /dev/null +++ b/fake/mods.toml @@ -0,0 +1,10 @@ +modLoader = "javafml" +loaderVersion = "[1,)" +logoFile = "icon.png" +authors = "shedaniel" +license = "MIT" + +[[mods]] +modId = "rei_fake" +version = "ABC" +displayName = "THIS SHOULDN'T SHOW UP" |
