From c61ed93aa03504dcf23eab3228191be93d331afd Mon Sep 17 00:00:00 2001 From: u9g <43508353+u9g@users.noreply.github.com> Date: Sun, 2 Oct 2022 14:48:39 -0400 Subject: 1.8.9 support --- .../me/lucko/spark/forge/Forge189CommandSender.class | Bin 0 -> 3976 bytes .../main/me/lucko/spark/forge/Forge189PlatformInfo.class | Bin 0 -> 1075 bytes .../bin/main/me/lucko/spark/forge/Forge189SparkMod.class | Bin 0 -> 3137 bytes .../bin/main/me/lucko/spark/forge/Forge189TickHook.class | Bin 0 -> 1744 bytes .../main/me/lucko/spark/forge/Forge189TickReporter.class | Bin 0 -> 2318 bytes .../spark/forge/plugin/Forge189ClientSparkPlugin.class | Bin 0 -> 3317 bytes .../spark/forge/plugin/Forge189ServerSparkPlugin.class | Bin 0 -> 4904 bytes .../lucko/spark/forge/plugin/Forge189SparkPlugin.class | Bin 0 -> 7416 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 spark-forge189/bin/main/me/lucko/spark/forge/Forge189CommandSender.class create mode 100644 spark-forge189/bin/main/me/lucko/spark/forge/Forge189PlatformInfo.class create mode 100644 spark-forge189/bin/main/me/lucko/spark/forge/Forge189SparkMod.class create mode 100644 spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickHook.class create mode 100644 spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickReporter.class create mode 100644 spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189ClientSparkPlugin.class create mode 100644 spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189ServerSparkPlugin.class create mode 100644 spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189SparkPlugin.class (limited to 'spark-forge189/bin/main/me/lucko/spark') diff --git a/spark-forge189/bin/main/me/lucko/spark/forge/Forge189CommandSender.class b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189CommandSender.class new file mode 100644 index 0000000..7d43775 Binary files /dev/null and b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189CommandSender.class differ diff --git a/spark-forge189/bin/main/me/lucko/spark/forge/Forge189PlatformInfo.class b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189PlatformInfo.class new file mode 100644 index 0000000..123c3cb Binary files /dev/null and b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189PlatformInfo.class differ diff --git a/spark-forge189/bin/main/me/lucko/spark/forge/Forge189SparkMod.class b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189SparkMod.class new file mode 100644 index 0000000..45bbd69 Binary files /dev/null and b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189SparkMod.class differ diff --git a/spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickHook.class b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickHook.class new file mode 100644 index 0000000..60f9e75 Binary files /dev/null and b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickHook.class differ diff --git a/spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickReporter.class b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickReporter.class new file mode 100644 index 0000000..73e467d Binary files /dev/null and b/spark-forge189/bin/main/me/lucko/spark/forge/Forge189TickReporter.class differ 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 new file mode 100644 index 0000000..16965e1 Binary files /dev/null and b/spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189ClientSparkPlugin.class differ 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 new file mode 100644 index 0000000..03d22ed Binary files /dev/null and b/spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189ServerSparkPlugin.class differ 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 new file mode 100644 index 0000000..450a3fd Binary files /dev/null and b/spark-forge189/bin/main/me/lucko/spark/forge/plugin/Forge189SparkPlugin.class differ -- cgit