diff options
| author | u9g <43508353+u9g@users.noreply.github.com> | 2022-10-02 14:48:39 -0400 |
|---|---|---|
| committer | nea <nea@nea.moe> | 2023-07-24 20:18:48 +0200 |
| commit | c61ed93aa03504dcf23eab3228191be93d331afd (patch) | |
| tree | ddca24ab28041d9a9280172db25326858dd7bac9 /spark-forge189/bin/main | |
| parent | 7e1fe4231d3b098f08ee9ebb68a551016e345a73 (diff) | |
| download | spark-c61ed93aa03504dcf23eab3228191be93d331afd.tar.gz spark-c61ed93aa03504dcf23eab3228191be93d331afd.tar.bz2 spark-c61ed93aa03504dcf23eab3228191be93d331afd.zip | |
1.8.9 support
Diffstat (limited to 'spark-forge189/bin/main')
| -rw-r--r-- | spark-forge189/bin/main/mcmod.info | 8 | ||||
| -rw-r--r-- | spark-forge189/bin/main/me/lucko/spark/forge/Forge189CommandSender.class | bin | 0 -> 3976 bytes | |||
| -rw-r--r-- | spark-forge189/bin/main/me/lucko/spark/forge/Forge189PlatformInfo.class | bin | 0 -> 1075 bytes | |||
| -rw-r--r-- | spark-forge189/bin/main/me/lucko/spark/forge/Forge189SparkMod.class | bin | 0 -> 3137 bytes | |||
| -rw-r--r-- | spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickHook.class | bin | 0 -> 1744 bytes | |||
| -rw-r--r-- | spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickReporter.class | bin | 0 -> 2318 bytes | |||
| -rw-r--r-- | spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189ClientSparkPlugin.class | bin | 0 -> 3317 bytes | |||
| -rw-r--r-- | spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189ServerSparkPlugin.class | bin | 0 -> 4904 bytes | |||
| -rw-r--r-- | spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189SparkPlugin.class | bin | 0 -> 7416 bytes |
9 files changed, 8 insertions, 0 deletions
diff --git a/spark-forge189/bin/main/mcmod.info b/spark-forge189/bin/main/mcmod.info new file mode 100644 index 0000000..50e5509 --- /dev/null +++ b/spark-forge189/bin/main/mcmod.info @@ -0,0 +1,8 @@ +[{ + "modid": "spark", + "name": "spark", + "description": "${pluginDescription}", + "version": "${pluginVersion}", + "authors": ["Luck"], + "mcversion": "1.8.9" +}] diff --git a/spark-forge189/bin/main/me/lucko/spark/forge/Forge189CommandSender.class b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189CommandSender.class Binary files differnew file mode 100644 index 0000000..7d43775 --- /dev/null +++ b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189CommandSender.class diff --git a/spark-forge189/bin/main/me/lucko/spark/forge/Forge189PlatformInfo.class b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189PlatformInfo.class Binary files differnew file mode 100644 index 0000000..123c3cb --- /dev/null +++ b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189PlatformInfo.class diff --git a/spark-forge189/bin/main/me/lucko/spark/forge/Forge189SparkMod.class b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189SparkMod.class Binary files differnew file mode 100644 index 0000000..45bbd69 --- /dev/null +++ b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189SparkMod.class diff --git a/spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickHook.class b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickHook.class Binary files differnew file mode 100644 index 0000000..60f9e75 --- /dev/null +++ b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickHook.class diff --git a/spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickReporter.class b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickReporter.class Binary files differnew file mode 100644 index 0000000..73e467d --- /dev/null +++ b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickReporter.class diff --git a/spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189ClientSparkPlugin.class b/spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189ClientSparkPlugin.class Binary files differnew file mode 100644 index 0000000..16965e1 --- /dev/null +++ b/spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189ClientSparkPlugin.class diff --git a/spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189ServerSparkPlugin.class b/spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189ServerSparkPlugin.class Binary files differnew file mode 100644 index 0000000..03d22ed --- /dev/null +++ b/spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189ServerSparkPlugin.class diff --git a/spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189SparkPlugin.class b/spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189SparkPlugin.class Binary files differnew file mode 100644 index 0000000..450a3fd --- /dev/null +++ b/spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189SparkPlugin.class |
