From f05a50204ad710ced0b1b78ec69c0b954f5e2986 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sun, 25 Sep 2022 18:46:22 +0800 Subject: Fix forge api and default plugin publishing and fix #1055 --- fake/mods.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fake/mods.toml (limited to 'fake/mods.toml') 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" -- cgit