diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1db5bbd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+/.vscode
+/bin
+/build
+/.gradle
+/logs
+/run
+/saves
+Aspects.code-workspace
+.DS_Store
diff --git a/.gradle/7.3.1/checksums/checksums.lock b/.gradle/7.3.1/checksums/checksums.lock
index 5949dbc..8e3bd69 100644
Binary files a/.gradle/7.3.1/checksums/checksums.lock and b/.gradle/7.3.1/checksums/checksums.lock differ
diff --git a/.gradle/7.3.1/checksums/md5-checksums.bin b/.gradle/7.3.1/checksums/md5-checksums.bin
index ea347a1..b440145 100644
Binary files a/.gradle/7.3.1/checksums/md5-checksums.bin and b/.gradle/7.3.1/checksums/md5-checksums.bin differ
diff --git a/.gradle/7.3.1/checksums/sha1-checksums.bin b/.gradle/7.3.1/checksums/sha1-checksums.bin
index ddb553c..0d1085b 100644
Binary files a/.gradle/7.3.1/checksums/sha1-checksums.bin and b/.gradle/7.3.1/checksums/sha1-checksums.bin differ
diff --git a/.gradle/7.3.1/executionHistory/executionHistory.bin b/.gradle/7.3.1/executionHistory/executionHistory.bin
index 80593e6..14b5339 100644
Binary files a/.gradle/7.3.1/executionHistory/executionHistory.bin and b/.gradle/7.3.1/executionHistory/executionHistory.bin differ
diff --git a/.gradle/7.3.1/executionHistory/executionHistory.lock b/.gradle/7.3.1/executionHistory/executionHistory.lock
index 6524491..758e340 100644
Binary files a/.gradle/7.3.1/executionHistory/executionHistory.lock and b/.gradle/7.3.1/executionHistory/executionHistory.lock differ
diff --git a/.gradle/7.3.1/fileHashes/fileHashes.bin b/.gradle/7.3.1/fileHashes/fileHashes.bin
index b03f356..5b37a74 100644
Binary files a/.gradle/7.3.1/fileHashes/fileHashes.bin and b/.gradle/7.3.1/fileHashes/fileHashes.bin differ
diff --git a/.gradle/7.3.1/fileHashes/fileHashes.lock b/.gradle/7.3.1/fileHashes/fileHashes.lock
index 7e8da85..7bf6c39 100644
Binary files a/.gradle/7.3.1/fileHashes/fileHashes.lock and b/.gradle/7.3.1/fileHashes/fileHashes.lock differ
diff --git a/.gradle/7.3.1/fileHashes/resourceHashesCache.bin b/.gradle/7.3.1/fileHashes/resourceHashesCache.bin
index 0b597d4..1262430 100644
Binary files a/.gradle/7.3.1/fileHashes/resourceHashesCache.bin and b/.gradle/7.3.1/fileHashes/resourceHashesCache.bin differ
diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock
index b9541a7..6fb5da0 100644
Binary files a/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ
diff --git a/.gradle/buildOutputCleanup/outputFiles.bin b/.gradle/buildOutputCleanup/outputFiles.bin
index 4792db1..844aaec 100644
Binary files a/.gradle/buildOutputCleanup/outputFiles.bin and b/.gradle/buildOutputCleanup/outputFiles.bin differ
diff --git a/.gradle/file-system.probe b/.gradle/file-system.probe
index fa219dc..ee360d7 100644
Binary files a/.gradle/file-system.probe and b/.gradle/file-system.probe differ
diff --git a/.gradle/loom-cache/1.18.1/net.fabricmc.yarn.1_18_1.1.18.1+build.1-v2/minecraft-project-@-mapped.jar b/.gradle/loom-cache/1.18.1/net.fabricmc.yarn.1_18_1.1.18.1+build.1-v2/minecraft-project-@-mapped.jar
deleted file mode 100644
index 7e4217e..0000000
Binary files a/.gradle/loom-cache/1.18.1/net.fabricmc.yarn.1_18_1.1.18.1+build.1-v2/minecraft-project-@-mapped.jar and /dev/null differ
diff --git a/.gradle/loom-cache/1.18/net.fabricmc.yarn.1_18.1.18+build.1-v2/minecraft-project-@-mapped.jar b/.gradle/loom-cache/1.18/net.fabricmc.yarn.1_18.1.18+build.1-v2/minecraft-project-@-mapped.jar
deleted file mode 100644
index a2990cb..0000000
Binary files a/.gradle/loom-cache/1.18/net.fabricmc.yarn.1_18.1.18+build.1-v2/minecraft-project-@-mapped.jar and /dev/null differ
diff --git a/.gradle/loom-cache/launch.cfg b/.gradle/loom-cache/launch.cfg
index 14c8c6c..d80025f 100644
--- a/.gradle/loom-cache/launch.cfg
+++ b/.gradle/loom-cache/launch.cfg
@@ -1,14 +1,14 @@
commonProperties
fabric.development=true
- fabric.remapClasspathFile=/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapClasspath.txt
- log4j.configurationFile=/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/log4j.xml
+ fabric.remapClasspathFile=C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapClasspath.txt
+ log4j.configurationFile=C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\log4j.xml
log4j2.formatMsgNoLookups=true
fabric.log.disableAnsi=false
clientArgs
--assetIndex
- 1.18.1-1.18
+ 1.18.2-1.18
--assetsDir
- /Users/adellanicholson/.gradle/caches/fabric-loom/assets
+ C:\Users\yena\.gradle\caches\fabric-loom\assets
clientProperties
- java.library.path=/Users/adellanicholson/.gradle/caches/fabric-loom/1.18.1/natives
- org.lwjgl.librarypath=/Users/adellanicholson/.gradle/caches/fabric-loom/1.18.1/natives
\ No newline at end of file
+ java.library.path=C:\Users\yena\.gradle\caches\fabric-loom\1.18.2\natives
+ org.lwjgl.librarypath=C:\Users\yena\.gradle\caches\fabric-loom\1.18.2\natives
\ No newline at end of file
diff --git a/.gradle/loom-cache/remapClasspath.txt b/.gradle/loom-cache/remapClasspath.txt
index 08eae3b..ccc2c25 100644
--- a/.gradle/loom-cache/remapClasspath.txt
+++ b/.gradle/loom-cache/remapClasspath.txt
@@ -1 +1 @@
-/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc/tiny-mappings-parser/0.3.0+build.17/2f10540a290e382a7cd35c16ec3900046a4e252/tiny-mappings-parser-0.3.0+build.17.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.10.7+mixin.0.8.4/7a4ca9d54d9ae564dea0363d668036a8420ed9b8/sponge-mixin-0.10.7+mixin.0.8.4.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc/tiny-remapper/0.6.0/f933e87da52f2e36f73ddfe5401f1029937d4118/tiny-remapper-0.6.0.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc/access-widener/2.0.1/ef3d217a193b22d6dde944ccd4af525a89096b2f/access-widener-2.0.1.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/9.2/81a03f76019c67362299c40e0ba13405f5467bff/asm-9.2.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-analysis/9.2/7487dd756daf96cab9986e44b9d7bcb796a61c10/asm-analysis-9.2.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-commons/9.2/f4d7f0fc9054386f2893b602454d48e07d4fbead/asm-commons-9.2.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-tree/9.2/d96c99a30f5e1a19b0e609dbb19a44d8518ac01e/asm-tree-9.2.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-util/9.2/fbc178fc5ba3dab50fd7e8a5317b8b647c8e8946/asm-util-9.2.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.mojang/blocklist/1.0.6/7039c2c6209064ee4132cea7a0737b63b92c725e/blocklist-1.0.6.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.mojang/patchy/2.1.6/ce112c16c6275fdfff2d30208533ec906a191f71/patchy-2.1.6.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.github.oshi/oshi-core/5.8.2/3a4c610d5991654009653e55b3204065441e2f0d/oshi-core-5.8.2.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/5.9.0/8f503e6d9b500ceff299052d6be75b38c7257758/jna-5.9.0.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna-platform/5.9.0/c535a5bda553d7d7690356c825010da74b2671b5/jna-platform-5.9.0.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/1.8.0-beta4/83b0359d847ee053d745be7ec0d8e9e8a44304b4/slf4j-api-1.8.0-beta4.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-slf4j18-impl/2.14.1/312b4d91b21160b9fab43600fa787f31e8cab930/log4j-slf4j18-impl-2.14.1.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j/69.1/ff666ac55986650893aacb9e2e0003538e9799c0/icu4j-69.1.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.mojang/javabridge/1.2.24/c876796229b2ef5120f186eab5acc870699d3b9/javabridge-1.2.24.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.sf.jopt-simple/jopt-simple/5.0.4/4fdac2fbe92dfad86aa6e9301736f6b4342a3f5c/jopt-simple-5.0.4.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/io.netty/netty-all/4.1.68.Final/b8266a3c93c1c051109f71d3449e5dcd5d60b333/netty-all-4.1.68.Final.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.google.guava/failureaccess/1.0.1/1dcf1de382a0bf95a3d8b0849546c88bac1292c9/failureaccess-1.0.1.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/31.0.1-jre/119ea2b2bc205b138974d351777b20f02b92704b/guava-31.0.1-jre.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.12.0/c6842c86792ff03b9f1d1fe2aab8dc23aa6c6f0e/commons-lang3-3.12.0.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.11.0/a2503f302b11ebde7ebc3df41daebe0e4eea3689/commons-io-2.11.0.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.15/49d94806b6e3dc933dacbd8acb0fdbab8ebd1e5d/commons-codec-1.15.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.mojang/brigadier/1.0.18/c1ef1234282716483c92183f49bef47b1a89bfa9/brigadier-1.0.18.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.mojang/datafixerupper/4.0.26/ebd6690f33871ccee9b6132c6480668ee2e35020/datafixerupper-4.0.26.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.8.8/431fc3cbc0ff81abdbfde070062741089c3ba874/gson-2.8.8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.mojang/authlib/3.2.38/7bba19e34be22fded9ceb409ca1e8fb7525daf55/authlib-3.2.38.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.21/4ec95b60d4e86b5c95a0e919cb172a0af98011ef/commons-compress-1.21.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.5.13/e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada/httpclient-4.5.13.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.2/4bfc12adfe4842bf07b657f0369c4cb522955686/commons-logging-1.2.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.4.14/9dd1a631c082d92ecd4bd8fd4cf55026c720a8c1/httpcore-4.4.14.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/8.5.6/76f95700418a68fbc4ac050525261f05dc681ca1/fastutil-8.5.6.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.14.1/cd8858fbbde69f46bce8db1152c18a43328aae78/log4j-api-2.14.1.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-core/2.14.1/9141212b8507ab50a45525b545b39d224614528b/log4j-core-2.14.1.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl/3.2.1/2bb514e444994c6fece99a21f76e0c90438e377f/lwjgl-3.2.1.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-jemalloc/3.2.1/7a0c583fcbec32b15784f846df536e1837d83666/lwjgl-jemalloc-3.2.1.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-openal/3.2.1/dc7ff2dabb40a141ee9bf2e326d9b1b19f3278fb/lwjgl-openal-3.2.1.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-opengl/3.2.1/57008c2374c5bc434b18adfef3f3653ee450ee18/lwjgl-opengl-3.2.1.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-glfw/3.2.1/27abb7f64894b61cad163791acd8113f0b21296/lwjgl-glfw-3.2.1.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-stb/3.2.1/31f5eb5fce3791d58ec898bc5c1867d76d781ba1/lwjgl-stb-3.2.1.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/org.lwjgl/lwjgl-tinyfd/3.2.1/259f1dbddb921e27e01b32458d6f584eb8bba13a/lwjgl-tinyfd-3.2.1.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.11.3/f378f889797edd7df8d32272c06ca80a1b6b0f58/text2speech-1.11.3.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/ca.weblite/java-objc-bridge/1.0.0/6ef160c3133a78de015830860197602ca1c855d3/java-objc-bridge-1.0.0.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.github.apace100/origins-fabric/v1.3.0/2aaf9845821cf1df5a7115e4fd9a584461b7c6b3/origins-fabric-v1.3.0.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.github.apace100/apoli/v2.2.0/4556f64839a01000a2cf281921cb6a65334271d8/apoli-v2.2.0.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/me.shedaniel.cloth/cloth-config-fabric/6.0.42/b49e4fc3497cb80c632b294fdcb455605ed79b58/cloth-config-fabric-6.0.42.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/io.github.onyxstudios.Cardinal-Components-API/cardinal-components-entity/4.0.0-alpha.1+21w37a/2cb8035541f04d05eda3afe440f2a6209c3daafd/cardinal-components-entity-4.0.0-alpha.1+21w37a.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/io.github.onyxstudios.Cardinal-Components-API/cardinal-components-base/4.0.0-alpha.1+21w37a/8ac858b459fd36cd593d26d4f1058bc3bf382e14/cardinal-components-base-4.0.0-alpha.1+21w37a.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.terraformersmc/modmenu/3.0.0/ef5e17e394d0031b35b0b185b7c3d9eee295ecaf/modmenu-3.0.0.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.jamieswhiteshirt/reach-entity-attributes/2.1.1/482e10f937c39d5ede0c753603edf9c5c69b6a33/reach-entity-attributes-2.1.1.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/io.github.ladysnake/PlayerAbilityLib/1.3.0/34b38d70e14be7f4876058f9ea6426aea3a3aef9/PlayerAbilityLib-1.3.0.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/com.github.apace100/calio/v1.4.2/cc85115cd16580a1fe6ad71ccce6c20da07765f2/calio-v1.4.2.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-api/0.44.0+1.18/b2cbec803fd1eb5da808f3ff3eed0ec7824f9192/fabric-api-0.44.0+1.18.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/212d337eb5c4d5647d935b06a88ef407ef8892ed/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/48fa02c78d6ee979126783350b415fbc4b0859a5/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/1b2e6cace28ccb628602fd86bc2915a6c12d550a/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/386316c908c52d1214875430335cd4473a6357ee/fabric-commands-v0-0.2.5+b4f4f6cdc8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/cac229264691546b0ca92b65e5ab4ad66a470407/fabric-command-api-v1-1.1.6+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/d11d86ba385cb1c6c74194866d31f1bf7cf89a47/fabric-containers-v0-0.1.18+d154e2c6c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/2fdac527b984396a818ddeabfb456ca78c2e22dc/fabric-content-registries-v0-0.4.5+6f53a73dc8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/66834ebae9a0d9a95e16565672c97de40af4631/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/97049c925c5d3b1f6a47bd4dac4cfa493c0e03b9/fabric-dimensions-v1-2.1.7+43d29571c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/4257641704b328763f65d0b3a72364cb16130c91/fabric-entity-events-v1-1.4.5+6b21378ac8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/f23732d6030a46bb42deecfd6992e59300a105bb/fabric-events-interaction-v0-0.4.16+bfa23f17c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/f8a6fd4164b1be0ba11ae7642cc6fb55d049edd7/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/ab88f8b635ae3dd26c5aa069f46727ac75853e16/fabric-gametest-api-v1-1.0.5+03d159cfc8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/406cc2eec25c779a235bd22525fd03c972a1d498/fabric-item-api-v1-1.3.0+691a79b5c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/4ec87348ffdee65f218e8df6446d38302ebc8134/fabric-item-groups-v0-0.3.3+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/42f0ca171cad21a8cdfc79d175186533c3bc8df1/fabric-structure-api-v1-2.0.8+295197a7c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/373d345e4e5ad8fc2d9a1e4e03d58c002728989e/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/2b675da379372104fa3d623bb635164530b5f6fa/fabric-loot-tables-v1-1.0.8+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/2163c38acf5f4a3b48f9c7c051bce35506fbc9a2/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/9e2d3f889b5274bd2337e2de39fbb37d532d454d/fabric-object-builders-v0-0.7.8+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/bb73347dcfe21572486c24064f315ef51c2e29fb/fabric-object-builder-api-v1-1.11.0+3b82842ec8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/93d8bdddc9c58e35130530d971914e25fc3af9f3/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/cf344ed5950d2f42bbf859f180dfa6e800fca26e/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/a4ae890aa4f95e1319a55295c202cb07b73668cc/fabric-models-v0-0.3.3+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/92d5c6e4432decc2b9bb07df1a41210fd002b9a/fabric-networking-v0-0.3.5+b4f4f6cdc8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/37a21cd0aa98298d6d41270db5adf58340928125/fabric-registry-sync-v0-0.8.5+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/2a178f34c8abb3e417f025280ae758e813d74564/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/d5aa46ba1953b09db9991fc497d0c1bf0fdace95/fabric-networking-api-v1-1.0.18+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/8d103c987fde92e8f3c43b1d6e0f0aef7a61e18e/fabric-particles-v1-0.2.9+526dc1acc8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/ddca97b8b318a042f2945e83e9816e3549dbaf19/fabric-renderer-indigo-0.4.12+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/632accd7cac3370fed9bdace4bc83f74c22f7256/fabric-renderer-api-v1-0.4.9+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/4923635029ea303091b4399e9bf8e897f38e63ef/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/7cb56e7ac6e583008ce596625a329f4994514b3e/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/b644ef62e917986be855fb37ecc3e3bd182d624e/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/2a98da2c9f5cb7483929dd05eda7443715b327c6/fabric-rendering-v0-1.1.9+b4f4f6cdc8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/bf1ea3d5771a18fea8faf9a966308077f195a77f/fabric-rendering-v1-1.10.3+6b21378ac8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/8d600b6c4eaba94ee25d0794f7150864a88d51d/fabric-screen-api-v1-1.0.7+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/ddf5f033f54424e41cbb1ac645e5896bac813540/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/9be2b3b4eaedfc6dbb78edf7fc1fd15df0b6f7c1/fabric-textures-v0-1.0.9+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fe027eb7f04f739717ded257621c419fbfa692e3/fabric-api-base-0.4.1+b4f4f6cdc8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/d3babb02efe214f7edc96a04dd8f5ea5903ffd89/fabric-biome-api-v1-6.0.1+ded849a9c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/6eda2e8a4e5700ac957d8cf061a99b032637bc60/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/6bab31d2efa75f2f4b3f7733df9131ed8bd49b90/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/4fd403c196143e79721c1ac4147632089649a77d/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/8322e8527bd33959b6e080e096ea681777b3ecaa/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc.fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fbe85669f32bde40937a1352750f162b5923f613/fabric-resource-loader-v0-0.4.11+3ac43d95c8.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc/fabric-loader/0.12.10/8bc0adbb65f9a1304bf54041e6d790a1d749c044/fabric-loader-0.12.10.jar:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/me.shedaniel.cloth/basic-math/0.6.0/bcf71444d5a11d1ff0b70ded97c533ece0cea489/basic-math-0.6.0.jar:/Users/adellanicholson/.gradle/caches/fabric-loom/1.18.1/net.fabricmc.yarn.1_18_1.1.18.1+build.1-v2/minecraft-intermediary.jar
\ No newline at end of file
+C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc\tiny-mappings-parser\0.3.0+build.17\2f10540a290e382a7cd35c16ec3900046a4e252\tiny-mappings-parser-0.3.0+build.17.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc\sponge-mixin\0.11.4+mixin.0.8.5\c1dc27696aa4006e492c2485c9ccbcb26045a971\sponge-mixin-0.11.4+mixin.0.8.5.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc\tiny-remapper\0.8.2\2cc6565989469ec38893bfb7802b31c0d0d11ea0\tiny-remapper-0.8.2.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc\access-widener\2.1.0\f62a27adbfd8ab4d4fa5681793039f2c0b177155\access-widener-2.1.0.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm\9.3\8e6300ef51c1d801a7ed62d07cd221aca3a90640\asm-9.3.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-analysis\9.3\4b071f211b37c38e0e9f5998550197c8593f6ad8\asm-analysis-9.3.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-commons\9.3\1f2a432d1212f5c352ae607d7b61dcae20c20af5\asm-commons-9.3.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-tree\9.3\78d2ecd61318b5a58cd04fb237636c0e86b77d97\asm-tree-9.3.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-util\9.3\9595bc05510d0bd4b610188b77333fe4851a1975\asm-util-9.3.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.mojang\logging\1.0.0\f6ca3b2eee0b80b384e8ed93d368faecb82dfb9b\logging-1.0.0.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.mojang\blocklist\1.0.10\5c685c5ffa94c4cd39496c7184c1d122e515ecef\blocklist-1.0.10.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.mojang\patchy\2.2.10\da05971b07cbb379d002cf7eaec6a2048211fefc\patchy-2.2.10.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.github.oshi\oshi-core\5.8.5\1d0ec654d820741327f5a9229d513732a4b7ce50\oshi-core-5.8.5.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\jna\5.10.0\7cf4c87dd802db50721db66947aa237d7ad09418\jna-5.10.0.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\jna-platform\5.10.0\fbed7d9669dba47714ad0d4f4454290a997aee69\jna-platform-5.10.0.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.slf4j\slf4j-api\1.8.0-beta4\83b0359d847ee053d745be7ec0d8e9e8a44304b4\slf4j-api-1.8.0-beta4.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-slf4j18-impl\2.17.0\bd7f6c0b9224dd214afb4e684957e2349b529a8d\log4j-slf4j18-impl-2.17.0.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.ibm.icu\icu4j\70.1\dfa3a1fbc55bf5db8c6e79fc0935ac7ab1202950\icu4j-70.1.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.mojang\javabridge\1.2.24\c876796229b2ef5120f186eab5acc870699d3b9\javabridge-1.2.24.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.sf.jopt-simple\jopt-simple\5.0.4\4fdac2fbe92dfad86aa6e9301736f6b4342a3f5c\jopt-simple-5.0.4.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\io.netty\netty-all\4.1.68.Final\b8266a3c93c1c051109f71d3449e5dcd5d60b333\netty-all-4.1.68.Final.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.google.guava\failureaccess\1.0.1\1dcf1de382a0bf95a3d8b0849546c88bac1292c9\failureaccess-1.0.1.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\31.0.1-jre\119ea2b2bc205b138974d351777b20f02b92704b\guava-31.0.1-jre.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.12.0\c6842c86792ff03b9f1d1fe2aab8dc23aa6c6f0e\commons-lang3-3.12.0.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.11.0\a2503f302b11ebde7ebc3df41daebe0e4eea3689\commons-io-2.11.0.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.15\49d94806b6e3dc933dacbd8acb0fdbab8ebd1e5d\commons-codec-1.15.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.mojang\brigadier\1.0.18\c1ef1234282716483c92183f49bef47b1a89bfa9\brigadier-1.0.18.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.mojang\datafixerupper\4.1.27\a02c43824ce57c3f7a7d7e744f0d99a040398b5\datafixerupper-4.1.27.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.8.9\8a432c1d6825781e21a02db2e2c33c5fde2833b9\gson-2.8.9.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.mojang\authlib\3.3.39\289405e70c0917eaeac017f7fba9adb4427baa36\authlib-3.3.39.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.21\4ec95b60d4e86b5c95a0e919cb172a0af98011ef\commons-compress-1.21.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.5.13\e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada\httpclient-4.5.13.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.2\4bfc12adfe4842bf07b657f0369c4cb522955686\commons-logging-1.2.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.4.14\9dd1a631c082d92ecd4bd8fd4cf55026c720a8c1\httpcore-4.4.14.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\it.unimi.dsi\fastutil\8.5.6\76f95700418a68fbc4ac050525261f05dc681ca1\fastutil-8.5.6.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-api\2.17.0\bbd791e9c8c9421e45337c4fe0a10851c086e36c\log4j-api-2.17.0.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.apache.logging.log4j\log4j-core\2.17.0\fe6e7a32c1228884b9691a744f953a55d0dd8ead\log4j-core-2.17.0.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.lwjgl\lwjgl\3.2.2\8ad6294407e15780b43e84929c40e4c5e997972e\lwjgl-3.2.2.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.lwjgl\lwjgl-jemalloc\3.2.2\ee8e57a79300f78294576d87c4a587f8c99402e2\lwjgl-jemalloc-3.2.2.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.lwjgl\lwjgl-openal\3.2.2\2b772a102b0a11ee5f2109a5b136f4dc7c630827\lwjgl-openal-3.2.2.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.lwjgl\lwjgl-opengl\3.2.2\6ac5bb88b44c43ea195a570aab059f63da004cd8\lwjgl-opengl-3.2.2.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.lwjgl\lwjgl-glfw\3.2.2\d3ad4df38e400b8afba1de63f84338809399df5b\lwjgl-glfw-3.2.2.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.lwjgl\lwjgl-stb\3.2.2\3b8e6ebc5851dd3d17e37e5cadce2eff2a429f0f\lwjgl-stb-3.2.2.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.lwjgl\lwjgl-tinyfd\3.2.2\fcbe606c8f8da6f8f9a05e2c540eb1ee8632b0e9\lwjgl-tinyfd-3.2.2.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.mojang\text2speech\1.12.4\1f618f522dbdd93218c270bcfd8f8dd84be31717\text2speech-1.12.4.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\ca.weblite\java-objc-bridge\1.0.0\6ef160c3133a78de015830860197602ca1c855d3\java-objc-bridge-1.0.0.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.github.apace100\origins-fabric\v1.4.1\ca3f7ff601fe16edf2a259daf435b23771701fcd\origins-fabric-v1.4.1.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.github.apace100\apoli\v2.3.3\94e02da411f4de9d906629c0c41dba70e124ca79\apoli-v2.3.3.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\me.shedaniel.cloth\cloth-config-fabric\6.2.57\c52ef239d9d3d3473312d3f57bd8e730155ee5a5\cloth-config-fabric-6.2.57.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\dev.onyxstudios.cardinal-components-api\cardinal-components-entity\4.1.4\c26db441ac9c0848ea34dc7829fa16eead2b5fab\cardinal-components-entity-4.1.4.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\dev.onyxstudios.cardinal-components-api\cardinal-components-base\4.1.4\f3b6f7ddbd056176cb580a0aa3c71c3d9afdb335\cardinal-components-base-4.1.4.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.terraformersmc\modmenu\3.1.0\b520422af2fce2d7cd02b6b9ae4f025822670c28\modmenu-3.1.0.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.jamieswhiteshirt\reach-entity-attributes\2.1.1\482e10f937c39d5ede0c753603edf9c5c69b6a33\reach-entity-attributes-2.1.1.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\io.github.ladysnake\PlayerAbilityLib\1.5.0\3b2784ea7ca89b52f31b91166ebaac944e449534\PlayerAbilityLib-1.5.0.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.github.apace100\calio\v1.5.1\9aad74e0a0a8eae69b7541a76827c7f6340879e5\calio-v1.5.1.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.github.DaFuqs\AdditionalEntityAttributes\1.18.2-SNAPSHOT\4836f649ee2d43a075a59f46288bdb8bdc13a97f\AdditionalEntityAttributes-1.18.2-SNAPSHOT.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc\fabric-loader\0.14.6\f89d2429364fe160e139bcfaab640ffbbcf03242\fabric-loader-0.14.6.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-api\0.54.0+1.18.2\3fff30b4a4aedc1aac86bfbdde1c8817e71a3adc\fabric-api-0.54.0+1.18.2.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\blue.endless\jankson\1.2.0\3a596049034f2952c0b2d40ca41f9b98856d5fb4\jankson-1.2.0.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.moandjiezana.toml\toml4j\0.7.2\a03337911d0bd2c40932aca3946edb30d0e7d0c\toml4j-0.7.2.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.yaml\snakeyaml\1.27\359d62567480b07a679dc643f82fc926b100eed5\snakeyaml-1.27.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.8.1\2a8e0aa38a2e21cb39e2f5a7d6704cbdc941da0\gson-2.8.1.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.jetbrains\annotations\19.0.0\efbff6752f67a7c9de3e4251c086a88e23591dfd\annotations-19.0.0.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-transfer-api-v1\1.6.2+f4563ac860\6db8f108c0250a9b7fd9876cd3245d40d9084999\fabric-transfer-api-v1-1.6.2+f4563ac860.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-api-lookup-api-v1\1.6.1+2373a54560\724d3cae70657f7353241c0a667c7eb59572311f\fabric-api-lookup-api-v1-1.6.1+2373a54560.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-blockrenderlayer-v1\1.1.12+3ac43d9560\137ef8f5f1e50077c4868ccad1db5c97078d1ac\fabric-blockrenderlayer-v1-1.1.12+3ac43d9560.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-commands-v0\0.2.8+b4f4f6cd60\99d3495a506ede808a352afdd730c1f4625c8d14\fabric-commands-v0-0.2.8+b4f4f6cd60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-command-api-v1\1.1.9+d7c144a860\caae0133ffd0b83484aaad5017931e5c175239af\fabric-command-api-v1-1.1.9+d7c144a860.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-containers-v0\0.1.21+d7c144a860\ca1bd3d9f62c40801fbee5fe88c61ff0d1279bee\fabric-containers-v0-0.1.21+d7c144a860.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-content-registries-v0\3.0.6+d82b939260\c99e217fc05df4ba254eee9d854a52b7c363df43\fabric-content-registries-v0-3.0.6+d82b939260.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-convention-tags-v1\1.0.1+474e4f7960\b25773d644105a987fc62b3a4a1ce0b2baf6d4d7\fabric-convention-tags-v1-1.0.1+474e4f7960.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-data-generation-api-v1\2.0.9+e19de87d60\1dcba68a766c1d95063551a25ea8bcd7916f1dcd\fabric-data-generation-api-v1-2.0.9+e19de87d60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-dimensions-v1\2.1.19+ffb2c71e60\35a484dff928414016149c2f1b81556c7abdeafe\fabric-dimensions-v1-2.1.19+ffb2c71e60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-entity-events-v1\1.4.8+d7c144a860\83e765f6da53bbeae379edf4e85676cd953447d5\fabric-entity-events-v1-1.4.8+d7c144a860.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-events-interaction-v0\0.4.19+d7c144a860\6a2141444d505fda4831aceb43d90f0e7985c02\fabric-events-interaction-v0-0.4.19+d7c144a860.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-events-lifecycle-v0\0.2.16+d7c144a860\5b4562b20204ee201299ccece6018b75b443a45c\fabric-events-lifecycle-v0-0.2.16+d7c144a860.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-gametest-api-v1\1.0.18+91b7aa6660\39e627134aa3f060c00050a54faff5ce7b2ae444\fabric-gametest-api-v1-1.0.18+91b7aa6660.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-item-api-v1\1.5.0+85719ab760\67c7a362cd50e5a9f7c5d6ef9811298608cf918e\fabric-item-api-v1-1.5.0+85719ab760.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-item-groups-v0\0.3.13+91896a4960\439937e6123717983627b8f0c527d03a08048338\fabric-item-groups-v0-0.3.13+91896a4960.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-lifecycle-events-v1\2.0.4+d8d7804a60\dea7cc4932f4607acd84f29bb96081ce467e5d37\fabric-lifecycle-events-v1-2.0.4+d8d7804a60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-loot-tables-v1\1.1.0+e747827960\131c5fcfd11954b64aae021479c2ad3dc373e709\fabric-loot-tables-v1-1.1.0+e747827960.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-loot-api-v2\1.0.0+e747827960\b31158691f30d0ef2f13483ee817344f715cebf2\fabric-loot-api-v2-1.0.0+e747827960.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-mining-level-api-v1\2.1.2+81ea5b3c60\5a45018a37318ff08a75e98ffcd100279d74187c\fabric-mining-level-api-v1-2.1.2+81ea5b3c60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-models-v0\0.3.6+d7c144a860\71e8ccd08b560ba414f904215cf808e1c2546301\fabric-models-v0-0.3.6+d7c144a860.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-networking-v0\0.3.8+b4f4f6cd60\968440f6db1ed03ea2c516d2e21d560d95f47a31\fabric-networking-v0-0.3.8+b4f4f6cd60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-registry-sync-v0\0.9.8+0d9ab37260\440b6b84e74e2cf72e83b9c51c50d1bdf19b9416\fabric-registry-sync-v0-0.9.8+0d9ab37260.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-screen-handler-api-v1\1.2.0+1f6558e860\2111d0d1068f289514ce56d0262fd32fb808b1a7\fabric-screen-handler-api-v1-1.2.0+1f6558e860.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-networking-api-v1\1.0.21+d882b91560\96c5b9af54d89eab76fc7dd4440bf77248d4a117\fabric-networking-api-v1-1.0.21+d882b91560.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-object-builder-api-v1\2.1.2+032c981d60\498fa4157bab844160667f595ee415f833981f2a\fabric-object-builder-api-v1-2.1.2+032c981d60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-particles-v1\0.2.12+526dc1ac60\7ddcf827c21eeba7b7bb9f6017272573dec4b964\fabric-particles-v1-0.2.12+526dc1ac60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-renderer-indigo\0.5.0+7faf0d8860\6fe77fc29644c88bcd3cbc19ed9f7e6aa7402daf\fabric-renderer-indigo-0.5.0+7faf0d8860.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-renderer-api-v1\0.4.13+d882b91560\35ee2a353c18f16d3e06ba7c294de99ac60b7c0f\fabric-renderer-api-v1-0.4.13+d882b91560.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-renderer-registries-v1\3.2.11+b4f4f6cd60\37b91ba8c279555774dbf8c0e845f5cd64238084\fabric-renderer-registries-v1-3.2.11+b4f4f6cd60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-rendering-data-attachment-v1\0.3.7+d7c144a860\b423925fb7bb6e1f0659333f299df2b31d54b681\fabric-rendering-data-attachment-v1-0.3.7+d7c144a860.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-rendering-fluids-v1\2.0.2+54e5b2ec60\59f95c6b51e1336666115692c05984ac29e4ba91\fabric-rendering-fluids-v1-2.0.2+54e5b2ec60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-rendering-v0\1.1.13+b4f4f6cd60\5bb77f50917c5d8832078c608945a946072481f3\fabric-rendering-v0-1.1.13+b4f4f6cd60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-rendering-v1\1.10.7+54e5b2ec60\b2f708b6cfa5c75b7c251f2ba404b2d50418a7dc\fabric-rendering-v1-1.10.7+54e5b2ec60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-screen-api-v1\1.0.10+d882b91560\da5e087252518c98e9dadaad8a2f04bae40adff6\fabric-screen-api-v1-1.0.10+d882b91560.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-textures-v0\1.0.12+3ac43d9560\985f592c645035f8b49ad052763e28f5ebca8268\fabric-textures-v0-1.0.12+3ac43d9560.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-api-base\0.4.4+d7c144a860\ec07c98df3d4c4c5a3a5ea5ef3a82136666ead36\fabric-api-base-0.4.4+d7c144a860.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-biome-api-v1\8.0.4+7b0f312660\8750797b82b4a37c9defcbddf5cf6d2f9a99380\fabric-biome-api-v1-8.0.4+7b0f312660.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-crash-report-info-v1\0.2.1+ee261a3e60\29b397a2e113fb7b4ecd432eace3b85690829d68\fabric-crash-report-info-v1-0.2.1+ee261a3e60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-game-rule-api-v1\1.0.13+d7c144a860\29d449bd3e4c7398ab570583c38874b49a704902\fabric-game-rule-api-v1-1.0.13+d7c144a860.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-keybindings-v0\0.2.10+b4f4f6cd60\1274d7b5ea0951d346485b65d83004e31a7a9ab1\fabric-keybindings-v0-0.2.10+b4f4f6cd60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-key-binding-api-v1\1.0.12+54e5b2ec60\5da617bdc099d76257d5d8d0e1a86864681fdba2\fabric-key-binding-api-v1-1.0.12+54e5b2ec60.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-resource-conditions-api-v1\2.0.3+91b7aa6660\2a09808ba669446c956cbd56ba1c293af877d28d\fabric-resource-conditions-api-v1-2.0.3+91b7aa6660.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-resource-loader-v0\0.5.1+e747827960\9b6159811a0f0f87fa050977c29619ed7c813555\fabric-resource-loader-v0-0.5.1+e747827960.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc.fabric-api\fabric-transitive-access-wideners-v1\1.1.0+e747827960\117da5c75031557fae71637eda011368130f15fe\fabric-transitive-access-wideners-v1-1.1.0+e747827960.jar;C:\Users\yena\.gradle\caches\modules-2\files-2.1\me.shedaniel.cloth\basic-math\0.6.0\1218655af0c83dd7678eaef234da0ddade95da0a\basic-math-0.6.0.jar;C:\Users\yena\.gradle\caches\fabric-loom\1.18.2\net.fabricmc.yarn.1_18_2.1.18.2+build.3-v2\minecraft-intermediary.jar
\ No newline at end of file
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/d0705e1b8b/apoli-d0705e1b8b-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/d0705e1b8b/apoli-d0705e1b8b-sources.jar
deleted file mode 100644
index af271d7..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/d0705e1b8b/apoli-d0705e1b8b-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/d0705e1b8b/apoli-d0705e1b8b.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/d0705e1b8b/apoli-d0705e1b8b.jar
deleted file mode 100644
index 5c2e356..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/d0705e1b8b/apoli-d0705e1b8b.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/d0705e1b8b/apoli-d0705e1b8b.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/d0705e1b8b/apoli-d0705e1b8b.pom
deleted file mode 100644
index 9330e48..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/d0705e1b8b/apoli-d0705e1b8b.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.com.github.apace100
- apoli
- d0705e1b8b
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0-sources.jar
deleted file mode 100644
index 1e9c43d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.jar
deleted file mode 100644
index a857b86..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.pom
deleted file mode 100644
index eb310e8..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.com.github.apace100
- apoli
- v2.2.0
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/bd0be1a331/calio-bd0be1a331-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/bd0be1a331/calio-bd0be1a331-sources.jar
deleted file mode 100644
index a14a8d2..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/bd0be1a331/calio-bd0be1a331-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/bd0be1a331/calio-bd0be1a331.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/bd0be1a331/calio-bd0be1a331.jar
deleted file mode 100644
index f60101d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/bd0be1a331/calio-bd0be1a331.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/bd0be1a331/calio-bd0be1a331.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/bd0be1a331/calio-bd0be1a331.pom
deleted file mode 100644
index 454b53b..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/bd0be1a331/calio-bd0be1a331.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.com.github.apace100
- calio
- bd0be1a331
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2-sources.jar
deleted file mode 100644
index 0acc8d6..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.jar
deleted file mode 100644
index 8b28cf8..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.pom
deleted file mode 100644
index b019a36..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.com.github.apace100
- calio
- v1.4.2
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.0.0/origins-fabric-v1.0.0-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.0.0/origins-fabric-v1.0.0-sources.jar
deleted file mode 100644
index 4165e4a..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.0.0/origins-fabric-v1.0.0-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.0.0/origins-fabric-v1.0.0.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.0.0/origins-fabric-v1.0.0.jar
deleted file mode 100644
index 2c94d74..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.0.0/origins-fabric-v1.0.0.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.0.0/origins-fabric-v1.0.0.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.0.0/origins-fabric-v1.0.0.pom
deleted file mode 100644
index 9ba64d9..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.0.0/origins-fabric-v1.0.0.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.com.github.apace100
- origins-fabric
- v1.0.0
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0-sources.jar
deleted file mode 100644
index 3fda9ab..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.jar
deleted file mode 100644
index 17bb8fa..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.pom
deleted file mode 100644
index 3b72f93..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.com.github.apace100
- origins-fabric
- v1.3.0
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1-sources.jar
deleted file mode 100644
index d8a25fc..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.jar
deleted file mode 100644
index d772c51..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.pom
deleted file mode 100644
index aa8cdc0..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.com.jamieswhiteshirt
- reach-entity-attributes
- 2.1.1
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/2.0.0-beta.7/modmenu-2.0.0-beta.7-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/2.0.0-beta.7/modmenu-2.0.0-beta.7-sources.jar
deleted file mode 100644
index 9216c56..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/2.0.0-beta.7/modmenu-2.0.0-beta.7-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/2.0.0-beta.7/modmenu-2.0.0-beta.7.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/2.0.0-beta.7/modmenu-2.0.0-beta.7.jar
deleted file mode 100644
index 9c67878..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/2.0.0-beta.7/modmenu-2.0.0-beta.7.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/2.0.0-beta.7/modmenu-2.0.0-beta.7.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/2.0.0-beta.7/modmenu-2.0.0-beta.7.pom
deleted file mode 100644
index cecb0ac..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/2.0.0-beta.7/modmenu-2.0.0-beta.7.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.com.terraformersmc
- modmenu
- 2.0.0-beta.7
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0-sources.jar
deleted file mode 100644
index f7cf9da..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.jar
deleted file mode 100644
index e3fdc5b..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.pom
deleted file mode 100644
index ad6a864..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.com.terraformersmc
- modmenu
- 3.0.0
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0-nightly.1.17-rc1/PlayerAbilityLib-1.3.0-nightly.1.17-rc1-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0-nightly.1.17-rc1/PlayerAbilityLib-1.3.0-nightly.1.17-rc1-sources.jar
deleted file mode 100644
index fbed723..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0-nightly.1.17-rc1/PlayerAbilityLib-1.3.0-nightly.1.17-rc1-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0-nightly.1.17-rc1/PlayerAbilityLib-1.3.0-nightly.1.17-rc1.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0-nightly.1.17-rc1/PlayerAbilityLib-1.3.0-nightly.1.17-rc1.jar
deleted file mode 100644
index bd0bf72..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0-nightly.1.17-rc1/PlayerAbilityLib-1.3.0-nightly.1.17-rc1.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0-nightly.1.17-rc1/PlayerAbilityLib-1.3.0-nightly.1.17-rc1.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0-nightly.1.17-rc1/PlayerAbilityLib-1.3.0-nightly.1.17-rc1.pom
deleted file mode 100644
index d8c9b43..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0-nightly.1.17-rc1/PlayerAbilityLib-1.3.0-nightly.1.17-rc1.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.io.github.ladysnake
- PlayerAbilityLib
- 1.3.0-nightly.1.17-rc1
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0-sources.jar
deleted file mode 100644
index 1a904e2..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.jar
deleted file mode 100644
index 4b248aa..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.pom
deleted file mode 100644
index 502e8a4..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.io.github.ladysnake
- PlayerAbilityLib
- 1.3.0
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.5.1/basic-math-0.5.1-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.5.1/basic-math-0.5.1-sources.jar
deleted file mode 100644
index 9741b6e..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.5.1/basic-math-0.5.1-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.5.1/basic-math-0.5.1.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.5.1/basic-math-0.5.1.jar
deleted file mode 100644
index c292f74..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.5.1/basic-math-0.5.1.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.5.1/basic-math-0.5.1.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.5.1/basic-math-0.5.1.pom
deleted file mode 100644
index 9581533..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.5.1/basic-math-0.5.1.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.me.shedaniel.cloth
- basic-math
- 0.5.1
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0-sources.jar
deleted file mode 100644
index 05fbc46..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.jar
deleted file mode 100644
index 0214e2d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.pom
deleted file mode 100644
index 70155d7..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.me.shedaniel.cloth
- basic-math
- 0.6.0
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/4.11.14/cloth-config-fabric-4.11.14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/4.11.14/cloth-config-fabric-4.11.14.jar
deleted file mode 100644
index d9c999d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/4.11.14/cloth-config-fabric-4.11.14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/4.11.14/cloth-config-fabric-4.11.14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/4.11.14/cloth-config-fabric-4.11.14.pom
deleted file mode 100644
index c5b27ab..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/4.11.14/cloth-config-fabric-4.11.14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.me.shedaniel.cloth
- cloth-config-fabric
- 4.11.14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.jar
deleted file mode 100644
index 3fcb915..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.pom
deleted file mode 100644
index 122da40..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.me.shedaniel.cloth
- cloth-config-fabric
- 6.0.42
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/adriantodt/fabricmc/fallflyinglib/3.0.0-beta.2/fallflyinglib-3.0.0-beta.2-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/adriantodt/fabricmc/fallflyinglib/3.0.0-beta.2/fallflyinglib-3.0.0-beta.2-sources.jar
deleted file mode 100644
index 14994a3..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/adriantodt/fabricmc/fallflyinglib/3.0.0-beta.2/fallflyinglib-3.0.0-beta.2-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/adriantodt/fabricmc/fallflyinglib/3.0.0-beta.2/fallflyinglib-3.0.0-beta.2.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/adriantodt/fabricmc/fallflyinglib/3.0.0-beta.2/fallflyinglib-3.0.0-beta.2.jar
deleted file mode 100644
index 0d5788d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/adriantodt/fabricmc/fallflyinglib/3.0.0-beta.2/fallflyinglib-3.0.0-beta.2.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/adriantodt/fabricmc/fallflyinglib/3.0.0-beta.2/fallflyinglib-3.0.0-beta.2.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/adriantodt/fabricmc/fallflyinglib/3.0.0-beta.2/fallflyinglib-3.0.0-beta.2.pom
deleted file mode 100644
index bd47154..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/adriantodt/fabricmc/fallflyinglib/3.0.0-beta.2/fallflyinglib-3.0.0-beta.2.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.adriantodt.fabricmc
- fallflyinglib
- 3.0.0-beta.2
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cd14/fabric-api-base-0.4.1+b4f4f6cd14-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cd14/fabric-api-base-0.4.1+b4f4f6cd14-sources.jar
deleted file mode 100644
index 24b7f40..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cd14/fabric-api-base-0.4.1+b4f4f6cd14-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cd14/fabric-api-base-0.4.1+b4f4f6cd14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cd14/fabric-api-base-0.4.1+b4f4f6cd14.jar
deleted file mode 100644
index fa2813e..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cd14/fabric-api-base-0.4.1+b4f4f6cd14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cd14/fabric-api-base-0.4.1+b4f4f6cd14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cd14/fabric-api-base-0.4.1+b4f4f6cd14.pom
deleted file mode 100644
index 3759d79..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cd14/fabric-api-base-0.4.1+b4f4f6cd14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-api-base
- 0.4.1+b4f4f6cd14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8-sources.jar
deleted file mode 100644
index e158c1f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.jar
deleted file mode 100644
index 50b0f3e..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.pom
deleted file mode 100644
index 30dba0f..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-api-base
- 0.4.1+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.3.5+3ac43d9514/fabric-api-lookup-api-v1-1.3.5+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.3.5+3ac43d9514/fabric-api-lookup-api-v1-1.3.5+3ac43d9514-sources.jar
deleted file mode 100644
index 1cddcb8..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.3.5+3ac43d9514/fabric-api-lookup-api-v1-1.3.5+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.3.5+3ac43d9514/fabric-api-lookup-api-v1-1.3.5+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.3.5+3ac43d9514/fabric-api-lookup-api-v1-1.3.5+3ac43d9514.jar
deleted file mode 100644
index 4072574..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.3.5+3ac43d9514/fabric-api-lookup-api-v1-1.3.5+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.3.5+3ac43d9514/fabric-api-lookup-api-v1-1.3.5+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.3.5+3ac43d9514/fabric-api-lookup-api-v1-1.3.5+3ac43d9514.pom
deleted file mode 100644
index d049288..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.3.5+3ac43d9514/fabric-api-lookup-api-v1-1.3.5+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-api-lookup-api-v1
- 1.3.5+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8-sources.jar
deleted file mode 100644
index 785dc55..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.jar
deleted file mode 100644
index 7f8924d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.pom
deleted file mode 100644
index 16deae1..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-api-lookup-api-v1
- 1.4.0+16d92c47c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.43.1+1.18/fabric-api-0.43.1+1.18-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.43.1+1.18/fabric-api-0.43.1+1.18-sources.jar
deleted file mode 100644
index 5edf85b..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.43.1+1.18/fabric-api-0.43.1+1.18-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.43.1+1.18/fabric-api-0.43.1+1.18.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.43.1+1.18/fabric-api-0.43.1+1.18.jar
deleted file mode 100644
index d4cb981..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.43.1+1.18/fabric-api-0.43.1+1.18.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.43.1+1.18/fabric-api-0.43.1+1.18.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.43.1+1.18/fabric-api-0.43.1+1.18.pom
deleted file mode 100644
index 5af4ec6..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.43.1+1.18/fabric-api-0.43.1+1.18.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-api
- 0.43.1+1.18
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18-sources.jar
deleted file mode 100644
index 22b329d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.jar
deleted file mode 100644
index 03daccc..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.pom
deleted file mode 100644
index 0bdd167..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-api
- 0.44.0+1.18
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+3ac43d9514/fabric-biome-api-v1-6.0.1+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+3ac43d9514/fabric-biome-api-v1-6.0.1+3ac43d9514-sources.jar
deleted file mode 100644
index 6ace8c6..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+3ac43d9514/fabric-biome-api-v1-6.0.1+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+3ac43d9514/fabric-biome-api-v1-6.0.1+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+3ac43d9514/fabric-biome-api-v1-6.0.1+3ac43d9514.jar
deleted file mode 100644
index f84761d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+3ac43d9514/fabric-biome-api-v1-6.0.1+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+3ac43d9514/fabric-biome-api-v1-6.0.1+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+3ac43d9514/fabric-biome-api-v1-6.0.1+3ac43d9514.pom
deleted file mode 100644
index b28c04b..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+3ac43d9514/fabric-biome-api-v1-6.0.1+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-biome-api-v1
- 6.0.1+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8-sources.jar
deleted file mode 100644
index bc4cb68..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.jar
deleted file mode 100644
index d3fc84e..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.pom
deleted file mode 100644
index 56088c7..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-biome-api-v1
- 6.0.1+ded849a9c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d9514/fabric-blockrenderlayer-v1-1.1.9+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d9514/fabric-blockrenderlayer-v1-1.1.9+3ac43d9514-sources.jar
deleted file mode 100644
index 8c27c8f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d9514/fabric-blockrenderlayer-v1-1.1.9+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d9514/fabric-blockrenderlayer-v1-1.1.9+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d9514/fabric-blockrenderlayer-v1-1.1.9+3ac43d9514.jar
deleted file mode 100644
index c67bc67..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d9514/fabric-blockrenderlayer-v1-1.1.9+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d9514/fabric-blockrenderlayer-v1-1.1.9+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d9514/fabric-blockrenderlayer-v1-1.1.9+3ac43d9514.pom
deleted file mode 100644
index cfbb7d8..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d9514/fabric-blockrenderlayer-v1-1.1.9+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-blockrenderlayer-v1
- 1.1.9+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8-sources.jar
deleted file mode 100644
index 905d082..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.jar
deleted file mode 100644
index 080d074..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.pom
deleted file mode 100644
index 0daed56..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-blockrenderlayer-v1
- 1.1.9+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d9514/fabric-command-api-v1-1.1.6+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d9514/fabric-command-api-v1-1.1.6+3ac43d9514-sources.jar
deleted file mode 100644
index b87ca6e..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d9514/fabric-command-api-v1-1.1.6+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d9514/fabric-command-api-v1-1.1.6+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d9514/fabric-command-api-v1-1.1.6+3ac43d9514.jar
deleted file mode 100644
index 5eae071..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d9514/fabric-command-api-v1-1.1.6+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d9514/fabric-command-api-v1-1.1.6+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d9514/fabric-command-api-v1-1.1.6+3ac43d9514.pom
deleted file mode 100644
index 5429b41..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d9514/fabric-command-api-v1-1.1.6+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-command-api-v1
- 1.1.6+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8-sources.jar
deleted file mode 100644
index 21fd0f0..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.jar
deleted file mode 100644
index 5bce090..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.pom
deleted file mode 100644
index a04f8ec..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-command-api-v1
- 1.1.6+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cd14/fabric-commands-v0-0.2.5+b4f4f6cd14-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cd14/fabric-commands-v0-0.2.5+b4f4f6cd14-sources.jar
deleted file mode 100644
index 66a4ebb..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cd14/fabric-commands-v0-0.2.5+b4f4f6cd14-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cd14/fabric-commands-v0-0.2.5+b4f4f6cd14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cd14/fabric-commands-v0-0.2.5+b4f4f6cd14.jar
deleted file mode 100644
index eecd19c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cd14/fabric-commands-v0-0.2.5+b4f4f6cd14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cd14/fabric-commands-v0-0.2.5+b4f4f6cd14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cd14/fabric-commands-v0-0.2.5+b4f4f6cd14.pom
deleted file mode 100644
index b89b3a1..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cd14/fabric-commands-v0-0.2.5+b4f4f6cd14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-commands-v0
- 0.2.5+b4f4f6cd14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8-sources.jar
deleted file mode 100644
index e4ea77d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.jar
deleted file mode 100644
index 77ec3d8..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.pom
deleted file mode 100644
index e47515c..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-commands-v0
- 0.2.5+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c614/fabric-containers-v0-0.1.18+d154e2c614-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c614/fabric-containers-v0-0.1.18+d154e2c614-sources.jar
deleted file mode 100644
index 520a971..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c614/fabric-containers-v0-0.1.18+d154e2c614-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c614/fabric-containers-v0-0.1.18+d154e2c614.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c614/fabric-containers-v0-0.1.18+d154e2c614.jar
deleted file mode 100644
index 68f2312..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c614/fabric-containers-v0-0.1.18+d154e2c614.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c614/fabric-containers-v0-0.1.18+d154e2c614.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c614/fabric-containers-v0-0.1.18+d154e2c614.pom
deleted file mode 100644
index 517e482..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c614/fabric-containers-v0-0.1.18+d154e2c614.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-containers-v0
- 0.1.18+d154e2c614
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8-sources.jar
deleted file mode 100644
index eeaa70d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.jar
deleted file mode 100644
index 5ea6906..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.pom
deleted file mode 100644
index 41591f4..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-containers-v0
- 0.1.18+d154e2c6c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73d14/fabric-content-registries-v0-0.4.5+6f53a73d14-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73d14/fabric-content-registries-v0-0.4.5+6f53a73d14-sources.jar
deleted file mode 100644
index e4c63c7..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73d14/fabric-content-registries-v0-0.4.5+6f53a73d14-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73d14/fabric-content-registries-v0-0.4.5+6f53a73d14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73d14/fabric-content-registries-v0-0.4.5+6f53a73d14.jar
deleted file mode 100644
index aa5de4a..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73d14/fabric-content-registries-v0-0.4.5+6f53a73d14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73d14/fabric-content-registries-v0-0.4.5+6f53a73d14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73d14/fabric-content-registries-v0-0.4.5+6f53a73d14.pom
deleted file mode 100644
index 37e284b..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73d14/fabric-content-registries-v0-0.4.5+6f53a73d14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-content-registries-v0
- 0.4.5+6f53a73d14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8-sources.jar
deleted file mode 100644
index 9453b88..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.jar
deleted file mode 100644
index a3e686d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.pom
deleted file mode 100644
index 0aea819..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-content-registries-v0
- 0.4.5+6f53a73dc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d9514/fabric-crash-report-info-v1-0.1.8+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d9514/fabric-crash-report-info-v1-0.1.8+3ac43d9514-sources.jar
deleted file mode 100644
index bbbe2b8..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d9514/fabric-crash-report-info-v1-0.1.8+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d9514/fabric-crash-report-info-v1-0.1.8+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d9514/fabric-crash-report-info-v1-0.1.8+3ac43d9514.jar
deleted file mode 100644
index 48d6910..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d9514/fabric-crash-report-info-v1-0.1.8+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d9514/fabric-crash-report-info-v1-0.1.8+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d9514/fabric-crash-report-info-v1-0.1.8+3ac43d9514.pom
deleted file mode 100644
index f8b61bb..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d9514/fabric-crash-report-info-v1-0.1.8+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-crash-report-info-v1
- 0.1.8+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8-sources.jar
deleted file mode 100644
index ed1ec96..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.jar
deleted file mode 100644
index 691598e..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.pom
deleted file mode 100644
index 96f160d..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-crash-report-info-v1
- 0.1.8+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8-sources.jar
deleted file mode 100644
index e910c2c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.jar
deleted file mode 100644
index 2a64274..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.pom
deleted file mode 100644
index 6f26202..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-data-generation-api-v1
- 1.0.0+3fec4ad9c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d2957114/fabric-dimensions-v1-2.1.7+43d2957114-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d2957114/fabric-dimensions-v1-2.1.7+43d2957114-sources.jar
deleted file mode 100644
index e063539..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d2957114/fabric-dimensions-v1-2.1.7+43d2957114-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d2957114/fabric-dimensions-v1-2.1.7+43d2957114.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d2957114/fabric-dimensions-v1-2.1.7+43d2957114.jar
deleted file mode 100644
index 6399bca..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d2957114/fabric-dimensions-v1-2.1.7+43d2957114.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d2957114/fabric-dimensions-v1-2.1.7+43d2957114.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d2957114/fabric-dimensions-v1-2.1.7+43d2957114.pom
deleted file mode 100644
index 78aec84..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d2957114/fabric-dimensions-v1-2.1.7+43d2957114.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-dimensions-v1
- 2.1.7+43d2957114
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8-sources.jar
deleted file mode 100644
index de47051..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.jar
deleted file mode 100644
index 9280d0c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.pom
deleted file mode 100644
index f8ea7ec..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-dimensions-v1
- 2.1.7+43d29571c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378a14/fabric-entity-events-v1-1.4.5+6b21378a14-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378a14/fabric-entity-events-v1-1.4.5+6b21378a14-sources.jar
deleted file mode 100644
index c190c2f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378a14/fabric-entity-events-v1-1.4.5+6b21378a14-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378a14/fabric-entity-events-v1-1.4.5+6b21378a14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378a14/fabric-entity-events-v1-1.4.5+6b21378a14.jar
deleted file mode 100644
index fcc3597..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378a14/fabric-entity-events-v1-1.4.5+6b21378a14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378a14/fabric-entity-events-v1-1.4.5+6b21378a14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378a14/fabric-entity-events-v1-1.4.5+6b21378a14.pom
deleted file mode 100644
index 8c732c9..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378a14/fabric-entity-events-v1-1.4.5+6b21378a14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-entity-events-v1
- 1.4.5+6b21378a14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8-sources.jar
deleted file mode 100644
index 98f208a..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.jar
deleted file mode 100644
index b94eaa9..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.pom
deleted file mode 100644
index f0cf773..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-entity-events-v1
- 1.4.5+6b21378ac8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.15+3ac43d9514/fabric-events-interaction-v0-0.4.15+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.15+3ac43d9514/fabric-events-interaction-v0-0.4.15+3ac43d9514-sources.jar
deleted file mode 100644
index b318dba..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.15+3ac43d9514/fabric-events-interaction-v0-0.4.15+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.15+3ac43d9514/fabric-events-interaction-v0-0.4.15+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.15+3ac43d9514/fabric-events-interaction-v0-0.4.15+3ac43d9514.jar
deleted file mode 100644
index 2907932..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.15+3ac43d9514/fabric-events-interaction-v0-0.4.15+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.15+3ac43d9514/fabric-events-interaction-v0-0.4.15+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.15+3ac43d9514/fabric-events-interaction-v0-0.4.15+3ac43d9514.pom
deleted file mode 100644
index 29d2c6d..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.15+3ac43d9514/fabric-events-interaction-v0-0.4.15+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-events-interaction-v0
- 0.4.15+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8-sources.jar
deleted file mode 100644
index 73b5f34..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.jar
deleted file mode 100644
index d40ebce..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.pom
deleted file mode 100644
index c26cbd8..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-events-interaction-v0
- 0.4.16+bfa23f17c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.5+b4f4f6cd14/fabric-events-lifecycle-v0-0.2.5+b4f4f6cd14-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.5+b4f4f6cd14/fabric-events-lifecycle-v0-0.2.5+b4f4f6cd14-sources.jar
deleted file mode 100644
index 4f17dad..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.5+b4f4f6cd14/fabric-events-lifecycle-v0-0.2.5+b4f4f6cd14-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.5+b4f4f6cd14/fabric-events-lifecycle-v0-0.2.5+b4f4f6cd14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.5+b4f4f6cd14/fabric-events-lifecycle-v0-0.2.5+b4f4f6cd14.jar
deleted file mode 100644
index fa22a04..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.5+b4f4f6cd14/fabric-events-lifecycle-v0-0.2.5+b4f4f6cd14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.5+b4f4f6cd14/fabric-events-lifecycle-v0-0.2.5+b4f4f6cd14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.5+b4f4f6cd14/fabric-events-lifecycle-v0-0.2.5+b4f4f6cd14.pom
deleted file mode 100644
index cf9fe41..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.5+b4f4f6cd14/fabric-events-lifecycle-v0-0.2.5+b4f4f6cd14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-events-lifecycle-v0
- 0.2.5+b4f4f6cd14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8-sources.jar
deleted file mode 100644
index 9c14401..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.jar
deleted file mode 100644
index cfe1f6e..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.pom
deleted file mode 100644
index a0e66aa..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-events-lifecycle-v0
- 0.2.6+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d9514/fabric-game-rule-api-v1-1.0.10+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d9514/fabric-game-rule-api-v1-1.0.10+3ac43d9514-sources.jar
deleted file mode 100644
index 12ca747..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d9514/fabric-game-rule-api-v1-1.0.10+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d9514/fabric-game-rule-api-v1-1.0.10+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d9514/fabric-game-rule-api-v1-1.0.10+3ac43d9514.jar
deleted file mode 100644
index 15f7a92..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d9514/fabric-game-rule-api-v1-1.0.10+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d9514/fabric-game-rule-api-v1-1.0.10+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d9514/fabric-game-rule-api-v1-1.0.10+3ac43d9514.pom
deleted file mode 100644
index 5151599..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d9514/fabric-game-rule-api-v1-1.0.10+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-game-rule-api-v1
- 1.0.10+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8-sources.jar
deleted file mode 100644
index 12b8b35..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.jar
deleted file mode 100644
index 495f641..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.pom
deleted file mode 100644
index a1a2441..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-game-rule-api-v1
- 1.0.10+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cf14/fabric-gametest-api-v1-1.0.5+03d159cf14-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cf14/fabric-gametest-api-v1-1.0.5+03d159cf14-sources.jar
deleted file mode 100644
index 35cd238..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cf14/fabric-gametest-api-v1-1.0.5+03d159cf14-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cf14/fabric-gametest-api-v1-1.0.5+03d159cf14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cf14/fabric-gametest-api-v1-1.0.5+03d159cf14.jar
deleted file mode 100644
index 5b7d868..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cf14/fabric-gametest-api-v1-1.0.5+03d159cf14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cf14/fabric-gametest-api-v1-1.0.5+03d159cf14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cf14/fabric-gametest-api-v1-1.0.5+03d159cf14.pom
deleted file mode 100644
index 2881623..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cf14/fabric-gametest-api-v1-1.0.5+03d159cf14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-gametest-api-v1
- 1.0.5+03d159cf14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8-sources.jar
deleted file mode 100644
index 9e1afc8..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.jar
deleted file mode 100644
index 50223f2..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.pom
deleted file mode 100644
index 972b614..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-gametest-api-v1
- 1.0.5+03d159cfc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.2.7+3ac43d9514/fabric-item-api-v1-1.2.7+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.2.7+3ac43d9514/fabric-item-api-v1-1.2.7+3ac43d9514-sources.jar
deleted file mode 100644
index 808ec49..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.2.7+3ac43d9514/fabric-item-api-v1-1.2.7+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.2.7+3ac43d9514/fabric-item-api-v1-1.2.7+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.2.7+3ac43d9514/fabric-item-api-v1-1.2.7+3ac43d9514.jar
deleted file mode 100644
index 6d37737..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.2.7+3ac43d9514/fabric-item-api-v1-1.2.7+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.2.7+3ac43d9514/fabric-item-api-v1-1.2.7+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.2.7+3ac43d9514/fabric-item-api-v1-1.2.7+3ac43d9514.pom
deleted file mode 100644
index b998e8f..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.2.7+3ac43d9514/fabric-item-api-v1-1.2.7+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-item-api-v1
- 1.2.7+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8-sources.jar
deleted file mode 100644
index 2550419..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.jar
deleted file mode 100644
index 0b7c204..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.pom
deleted file mode 100644
index 9f6b7bf..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-item-api-v1
- 1.3.0+691a79b5c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d9514/fabric-item-groups-v0-0.3.3+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d9514/fabric-item-groups-v0-0.3.3+3ac43d9514-sources.jar
deleted file mode 100644
index 77e7057..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d9514/fabric-item-groups-v0-0.3.3+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d9514/fabric-item-groups-v0-0.3.3+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d9514/fabric-item-groups-v0-0.3.3+3ac43d9514.jar
deleted file mode 100644
index 0683cb1..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d9514/fabric-item-groups-v0-0.3.3+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d9514/fabric-item-groups-v0-0.3.3+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d9514/fabric-item-groups-v0-0.3.3+3ac43d9514.pom
deleted file mode 100644
index 64750ed..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d9514/fabric-item-groups-v0-0.3.3+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-item-groups-v0
- 0.3.3+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8-sources.jar
deleted file mode 100644
index e31cdfd..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.jar
deleted file mode 100644
index 25d9d1a..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.pom
deleted file mode 100644
index 5e8190d..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-item-groups-v0
- 0.3.3+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f314/fabric-key-binding-api-v1-1.0.8+c8aba2f314-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f314/fabric-key-binding-api-v1-1.0.8+c8aba2f314-sources.jar
deleted file mode 100644
index 543c9a2..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f314/fabric-key-binding-api-v1-1.0.8+c8aba2f314-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f314/fabric-key-binding-api-v1-1.0.8+c8aba2f314.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f314/fabric-key-binding-api-v1-1.0.8+c8aba2f314.jar
deleted file mode 100644
index ab0b96a..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f314/fabric-key-binding-api-v1-1.0.8+c8aba2f314.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f314/fabric-key-binding-api-v1-1.0.8+c8aba2f314.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f314/fabric-key-binding-api-v1-1.0.8+c8aba2f314.pom
deleted file mode 100644
index 5ce1f89..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f314/fabric-key-binding-api-v1-1.0.8+c8aba2f314.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-key-binding-api-v1
- 1.0.8+c8aba2f314
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8-sources.jar
deleted file mode 100644
index 5dfa64b..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.jar
deleted file mode 100644
index 9256cab..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.pom
deleted file mode 100644
index 02a4116..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-key-binding-api-v1
- 1.0.8+c8aba2f3c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cd14/fabric-keybindings-v0-0.2.6+b4f4f6cd14-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cd14/fabric-keybindings-v0-0.2.6+b4f4f6cd14-sources.jar
deleted file mode 100644
index e127de7..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cd14/fabric-keybindings-v0-0.2.6+b4f4f6cd14-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cd14/fabric-keybindings-v0-0.2.6+b4f4f6cd14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cd14/fabric-keybindings-v0-0.2.6+b4f4f6cd14.jar
deleted file mode 100644
index 7eef19a..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cd14/fabric-keybindings-v0-0.2.6+b4f4f6cd14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cd14/fabric-keybindings-v0-0.2.6+b4f4f6cd14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cd14/fabric-keybindings-v0-0.2.6+b4f4f6cd14.pom
deleted file mode 100644
index 6531def..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cd14/fabric-keybindings-v0-0.2.6+b4f4f6cd14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-keybindings-v0
- 0.2.6+b4f4f6cd14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8-sources.jar
deleted file mode 100644
index 679fee2..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.jar
deleted file mode 100644
index e97ac73..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.pom
deleted file mode 100644
index 9b3ad18..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-keybindings-v0
- 0.2.6+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca33514/fabric-lifecycle-events-v1-1.4.10+c15ca33514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca33514/fabric-lifecycle-events-v1-1.4.10+c15ca33514-sources.jar
deleted file mode 100644
index 1a1ed66..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca33514/fabric-lifecycle-events-v1-1.4.10+c15ca33514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca33514/fabric-lifecycle-events-v1-1.4.10+c15ca33514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca33514/fabric-lifecycle-events-v1-1.4.10+c15ca33514.jar
deleted file mode 100644
index f2509e6..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca33514/fabric-lifecycle-events-v1-1.4.10+c15ca33514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca33514/fabric-lifecycle-events-v1-1.4.10+c15ca33514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca33514/fabric-lifecycle-events-v1-1.4.10+c15ca33514.pom
deleted file mode 100644
index 5585158..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca33514/fabric-lifecycle-events-v1-1.4.10+c15ca33514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-lifecycle-events-v1
- 1.4.10+c15ca33514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8-sources.jar
deleted file mode 100644
index a05c6cb..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.jar
deleted file mode 100644
index b38862c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.pom
deleted file mode 100644
index 1e5fa7c..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-lifecycle-events-v1
- 1.4.10+c15ca335c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d9514/fabric-loot-tables-v1-1.0.8+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d9514/fabric-loot-tables-v1-1.0.8+3ac43d9514-sources.jar
deleted file mode 100644
index 66017f6..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d9514/fabric-loot-tables-v1-1.0.8+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d9514/fabric-loot-tables-v1-1.0.8+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d9514/fabric-loot-tables-v1-1.0.8+3ac43d9514.jar
deleted file mode 100644
index 04e0e81..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d9514/fabric-loot-tables-v1-1.0.8+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d9514/fabric-loot-tables-v1-1.0.8+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d9514/fabric-loot-tables-v1-1.0.8+3ac43d9514.pom
deleted file mode 100644
index 15a33bf..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d9514/fabric-loot-tables-v1-1.0.8+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-loot-tables-v1
- 1.0.8+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8-sources.jar
deleted file mode 100644
index ae47e08..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.jar
deleted file mode 100644
index 4fe77ea..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.pom
deleted file mode 100644
index 16517e0..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-loot-tables-v1
- 1.0.8+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d9514/fabric-mining-level-api-v1-1.0.3+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d9514/fabric-mining-level-api-v1-1.0.3+3ac43d9514-sources.jar
deleted file mode 100644
index 144c269..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d9514/fabric-mining-level-api-v1-1.0.3+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d9514/fabric-mining-level-api-v1-1.0.3+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d9514/fabric-mining-level-api-v1-1.0.3+3ac43d9514.jar
deleted file mode 100644
index bfc633e..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d9514/fabric-mining-level-api-v1-1.0.3+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d9514/fabric-mining-level-api-v1-1.0.3+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d9514/fabric-mining-level-api-v1-1.0.3+3ac43d9514.pom
deleted file mode 100644
index 7080d9b..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d9514/fabric-mining-level-api-v1-1.0.3+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-mining-level-api-v1
- 1.0.3+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8-sources.jar
deleted file mode 100644
index 8741b8f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.jar
deleted file mode 100644
index 84af888..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.pom
deleted file mode 100644
index 8504185..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-mining-level-api-v1
- 1.0.3+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cd14/fabric-mining-levels-v0-0.1.7+b4f4f6cd14-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cd14/fabric-mining-levels-v0-0.1.7+b4f4f6cd14-sources.jar
deleted file mode 100644
index b6044bb..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cd14/fabric-mining-levels-v0-0.1.7+b4f4f6cd14-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cd14/fabric-mining-levels-v0-0.1.7+b4f4f6cd14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cd14/fabric-mining-levels-v0-0.1.7+b4f4f6cd14.jar
deleted file mode 100644
index e581b10..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cd14/fabric-mining-levels-v0-0.1.7+b4f4f6cd14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cd14/fabric-mining-levels-v0-0.1.7+b4f4f6cd14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cd14/fabric-mining-levels-v0-0.1.7+b4f4f6cd14.pom
deleted file mode 100644
index aa9c830..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cd14/fabric-mining-levels-v0-0.1.7+b4f4f6cd14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-mining-levels-v0
- 0.1.7+b4f4f6cd14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8-sources.jar
deleted file mode 100644
index 873e2e2..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.jar
deleted file mode 100644
index dbb21b8..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.pom
deleted file mode 100644
index 0fa997b..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-mining-levels-v0
- 0.1.7+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d9514/fabric-models-v0-0.3.3+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d9514/fabric-models-v0-0.3.3+3ac43d9514-sources.jar
deleted file mode 100644
index 42d9956..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d9514/fabric-models-v0-0.3.3+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d9514/fabric-models-v0-0.3.3+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d9514/fabric-models-v0-0.3.3+3ac43d9514.jar
deleted file mode 100644
index 5738d6f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d9514/fabric-models-v0-0.3.3+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d9514/fabric-models-v0-0.3.3+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d9514/fabric-models-v0-0.3.3+3ac43d9514.pom
deleted file mode 100644
index 0b3b683..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d9514/fabric-models-v0-0.3.3+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-models-v0
- 0.3.3+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8-sources.jar
deleted file mode 100644
index 5cbffee..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.jar
deleted file mode 100644
index 7c29f6a..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.pom
deleted file mode 100644
index 0412bfe..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-models-v0
- 0.3.3+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d9514/fabric-networking-api-v1-1.0.18+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d9514/fabric-networking-api-v1-1.0.18+3ac43d9514-sources.jar
deleted file mode 100644
index fff44fd..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d9514/fabric-networking-api-v1-1.0.18+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d9514/fabric-networking-api-v1-1.0.18+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d9514/fabric-networking-api-v1-1.0.18+3ac43d9514.jar
deleted file mode 100644
index de79cea..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d9514/fabric-networking-api-v1-1.0.18+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d9514/fabric-networking-api-v1-1.0.18+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d9514/fabric-networking-api-v1-1.0.18+3ac43d9514.pom
deleted file mode 100644
index cc23b72..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d9514/fabric-networking-api-v1-1.0.18+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-networking-api-v1
- 1.0.18+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8-sources.jar
deleted file mode 100644
index 53d397d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.jar
deleted file mode 100644
index c8d9e0e..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.pom
deleted file mode 100644
index 007a8b6..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-networking-api-v1
- 1.0.18+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cd14/fabric-networking-v0-0.3.5+b4f4f6cd14-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cd14/fabric-networking-v0-0.3.5+b4f4f6cd14-sources.jar
deleted file mode 100644
index 78ec6e2..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cd14/fabric-networking-v0-0.3.5+b4f4f6cd14-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cd14/fabric-networking-v0-0.3.5+b4f4f6cd14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cd14/fabric-networking-v0-0.3.5+b4f4f6cd14.jar
deleted file mode 100644
index 59534c9..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cd14/fabric-networking-v0-0.3.5+b4f4f6cd14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cd14/fabric-networking-v0-0.3.5+b4f4f6cd14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cd14/fabric-networking-v0-0.3.5+b4f4f6cd14.pom
deleted file mode 100644
index 79f29a1..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cd14/fabric-networking-v0-0.3.5+b4f4f6cd14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-networking-v0
- 0.3.5+b4f4f6cd14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8-sources.jar
deleted file mode 100644
index ba91118..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.jar
deleted file mode 100644
index 724187c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.pom
deleted file mode 100644
index 86ebb82..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-networking-v0
- 0.3.5+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.10.13+3ac43d9514/fabric-object-builder-api-v1-1.10.13+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.10.13+3ac43d9514/fabric-object-builder-api-v1-1.10.13+3ac43d9514-sources.jar
deleted file mode 100644
index b4e834d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.10.13+3ac43d9514/fabric-object-builder-api-v1-1.10.13+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.10.13+3ac43d9514/fabric-object-builder-api-v1-1.10.13+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.10.13+3ac43d9514/fabric-object-builder-api-v1-1.10.13+3ac43d9514.jar
deleted file mode 100644
index decc309..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.10.13+3ac43d9514/fabric-object-builder-api-v1-1.10.13+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.10.13+3ac43d9514/fabric-object-builder-api-v1-1.10.13+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.10.13+3ac43d9514/fabric-object-builder-api-v1-1.10.13+3ac43d9514.pom
deleted file mode 100644
index e72a8ad..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.10.13+3ac43d9514/fabric-object-builder-api-v1-1.10.13+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-object-builder-api-v1
- 1.10.13+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8-sources.jar
deleted file mode 100644
index b40598c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.jar
deleted file mode 100644
index fc5cd82..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.pom
deleted file mode 100644
index e812999..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-object-builder-api-v1
- 1.11.0+3b82842ec8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.7+3ac43d9514/fabric-object-builders-v0-0.7.7+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.7+3ac43d9514/fabric-object-builders-v0-0.7.7+3ac43d9514-sources.jar
deleted file mode 100644
index bae5f20..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.7+3ac43d9514/fabric-object-builders-v0-0.7.7+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.7+3ac43d9514/fabric-object-builders-v0-0.7.7+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.7+3ac43d9514/fabric-object-builders-v0-0.7.7+3ac43d9514.jar
deleted file mode 100644
index acea61f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.7+3ac43d9514/fabric-object-builders-v0-0.7.7+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.7+3ac43d9514/fabric-object-builders-v0-0.7.7+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.7+3ac43d9514/fabric-object-builders-v0-0.7.7+3ac43d9514.pom
deleted file mode 100644
index 7b995ff..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.7+3ac43d9514/fabric-object-builders-v0-0.7.7+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-object-builders-v0
- 0.7.7+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8-sources.jar
deleted file mode 100644
index 15624a5..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.jar
deleted file mode 100644
index f17c262..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.pom
deleted file mode 100644
index 8abb695..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-object-builders-v0
- 0.7.8+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1ac14/fabric-particles-v1-0.2.9+526dc1ac14-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1ac14/fabric-particles-v1-0.2.9+526dc1ac14-sources.jar
deleted file mode 100644
index e5eaad5..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1ac14/fabric-particles-v1-0.2.9+526dc1ac14-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1ac14/fabric-particles-v1-0.2.9+526dc1ac14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1ac14/fabric-particles-v1-0.2.9+526dc1ac14.jar
deleted file mode 100644
index 82c5a62..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1ac14/fabric-particles-v1-0.2.9+526dc1ac14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1ac14/fabric-particles-v1-0.2.9+526dc1ac14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1ac14/fabric-particles-v1-0.2.9+526dc1ac14.pom
deleted file mode 100644
index 2636358..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1ac14/fabric-particles-v1-0.2.9+526dc1ac14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-particles-v1
- 0.2.9+526dc1ac14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8-sources.jar
deleted file mode 100644
index 07d6c4d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.jar
deleted file mode 100644
index 288afed..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.pom
deleted file mode 100644
index 443f924..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-particles-v1
- 0.2.9+526dc1acc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d9514/fabric-registry-sync-v0-0.8.5+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d9514/fabric-registry-sync-v0-0.8.5+3ac43d9514-sources.jar
deleted file mode 100644
index 7debda7..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d9514/fabric-registry-sync-v0-0.8.5+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d9514/fabric-registry-sync-v0-0.8.5+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d9514/fabric-registry-sync-v0-0.8.5+3ac43d9514.jar
deleted file mode 100644
index d4e174e..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d9514/fabric-registry-sync-v0-0.8.5+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d9514/fabric-registry-sync-v0-0.8.5+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d9514/fabric-registry-sync-v0-0.8.5+3ac43d9514.pom
deleted file mode 100644
index 88ae880..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d9514/fabric-registry-sync-v0-0.8.5+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-registry-sync-v0
- 0.8.5+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8-sources.jar
deleted file mode 100644
index 5b1419f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.jar
deleted file mode 100644
index 04bf965..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.pom
deleted file mode 100644
index 28e7a0d..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-registry-sync-v0
- 0.8.5+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d9514/fabric-renderer-api-v1-0.4.9+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d9514/fabric-renderer-api-v1-0.4.9+3ac43d9514-sources.jar
deleted file mode 100644
index 4b7d1db..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d9514/fabric-renderer-api-v1-0.4.9+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d9514/fabric-renderer-api-v1-0.4.9+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d9514/fabric-renderer-api-v1-0.4.9+3ac43d9514.jar
deleted file mode 100644
index 5a8fdbe..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d9514/fabric-renderer-api-v1-0.4.9+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d9514/fabric-renderer-api-v1-0.4.9+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d9514/fabric-renderer-api-v1-0.4.9+3ac43d9514.pom
deleted file mode 100644
index 6d903af..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d9514/fabric-renderer-api-v1-0.4.9+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-renderer-api-v1
- 0.4.9+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8-sources.jar
deleted file mode 100644
index 09dac51..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.jar
deleted file mode 100644
index 2a58510..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.pom
deleted file mode 100644
index 32f851d..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-renderer-api-v1
- 0.4.9+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d9514/fabric-renderer-indigo-0.4.12+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d9514/fabric-renderer-indigo-0.4.12+3ac43d9514-sources.jar
deleted file mode 100644
index 3d4e6b5..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d9514/fabric-renderer-indigo-0.4.12+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d9514/fabric-renderer-indigo-0.4.12+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d9514/fabric-renderer-indigo-0.4.12+3ac43d9514.jar
deleted file mode 100644
index fbab6bf..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d9514/fabric-renderer-indigo-0.4.12+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d9514/fabric-renderer-indigo-0.4.12+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d9514/fabric-renderer-indigo-0.4.12+3ac43d9514.pom
deleted file mode 100644
index cee1668..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d9514/fabric-renderer-indigo-0.4.12+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-renderer-indigo
- 0.4.12+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8-sources.jar
deleted file mode 100644
index 610b41f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.jar
deleted file mode 100644
index f6fc0de..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.pom
deleted file mode 100644
index dc162ec..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-renderer-indigo
- 0.4.12+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cd14/fabric-renderer-registries-v1-3.2.7+b4f4f6cd14-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cd14/fabric-renderer-registries-v1-3.2.7+b4f4f6cd14-sources.jar
deleted file mode 100644
index 44a7df3..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cd14/fabric-renderer-registries-v1-3.2.7+b4f4f6cd14-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cd14/fabric-renderer-registries-v1-3.2.7+b4f4f6cd14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cd14/fabric-renderer-registries-v1-3.2.7+b4f4f6cd14.jar
deleted file mode 100644
index b4984f9..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cd14/fabric-renderer-registries-v1-3.2.7+b4f4f6cd14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cd14/fabric-renderer-registries-v1-3.2.7+b4f4f6cd14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cd14/fabric-renderer-registries-v1-3.2.7+b4f4f6cd14.pom
deleted file mode 100644
index 7fa46dd..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cd14/fabric-renderer-registries-v1-3.2.7+b4f4f6cd14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-renderer-registries-v1
- 3.2.7+b4f4f6cd14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8-sources.jar
deleted file mode 100644
index 9bb1b19..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.jar
deleted file mode 100644
index 814148b..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.pom
deleted file mode 100644
index 7cf2ca4..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-renderer-registries-v1
- 3.2.7+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.3+d154e2c614/fabric-rendering-data-attachment-v1-0.3.3+d154e2c614-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.3+d154e2c614/fabric-rendering-data-attachment-v1-0.3.3+d154e2c614-sources.jar
deleted file mode 100644
index e199ccd..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.3+d154e2c614/fabric-rendering-data-attachment-v1-0.3.3+d154e2c614-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.3+d154e2c614/fabric-rendering-data-attachment-v1-0.3.3+d154e2c614.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.3+d154e2c614/fabric-rendering-data-attachment-v1-0.3.3+d154e2c614.jar
deleted file mode 100644
index 5e82879..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.3+d154e2c614/fabric-rendering-data-attachment-v1-0.3.3+d154e2c614.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.3+d154e2c614/fabric-rendering-data-attachment-v1-0.3.3+d154e2c614.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.3+d154e2c614/fabric-rendering-data-attachment-v1-0.3.3+d154e2c614.pom
deleted file mode 100644
index b181cf8..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.3+d154e2c614/fabric-rendering-data-attachment-v1-0.3.3+d154e2c614.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-rendering-data-attachment-v1
- 0.3.3+d154e2c614
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8-sources.jar
deleted file mode 100644
index 285372b..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.jar
deleted file mode 100644
index 063a7f8..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.pom
deleted file mode 100644
index 0b5fecd..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-rendering-data-attachment-v1
- 0.3.4+7242e9d7c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d9514/fabric-rendering-fluids-v1-0.1.18+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d9514/fabric-rendering-fluids-v1-0.1.18+3ac43d9514-sources.jar
deleted file mode 100644
index e5d7389..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d9514/fabric-rendering-fluids-v1-0.1.18+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d9514/fabric-rendering-fluids-v1-0.1.18+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d9514/fabric-rendering-fluids-v1-0.1.18+3ac43d9514.jar
deleted file mode 100644
index 41e9f88..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d9514/fabric-rendering-fluids-v1-0.1.18+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d9514/fabric-rendering-fluids-v1-0.1.18+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d9514/fabric-rendering-fluids-v1-0.1.18+3ac43d9514.pom
deleted file mode 100644
index 7e0f8e8..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d9514/fabric-rendering-fluids-v1-0.1.18+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-rendering-fluids-v1
- 0.1.18+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8-sources.jar
deleted file mode 100644
index 5f9ec15..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.jar
deleted file mode 100644
index c54548e..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.pom
deleted file mode 100644
index 4aedf71..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-rendering-fluids-v1
- 0.1.18+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cd14/fabric-rendering-v0-1.1.9+b4f4f6cd14-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cd14/fabric-rendering-v0-1.1.9+b4f4f6cd14-sources.jar
deleted file mode 100644
index 6f456c0..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cd14/fabric-rendering-v0-1.1.9+b4f4f6cd14-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cd14/fabric-rendering-v0-1.1.9+b4f4f6cd14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cd14/fabric-rendering-v0-1.1.9+b4f4f6cd14.jar
deleted file mode 100644
index abe06ba..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cd14/fabric-rendering-v0-1.1.9+b4f4f6cd14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cd14/fabric-rendering-v0-1.1.9+b4f4f6cd14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cd14/fabric-rendering-v0-1.1.9+b4f4f6cd14.pom
deleted file mode 100644
index 4390e81..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cd14/fabric-rendering-v0-1.1.9+b4f4f6cd14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-rendering-v0
- 1.1.9+b4f4f6cd14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8-sources.jar
deleted file mode 100644
index c3c3566..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.jar
deleted file mode 100644
index ecec2a3..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.pom
deleted file mode 100644
index 09eb5d3..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-rendering-v0
- 1.1.9+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378a14/fabric-rendering-v1-1.10.3+6b21378a14-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378a14/fabric-rendering-v1-1.10.3+6b21378a14-sources.jar
deleted file mode 100644
index 58d218c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378a14/fabric-rendering-v1-1.10.3+6b21378a14-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378a14/fabric-rendering-v1-1.10.3+6b21378a14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378a14/fabric-rendering-v1-1.10.3+6b21378a14.jar
deleted file mode 100644
index 8d5a861..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378a14/fabric-rendering-v1-1.10.3+6b21378a14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378a14/fabric-rendering-v1-1.10.3+6b21378a14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378a14/fabric-rendering-v1-1.10.3+6b21378a14.pom
deleted file mode 100644
index 122972e..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378a14/fabric-rendering-v1-1.10.3+6b21378a14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-rendering-v1
- 1.10.3+6b21378a14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8-sources.jar
deleted file mode 100644
index 460eb65..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.jar
deleted file mode 100644
index 3ffb577..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.pom
deleted file mode 100644
index 315e928..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-rendering-v1
- 1.10.3+6b21378ac8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d9514/fabric-resource-loader-v0-0.4.11+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d9514/fabric-resource-loader-v0-0.4.11+3ac43d9514-sources.jar
deleted file mode 100644
index f076c00..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d9514/fabric-resource-loader-v0-0.4.11+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d9514/fabric-resource-loader-v0-0.4.11+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d9514/fabric-resource-loader-v0-0.4.11+3ac43d9514.jar
deleted file mode 100644
index abe027a..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d9514/fabric-resource-loader-v0-0.4.11+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d9514/fabric-resource-loader-v0-0.4.11+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d9514/fabric-resource-loader-v0-0.4.11+3ac43d9514.pom
deleted file mode 100644
index 4baf6db..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d9514/fabric-resource-loader-v0-0.4.11+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-resource-loader-v0
- 0.4.11+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8-sources.jar
deleted file mode 100644
index a5d13d1..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.jar
deleted file mode 100644
index 40d1234..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.pom
deleted file mode 100644
index 5c8aa81..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-resource-loader-v0
- 0.4.11+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d9514/fabric-screen-api-v1-1.0.7+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d9514/fabric-screen-api-v1-1.0.7+3ac43d9514-sources.jar
deleted file mode 100644
index 398f42a..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d9514/fabric-screen-api-v1-1.0.7+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d9514/fabric-screen-api-v1-1.0.7+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d9514/fabric-screen-api-v1-1.0.7+3ac43d9514.jar
deleted file mode 100644
index 71827ee..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d9514/fabric-screen-api-v1-1.0.7+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d9514/fabric-screen-api-v1-1.0.7+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d9514/fabric-screen-api-v1-1.0.7+3ac43d9514.pom
deleted file mode 100644
index 534d55e..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d9514/fabric-screen-api-v1-1.0.7+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-screen-api-v1
- 1.0.7+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8-sources.jar
deleted file mode 100644
index 663e853..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.jar
deleted file mode 100644
index 561b593..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.pom
deleted file mode 100644
index e1093e5..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-screen-api-v1
- 1.0.7+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d9514/fabric-screen-handler-api-v1-1.1.11+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d9514/fabric-screen-handler-api-v1-1.1.11+3ac43d9514-sources.jar
deleted file mode 100644
index 3b6b146..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d9514/fabric-screen-handler-api-v1-1.1.11+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d9514/fabric-screen-handler-api-v1-1.1.11+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d9514/fabric-screen-handler-api-v1-1.1.11+3ac43d9514.jar
deleted file mode 100644
index c7c01ea..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d9514/fabric-screen-handler-api-v1-1.1.11+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d9514/fabric-screen-handler-api-v1-1.1.11+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d9514/fabric-screen-handler-api-v1-1.1.11+3ac43d9514.pom
deleted file mode 100644
index b8fcbce..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d9514/fabric-screen-handler-api-v1-1.1.11+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-screen-handler-api-v1
- 1.1.11+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8-sources.jar
deleted file mode 100644
index 20f4881..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.jar
deleted file mode 100644
index 685f72a..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.pom
deleted file mode 100644
index d563b8b..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-screen-handler-api-v1
- 1.1.11+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a714/fabric-structure-api-v1-2.0.8+295197a714-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a714/fabric-structure-api-v1-2.0.8+295197a714-sources.jar
deleted file mode 100644
index 1757c0b..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a714/fabric-structure-api-v1-2.0.8+295197a714-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a714/fabric-structure-api-v1-2.0.8+295197a714.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a714/fabric-structure-api-v1-2.0.8+295197a714.jar
deleted file mode 100644
index 93153b7..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a714/fabric-structure-api-v1-2.0.8+295197a714.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a714/fabric-structure-api-v1-2.0.8+295197a714.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a714/fabric-structure-api-v1-2.0.8+295197a714.pom
deleted file mode 100644
index 28f82a9..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a714/fabric-structure-api-v1-2.0.8+295197a714.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-structure-api-v1
- 2.0.8+295197a714
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8-sources.jar
deleted file mode 100644
index 91c77a3..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.jar
deleted file mode 100644
index 424a5cc..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.pom
deleted file mode 100644
index f8118e9..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-structure-api-v1
- 2.0.8+295197a7c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d9514/fabric-tag-extensions-v0-1.2.5+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d9514/fabric-tag-extensions-v0-1.2.5+3ac43d9514-sources.jar
deleted file mode 100644
index ed835f2..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d9514/fabric-tag-extensions-v0-1.2.5+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d9514/fabric-tag-extensions-v0-1.2.5+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d9514/fabric-tag-extensions-v0-1.2.5+3ac43d9514.jar
deleted file mode 100644
index a031963..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d9514/fabric-tag-extensions-v0-1.2.5+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d9514/fabric-tag-extensions-v0-1.2.5+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d9514/fabric-tag-extensions-v0-1.2.5+3ac43d9514.pom
deleted file mode 100644
index 4cca401..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d9514/fabric-tag-extensions-v0-1.2.5+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-tag-extensions-v0
- 1.2.5+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8-sources.jar
deleted file mode 100644
index 14ca7a3..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.jar
deleted file mode 100644
index c96a578..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.pom
deleted file mode 100644
index 9f43e93..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-tag-extensions-v0
- 1.2.5+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d9514/fabric-textures-v0-1.0.9+3ac43d9514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d9514/fabric-textures-v0-1.0.9+3ac43d9514-sources.jar
deleted file mode 100644
index eea825d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d9514/fabric-textures-v0-1.0.9+3ac43d9514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d9514/fabric-textures-v0-1.0.9+3ac43d9514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d9514/fabric-textures-v0-1.0.9+3ac43d9514.jar
deleted file mode 100644
index 9341b3c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d9514/fabric-textures-v0-1.0.9+3ac43d9514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d9514/fabric-textures-v0-1.0.9+3ac43d9514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d9514/fabric-textures-v0-1.0.9+3ac43d9514.pom
deleted file mode 100644
index 39ea9aa..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d9514/fabric-textures-v0-1.0.9+3ac43d9514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-textures-v0
- 1.0.9+3ac43d9514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8-sources.jar
deleted file mode 100644
index 05ad8f5..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.jar
deleted file mode 100644
index a1a5858..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.pom
deleted file mode 100644
index 49734cd..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-textures-v0
- 1.0.9+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f5514/fabric-tool-attribute-api-v1-1.3.4+7de09f5514-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f5514/fabric-tool-attribute-api-v1-1.3.4+7de09f5514-sources.jar
deleted file mode 100644
index ce2c19f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f5514/fabric-tool-attribute-api-v1-1.3.4+7de09f5514-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f5514/fabric-tool-attribute-api-v1-1.3.4+7de09f5514.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f5514/fabric-tool-attribute-api-v1-1.3.4+7de09f5514.jar
deleted file mode 100644
index 4783081..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f5514/fabric-tool-attribute-api-v1-1.3.4+7de09f5514.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f5514/fabric-tool-attribute-api-v1-1.3.4+7de09f5514.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f5514/fabric-tool-attribute-api-v1-1.3.4+7de09f5514.pom
deleted file mode 100644
index 20b2023..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f5514/fabric-tool-attribute-api-v1-1.3.4+7de09f5514.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-tool-attribute-api-v1
- 1.3.4+7de09f5514
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8-sources.jar
deleted file mode 100644
index 2647d5f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.jar
deleted file mode 100644
index 86dd9d6..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.pom
deleted file mode 100644
index 713d247..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-tool-attribute-api-v1
- 1.3.4+7de09f55c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.4+b4f4f6cd14/fabric-transfer-api-v1-1.5.4+b4f4f6cd14-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.4+b4f4f6cd14/fabric-transfer-api-v1-1.5.4+b4f4f6cd14-sources.jar
deleted file mode 100644
index fca0309..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.4+b4f4f6cd14/fabric-transfer-api-v1-1.5.4+b4f4f6cd14-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.4+b4f4f6cd14/fabric-transfer-api-v1-1.5.4+b4f4f6cd14.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.4+b4f4f6cd14/fabric-transfer-api-v1-1.5.4+b4f4f6cd14.jar
deleted file mode 100644
index a93d1ea..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.4+b4f4f6cd14/fabric-transfer-api-v1-1.5.4+b4f4f6cd14.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.4+b4f4f6cd14/fabric-transfer-api-v1-1.5.4+b4f4f6cd14.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.4+b4f4f6cd14/fabric-transfer-api-v1-1.5.4+b4f4f6cd14.pom
deleted file mode 100644
index 71d928f..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.4+b4f4f6cd14/fabric-transfer-api-v1-1.5.4+b4f4f6cd14.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-transfer-api-v1
- 1.5.4+b4f4f6cd14
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8-sources.jar
deleted file mode 100644
index e521ff7..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.jar
deleted file mode 100644
index 4ee94f6..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.pom
deleted file mode 100644
index 25cb1c1..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc.fabric-api
- fabric-transfer-api-v1
- 1.5.5+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10-sources.jar
deleted file mode 100644
index f7343b5..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar
deleted file mode 100644
index 4d33041..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.pom
deleted file mode 100644
index 159a2b3..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_18_build_1_v2.net.fabricmc
- fabric-loader
- 0.12.10
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0-sources.jar
deleted file mode 100644
index 2f59c0d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.jar
deleted file mode 100644
index 07d3855..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.pom
deleted file mode 100644
index 4499526..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.com.github.apace100
- apoli
- v2.2.0
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2-sources.jar
deleted file mode 100644
index 6a9fb4f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.jar
deleted file mode 100644
index 165c9f0..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.pom
deleted file mode 100644
index 5806de6..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.com.github.apace100
- calio
- v1.4.2
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0-sources.jar
deleted file mode 100644
index bffd908..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.jar
deleted file mode 100644
index 0cfbbb9..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.pom
deleted file mode 100644
index ab7eaee..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.com.github.apace100
- origins-fabric
- v1.3.0
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1-sources.jar
deleted file mode 100644
index bc00db3..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.jar
deleted file mode 100644
index faad058..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.pom
deleted file mode 100644
index eede512..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.com.jamieswhiteshirt
- reach-entity-attributes
- 2.1.1
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0-sources.jar
deleted file mode 100644
index 7f27c1f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.jar
deleted file mode 100644
index 2f871a8..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.pom
deleted file mode 100644
index d86488d..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.com.terraformersmc
- modmenu
- 3.0.0
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0-sources.jar
deleted file mode 100644
index cf6655f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.jar
deleted file mode 100644
index b3167bb..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.pom
deleted file mode 100644
index 1f357c9..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.io.github.ladysnake
- PlayerAbilityLib
- 1.3.0
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0-sources.jar
deleted file mode 100644
index f7180cd..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.jar
deleted file mode 100644
index db2460c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.pom
deleted file mode 100644
index c86b921..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.me.shedaniel.cloth
- basic-math
- 0.6.0
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.jar
deleted file mode 100644
index a565d8c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.pom
deleted file mode 100644
index 0667747..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.me.shedaniel.cloth
- cloth-config-fabric
- 6.0.42
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8-sources.jar
deleted file mode 100644
index 484d1bf..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.jar
deleted file mode 100644
index d739536..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.pom
deleted file mode 100644
index f055826..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-api-base
- 0.4.1+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8-sources.jar
deleted file mode 100644
index e83dba0..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.jar
deleted file mode 100644
index 961a708..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.pom
deleted file mode 100644
index 3e808d2..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-api-lookup-api-v1
- 1.4.0+16d92c47c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18-sources.jar
deleted file mode 100644
index 5f90f7a..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.jar
deleted file mode 100644
index fda5628..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.pom
deleted file mode 100644
index 66720be..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-api
- 0.44.0+1.18
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8-sources.jar
deleted file mode 100644
index cdcbdda..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.jar
deleted file mode 100644
index 2f39064..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.pom
deleted file mode 100644
index 0a014d1..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-biome-api-v1
- 6.0.1+ded849a9c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8-sources.jar
deleted file mode 100644
index a2ae24e..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.jar
deleted file mode 100644
index 74c1d1c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.pom
deleted file mode 100644
index 1bf8304..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-blockrenderlayer-v1
- 1.1.9+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8-sources.jar
deleted file mode 100644
index 6ee89ac..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.jar
deleted file mode 100644
index 4339f11..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.pom
deleted file mode 100644
index 406b594..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-command-api-v1
- 1.1.6+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8-sources.jar
deleted file mode 100644
index 1c7f259..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.jar
deleted file mode 100644
index d63406b..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.pom
deleted file mode 100644
index 23d8c36..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-commands-v0
- 0.2.5+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8-sources.jar
deleted file mode 100644
index 1ec8ecb..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.jar
deleted file mode 100644
index 3ea7360..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.pom
deleted file mode 100644
index a67e566..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-containers-v0
- 0.1.18+d154e2c6c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8-sources.jar
deleted file mode 100644
index b51cd3d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.jar
deleted file mode 100644
index 4825800..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.pom
deleted file mode 100644
index dc5a4cc..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-content-registries-v0
- 0.4.5+6f53a73dc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8-sources.jar
deleted file mode 100644
index d848c74..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.jar
deleted file mode 100644
index 9a19a13..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.pom
deleted file mode 100644
index 86d622d..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-crash-report-info-v1
- 0.1.8+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8-sources.jar
deleted file mode 100644
index 06f2c1b..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.jar
deleted file mode 100644
index f740f1b..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.pom
deleted file mode 100644
index d6d48a3..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-data-generation-api-v1
- 1.0.0+3fec4ad9c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8-sources.jar
deleted file mode 100644
index 015ca54..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.jar
deleted file mode 100644
index 9fbacea..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.pom
deleted file mode 100644
index 2cfa757..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-dimensions-v1
- 2.1.7+43d29571c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8-sources.jar
deleted file mode 100644
index a3946ff..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.jar
deleted file mode 100644
index ef895a0..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.pom
deleted file mode 100644
index a7bbe43..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-entity-events-v1
- 1.4.5+6b21378ac8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8-sources.jar
deleted file mode 100644
index a768042..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.jar
deleted file mode 100644
index 4d538a8..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.pom
deleted file mode 100644
index c16b108..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-events-interaction-v0
- 0.4.16+bfa23f17c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8-sources.jar
deleted file mode 100644
index 108536c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.jar
deleted file mode 100644
index 1a3b780..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.pom
deleted file mode 100644
index 84da812..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-events-lifecycle-v0
- 0.2.6+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8-sources.jar
deleted file mode 100644
index 8d7f0b3..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.jar
deleted file mode 100644
index 0866abe..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.pom
deleted file mode 100644
index 17e71ab..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-game-rule-api-v1
- 1.0.10+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8-sources.jar
deleted file mode 100644
index 9deef83..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.jar
deleted file mode 100644
index 43d9e91..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.pom
deleted file mode 100644
index d75aa42..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-gametest-api-v1
- 1.0.5+03d159cfc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8-sources.jar
deleted file mode 100644
index 528e4ae..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.jar
deleted file mode 100644
index 587ef05..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.pom
deleted file mode 100644
index d09123f..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-item-api-v1
- 1.3.0+691a79b5c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8-sources.jar
deleted file mode 100644
index 6b360a0..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.jar
deleted file mode 100644
index a119db9..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.pom
deleted file mode 100644
index 1f5d613..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-item-groups-v0
- 0.3.3+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8-sources.jar
deleted file mode 100644
index cd3d49d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.jar
deleted file mode 100644
index bc114a9..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.pom
deleted file mode 100644
index c201101..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-key-binding-api-v1
- 1.0.8+c8aba2f3c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8-sources.jar
deleted file mode 100644
index e95a899..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.jar
deleted file mode 100644
index f72e1c4..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.pom
deleted file mode 100644
index 6249b04..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-keybindings-v0
- 0.2.6+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8-sources.jar
deleted file mode 100644
index a7ced8c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.jar
deleted file mode 100644
index ff9a731..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.pom
deleted file mode 100644
index a22d6f0..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-lifecycle-events-v1
- 1.4.10+c15ca335c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8-sources.jar
deleted file mode 100644
index 126eb06..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.jar
deleted file mode 100644
index 2478ae4..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.pom
deleted file mode 100644
index a2db43d..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-loot-tables-v1
- 1.0.8+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8-sources.jar
deleted file mode 100644
index 566e67d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.jar
deleted file mode 100644
index 94ba34f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.pom
deleted file mode 100644
index 73eccef..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-mining-level-api-v1
- 1.0.3+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8-sources.jar
deleted file mode 100644
index 5d17a04..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.jar
deleted file mode 100644
index 6c014d9..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.pom
deleted file mode 100644
index 49bdb7b..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-mining-levels-v0
- 0.1.7+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8-sources.jar
deleted file mode 100644
index 9d79c1a..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.jar
deleted file mode 100644
index 71a74f0..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.pom
deleted file mode 100644
index f2022e1..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-models-v0
- 0.3.3+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8-sources.jar
deleted file mode 100644
index 19ae483..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.jar
deleted file mode 100644
index 61f8aa6..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.pom
deleted file mode 100644
index 23a6671..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-networking-api-v1
- 1.0.18+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8-sources.jar
deleted file mode 100644
index 6a25f53..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.jar
deleted file mode 100644
index 955fab1..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.pom
deleted file mode 100644
index b42b223..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-networking-v0
- 0.3.5+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8-sources.jar
deleted file mode 100644
index 99c36b0..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.jar
deleted file mode 100644
index fe5094d..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.pom
deleted file mode 100644
index 501d602..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-object-builder-api-v1
- 1.11.0+3b82842ec8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8-sources.jar
deleted file mode 100644
index 6e95a73..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.jar
deleted file mode 100644
index 5f9276e..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.pom
deleted file mode 100644
index b36646f..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-object-builders-v0
- 0.7.8+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8-sources.jar
deleted file mode 100644
index ceadf3c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.jar
deleted file mode 100644
index bf1d57a..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.pom
deleted file mode 100644
index 8c7271b..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-particles-v1
- 0.2.9+526dc1acc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8-sources.jar
deleted file mode 100644
index fb6f84c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.jar
deleted file mode 100644
index 4a10ebc..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.pom
deleted file mode 100644
index b8bb6f4..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-registry-sync-v0
- 0.8.5+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8-sources.jar
deleted file mode 100644
index c308004..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.jar
deleted file mode 100644
index 29a99fb..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.pom
deleted file mode 100644
index 3fa2f24..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-renderer-api-v1
- 0.4.9+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8-sources.jar
deleted file mode 100644
index 9f973b8..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.jar
deleted file mode 100644
index ea3970f..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.pom
deleted file mode 100644
index bb3f989..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-renderer-indigo
- 0.4.12+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8-sources.jar
deleted file mode 100644
index 49cfc17..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.jar
deleted file mode 100644
index efc9fd9..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.pom
deleted file mode 100644
index 535c2a8..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-renderer-registries-v1
- 3.2.7+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8-sources.jar
deleted file mode 100644
index c4dd9dc..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.jar
deleted file mode 100644
index af2bc03..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.pom
deleted file mode 100644
index 9c970c2..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-rendering-data-attachment-v1
- 0.3.4+7242e9d7c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8-sources.jar
deleted file mode 100644
index 9c3fe3c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.jar
deleted file mode 100644
index f5eb946..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.pom
deleted file mode 100644
index f938a9a..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-rendering-fluids-v1
- 0.1.18+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8-sources.jar
deleted file mode 100644
index 609d108..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.jar
deleted file mode 100644
index bda93a1..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.pom
deleted file mode 100644
index 64d4ab8..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-rendering-v0
- 1.1.9+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8-sources.jar
deleted file mode 100644
index e29d25c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.jar
deleted file mode 100644
index f2e20aa..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.pom
deleted file mode 100644
index 217045a..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-rendering-v1
- 1.10.3+6b21378ac8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8-sources.jar
deleted file mode 100644
index 73ae878..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.jar
deleted file mode 100644
index 9071a05..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.pom
deleted file mode 100644
index 6f8a076..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-resource-loader-v0
- 0.4.11+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8-sources.jar
deleted file mode 100644
index 34b466a..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.jar
deleted file mode 100644
index e3cc909..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.pom
deleted file mode 100644
index 523ee31..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-screen-api-v1
- 1.0.7+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8-sources.jar
deleted file mode 100644
index e9e0971..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.jar
deleted file mode 100644
index cd2049c..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.pom
deleted file mode 100644
index 5362207..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-screen-handler-api-v1
- 1.1.11+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8-sources.jar
deleted file mode 100644
index 510eb11..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.jar
deleted file mode 100644
index c25a0f3..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.pom
deleted file mode 100644
index 2837976..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-structure-api-v1
- 2.0.8+295197a7c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8-sources.jar
deleted file mode 100644
index ddad3a7..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.jar
deleted file mode 100644
index 61a97d3..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.pom
deleted file mode 100644
index 90a4fef..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-tag-extensions-v0
- 1.2.5+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8-sources.jar
deleted file mode 100644
index cc4ff64..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.jar
deleted file mode 100644
index b2adcb1..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.pom
deleted file mode 100644
index f3b7a11..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-textures-v0
- 1.0.9+3ac43d95c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8-sources.jar
deleted file mode 100644
index 4b8f306..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.jar
deleted file mode 100644
index 25bcaf2..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.pom
deleted file mode 100644
index 8fa8a34..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-tool-attribute-api-v1
- 1.3.4+7de09f55c8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8-sources.jar
deleted file mode 100644
index 07bcc03..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.jar
deleted file mode 100644
index baaa944..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.pom
deleted file mode 100644
index ac1717b..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc.fabric-api
- fabric-transfer-api-v1
- 1.5.5+b4f4f6cdc8
-
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10-sources.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10-sources.jar
deleted file mode 100644
index 748d5ee..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10-sources.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar
deleted file mode 100644
index 326cb77..0000000
Binary files a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar and /dev/null differ
diff --git a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.pom b/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.pom
deleted file mode 100644
index 17d039c..0000000
--- a/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.pom
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- 4.0.0
- net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.net.fabricmc
- fabric-loader
- 0.12.10
-
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 765e531..253277f 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -9,8 +9,8 @@
"console": "internalConsole",
"stopOnEntry": false,
"mainClass": "net.fabricmc.devlaunchinjector.Main",
- "vmArgs": "\"-Dfabric.dli.config\u003d/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/launch.cfg\" \"-Dfabric.dli.env\u003dclient\" \"-XstartOnFirstThread\" \"-Dfabric.dli.main\u003dnet.fabricmc.loader.impl.launch.knot.KnotClient\"",
- "args": ""
+ "vmArgs": "\"-Dfabric.dli.config\u003dC:\\Users\\yena\\Documents\\GitHub\\Aspects\\.gradle\\loom-cache\\launch.cfg\" \"-Dfabric.dli.env\u003dclient\" \"-Dfabric.dli.main\u003dnet.fabricmc.loader.impl.launch.knot.KnotClient\"",
+ "args": "-Xms1G -Xmx6G"
},
{
"type": "java",
@@ -20,7 +20,7 @@
"console": "internalConsole",
"stopOnEntry": false,
"mainClass": "net.fabricmc.devlaunchinjector.Main",
- "vmArgs": "\"-Dfabric.dli.config\u003d/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/launch.cfg\" \"-Dfabric.dli.env\u003dserver\" \"-Dfabric.dli.main\u003dnet.fabricmc.loader.impl.launch.knot.KnotServer\"",
+ "vmArgs": "\"-Dfabric.dli.config\u003dC:\\Users\\yena\\Documents\\GitHub\\Aspects\\.gradle\\loom-cache\\launch.cfg\" \"-Dfabric.dli.env\u003dserver\" \"-Dfabric.dli.main\u003dnet.fabricmc.loader.impl.launch.knot.KnotServer\"",
"args": "\"nogui\""
}
]
diff --git a/README.md b/README.md
index 4478b8d..5a30156 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,12 @@
-# Aspect
+# Aspects | Origins Addon
-## Setup
+## Introduction
-For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using.
+Aspects is an element-based Origins addon, meaning it expands the functions and features of the Origins mod created by Apace100.
-## License
+## Requirements
+
+- [Fabric Api](https://www.curseforge.com/minecraft/mc-mods/fabric-api)
+- [Origins](https://www.curseforge.com/minecraft/mc-mods/origins)
+- [Origins Extra Keybinds](https://www.curseforge.com/minecraft/mc-mods/origins-extra-keybinds)
-This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.
diff --git a/bin/main/data/aspects/functions/summon_golems.mcfunction b/bin/main/data/aspects/functions/summon_golems.mcfunction
index 19ac498..d32ab06 100644
--- a/bin/main/data/aspects/functions/summon_golems.mcfunction
+++ b/bin/main/data/aspects/functions/summon_golems.mcfunction
@@ -1,3 +1,3 @@
-summon iron_golem ~ ~ ~ {OnGround:1b,Team:"Dendro",PlayerCreated:1b,ActiveEffects:[{Id:5b,Amplifier:1b,Duration:200,ShowParticles:0b}],Attributes:[{Name:generic.max_health,Base:80}]}
+summon iron_golem ~ ~ ~ {OnGround:1b,Team:"Geo",Tags:["temporary"],PlayerCreated:1b,ActiveEffects:{Id:5b,Amplifier:1b,Duration:200,ShowParticles:0b},Attributes:[{Name:generic.max_health,Base:80}]}
playsound entity.firework_rocket.twinkle neutral @s
particle spore_blossom_air ~ ~ ~ ~ ~ ~ 3 20
\ No newline at end of file
diff --git a/bin/main/data/aspects/origin_layers/elements.json b/bin/main/data/aspects/origin_layers/elements.json
index 7d4ed91..f87fc50 100644
--- a/bin/main/data/aspects/origin_layers/elements.json
+++ b/bin/main/data/aspects/origin_layers/elements.json
@@ -1,5 +1,5 @@
{
- "order": -1,
+ "order": 0,
"origins": [
"aspects:anemo",
"aspects:hydro",
@@ -10,5 +10,5 @@
"aspects:vacuos"
],
"name": "Aspect",
- "replace":true
+ "replace": true
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/origin_layers/origins.json b/bin/main/data/aspects/origin_layers/origins.json
index 1ef5425..0d80813 100644
--- a/bin/main/data/aspects/origin_layers/origins.json
+++ b/bin/main/data/aspects/origin_layers/origins.json
@@ -1,5 +1,5 @@
{
- "order": 0,
+ "order": 1,
"origins": [
{
"condition": {
@@ -8,9 +8,8 @@
"layer": "aspects:elements"
},
"origins": [
- "aspects:magmus",
- "aspects:ignis",
- "aspects:navitas",
+ "aspects:pyro/magmus",
+ "aspects:pyro/ignis",
"aspects:imp"
]
},
@@ -21,9 +20,7 @@
"layer": "aspects:elements"
},
"origins": [
- "aspects:cryo",
- "aspects:altum",
- "aspects:imber",
+ "aspects:hydro/cryo",
"aspects:imp"
]
},
@@ -34,8 +31,8 @@
"layer":"aspects:elements"
},
"origins": [
- "aspects:tempus",
- "aspects:avis",
+ "aspects:anemo/tempus",
+ "aspects:anemo/avis",
"aspects:imp"
]
},
@@ -46,8 +43,7 @@
"layer":"aspects:elements"
},
"origins": [
- "aspects:dendro",
- "idkarockthingmining",
+ "aspects:geo/dendro",
"aspects:imp"
]
},
@@ -58,7 +54,7 @@
"layer":"aspects:elements"
},
"origins": [
- "aspects:luna",
+ "aspects:perditio/luna",
"aspects:imp"
]
},
@@ -69,12 +65,12 @@
"layer":"aspects:elements"
},
"origins": [
- "aspects:solus",
+ "aspects:ordo/solus",
"aspects:imp"
]
}
],
"name": "Type",
- "replace":true
+ "replace": true
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/origins/anemo.json b/bin/main/data/aspects/origins/anemo.json
index 33280cd..4d69538 100644
--- a/bin/main/data/aspects/origins/anemo.json
+++ b/bin/main/data/aspects/origins/anemo.json
@@ -12,5 +12,5 @@
"item": "aspects:anemo_feather"
},
"name": "§aAnemo",
- "description": "A lone windwhipped explorer sits perched on a cliffside, a thick book fit for an academic's mind in hand. There they sit, absently watching as the pages flip from the movement of the wind."
+ "description": "A lone windwhipped explorer sits perched on a cliffside, a thick book fit for an academic's mind in hand. There they sit, absently watching as the pages detailing the grand discoveries of generations comprised of scholars and adventurers flip from the movement of the wind."
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/origins/hydro.json b/bin/main/data/aspects/origins/hydro.json
index 5834101..20df704 100644
--- a/bin/main/data/aspects/origins/hydro.json
+++ b/bin/main/data/aspects/origins/hydro.json
@@ -10,5 +10,5 @@
"item": "aspects:hydro_kelp"
},
"name": "§9Hydro",
- "description": "The siren song of the Hydro woman in the depths is echoed throughout deep and shallow waters, whispered to the unlucky sailor lost at sea."
+ "description": "The siren song of the ever-changing Hydro in the depths is echoed throughout deep and shallow waters, whispered to the unlucky sailor lost at sea."
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/origins/ignis.json b/bin/main/data/aspects/origins/ignis.json
deleted file mode 100644
index 7350783..0000000
--- a/bin/main/data/aspects/origins/ignis.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "powers": [
- "aspects:hot_biomes",
- "aspects:ignis_primary",
- "aspects:ignis_secondary",
- "aspects:fire_strength"
- ],
- "icon": {
- "item": "minecraft:fire_charge"
- },
- "name": "§6Ignis",
- "description": "The true power of flame is revealed in the core of bright, destructive fires that rack the evergreen forests, the simmering airwaves of the driest deserts, and in the hands of the Ignis users."
-}
\ No newline at end of file
diff --git a/bin/main/data/aspects/origins/imber.json b/bin/main/data/aspects/origins/imber.json
deleted file mode 100644
index 53b2b08..0000000
--- a/bin/main/data/aspects/origins/imber.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "powers": [
- "aspects:rain_strength",
- "aspects:magic_damage",
- "aspects:imber_primary",
- "aspects:imber_secondary",
- "aspects:magic_resistance"
- ],
- "icon": {
- "item": "minecraft:glass_bottle"
- },
- "name": "§3Imber",
- "description": "The gentle drumming of light rain hitting the sullen ground empowers the people of Imber. Inhale, do they, the primal scents of earth and sky, each drop of fresh water absorbed into a generation's spectral veins."
-}
\ No newline at end of file
diff --git a/bin/main/data/aspects/origins/imp.json b/bin/main/data/aspects/origins/imp.json
index 58e0843..8d36f6b 100644
--- a/bin/main/data/aspects/origins/imp.json
+++ b/bin/main/data/aspects/origins/imp.json
@@ -5,5 +5,5 @@
"item": "minecraft:porkchop"
},
"name": "Imp",
- "description": "Children of the Aspects but unlucky enough to receive a full blessing, the sound of Vacuos echoes through the ordinary bones of the Imps."
+ "description": "Children of the Aspects but unlucky enough to receive a full blessing, the sound of Vacuos echoes through the ordinary bones of the Imps. / Selecting this Type will grant you the abilities of your chosen Aspect, but with no additional changes."
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/origins/luna.json b/bin/main/data/aspects/origins/luna.json
deleted file mode 100644
index ba5af0d..0000000
--- a/bin/main/data/aspects/origins/luna.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "powers": [
- "aspects:full_moon",
- "aspects:nightwalker",
- "aspects:wolf_affinity",
- "aspects:luna_primary",
- "aspects:luna_secondary",
- "aspects:invisibility"
- ],
- "icon": {
- "item": "minecraft:lily_of_the_valley"
- },
- "name": "§7Luna",
- "description": "The Luna users are beings of such beauty that it is perceived by the magicless as the result of the blood of the otherworldly."
-}
\ No newline at end of file
diff --git a/bin/main/data/aspects/origins/navitas.json b/bin/main/data/aspects/origins/navitas.json
deleted file mode 100644
index 37f1c42..0000000
--- a/bin/main/data/aspects/origins/navitas.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "powers": [
- "aspects:explosion_immunity",
- "aspects:impish_speed",
- "aspects:navitas_primary",
- "aspects:navitas_secondary"
- ],
- "icon": {
- "item": "minecraft:firework_star"
- },
- "name": "§eNavitas",
- "description": "To be a meddler is all but petty to the Navitas - it is a brave trait to have the gull to stand up to the unhumorous and boastful upperclassman."
-}
\ No newline at end of file
diff --git a/bin/main/data/aspects/origins/pyro.json b/bin/main/data/aspects/origins/pyro.json
index b7c728d..568dc50 100644
--- a/bin/main/data/aspects/origins/pyro.json
+++ b/bin/main/data/aspects/origins/pyro.json
@@ -13,5 +13,5 @@
"item": "aspects:pyro_fire"
},
"name": "§cPyro",
- "description": "A new adventure awaits the seasoned traveller, one who seems to never tire of the endless paths they travel. After a long day of trudging through harsh terrain, a seat by the light of the campfire is most comforting."
+ "description": "A new adventure awaits the seasoned traveller, one who seems to never tire of the endless paths they travel. After a long day of trudging through harsh terrain, a seat by the warm light of the campfire is most comforting."
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/origins/vacuos.json b/bin/main/data/aspects/origins/vacuos.json
index 5206b9d..79c44f4 100644
--- a/bin/main/data/aspects/origins/vacuos.json
+++ b/bin/main/data/aspects/origins/vacuos.json
@@ -5,5 +5,5 @@
"item": "minecraft:bedrock"
},
"name": "Vacuos",
- "description": "Devoid of any Aspect, the origins of Vacuos are unknown. Strange beings, outcast by the rest."
+ "description": "Devoid of any Aspect, the origins of Vacuos are unknown. / Void aspect. Equivalent of choosing Human in classic Origins."
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/chained.json b/bin/main/data/aspects/powers/chained.json
index 6e55e95..14a9d2b 100644
--- a/bin/main/data/aspects/powers/chained.json
+++ b/bin/main/data/aspects/powers/chained.json
@@ -1,6 +1,6 @@
{
"type": "origins:conditioned_attribute",
- "block_condition": {
+ "condition": {
"type": "origins:exposed_to_sky",
"inverted": "true"
},
@@ -8,12 +8,12 @@
{
"attribute": "minecraft:generic.attack_speed",
"operation": "addition",
- "value": -1
+ "value": -0.3
},
"tick_rate": 20,
"name":"Chained",
- "description":"When you aren't exposed to the sky, you become slower in combat.",
+ "description":"When you aren't exposed to the sky, you become slower in combat. / -0.05 off your attack speed when not exposed to skylight",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/bin/main/data/aspects/powers/cold_biomes.json b/bin/main/data/aspects/powers/cold_biomes.json
index 2858897..e916ff7 100644
--- a/bin/main/data/aspects/powers/cold_biomes.json
+++ b/bin/main/data/aspects/powers/cold_biomes.json
@@ -15,7 +15,7 @@
}
},
"name":"Cold Affinity",
- "description":"You get a decent attack boost in cold biomes. (N)ice ;)",
+ "description":"You get a decent attack boost in cold biomes. (N)ice ;) / +0.4 attack damage when in cold (<=0.05 temperature) biomes",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/constitution.json b/bin/main/data/aspects/powers/constitution.json
index 5fc595c..f89f111 100644
--- a/bin/main/data/aspects/powers/constitution.json
+++ b/bin/main/data/aspects/powers/constitution.json
@@ -2,12 +2,12 @@
"type": "origins:attribute",
"modifier": {
"attribute": "minecraft:generic.max_health",
- "value": 4,
+ "value": 2,
"operation": "addition"
},
"name":"Watery Persistence",
- "description":"You have slightly increased max health.",
+ "description":"You have slightly increased max health. / +2 max base health",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/cryo_primary.json b/bin/main/data/aspects/powers/cryo_primary.json
index f3962bb..87fa88b 100644
--- a/bin/main/data/aspects/powers/cryo_primary.json
+++ b/bin/main/data/aspects/powers/cryo_primary.json
@@ -32,7 +32,7 @@
},
"key":"key.origins.ternary_active",
"name":"Freeze Focus",
- "description":"When pressing the [Ternary] key, you will fire a ray of ice in the direction you are facing that will deal freeze damage to the target and freeze over water on impact."
+ "description":"When pressing the [Ternary] key, you will fire a ray of ice in the direction you are facing that will deal eight points of freeze damage to the target and freeze over water on impact."
}
diff --git a/bin/main/data/aspects/powers/cryo_secondary.json b/bin/main/data/aspects/powers/cryo_secondary.json
index 8d2109c..bb54c3b 100644
--- a/bin/main/data/aspects/powers/cryo_secondary.json
+++ b/bin/main/data/aspects/powers/cryo_secondary.json
@@ -37,6 +37,6 @@
"key": "key.origins.quaternary_active"
},
"name":"Icy Aura",
- "description":"With your [Quaternary] key, you can deal freeze damage to those around you within an 8 block radius."
+ "description":"With your [Quaternary] key, you can deal six points of freeze damage to those around you within an 8 block radius."
}
diff --git a/bin/main/data/aspects/powers/darkness_damage.json b/bin/main/data/aspects/powers/darkness_damage.json
index c841451..f4f9cce 100644
--- a/bin/main/data/aspects/powers/darkness_damage.json
+++ b/bin/main/data/aspects/powers/darkness_damage.json
@@ -13,7 +13,7 @@
},
"cooldown": 1,
"name":"Darkness Damage",
- "description":"You take more damage from wither damage.",
+ "description":"You take more damage from wither damage. / +2 generic damage when taking wither damage",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/bin/main/data/aspects/powers/day_aversion.json b/bin/main/data/aspects/powers/day_aversion.json
index a5c6277..b68eef6 100644
--- a/bin/main/data/aspects/powers/day_aversion.json
+++ b/bin/main/data/aspects/powers/day_aversion.json
@@ -10,7 +10,7 @@
"type": "origins:daytime"
},
"name":"Day Aversion",
- "description":"You are weakened at daytime.",
+ "description":"You are weakened at daytime. / -0.05 attack damage during daytime",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/bin/main/data/aspects/powers/deepdweller.json b/bin/main/data/aspects/powers/deepdweller.json
index b4e4b57..443bf61 100644
--- a/bin/main/data/aspects/powers/deepdweller.json
+++ b/bin/main/data/aspects/powers/deepdweller.json
@@ -15,7 +15,7 @@
}
},
"name":"Deepdweller",
-"description":"Formed of rock and stone, you are strengthened when you are deep underground. You do significantly more damage when below Y 30.",
+"description":"Formed of rock and stone, you are strengthened when you are deep underground. You do significantly more damage when below Y 30. / +4 attack damage <=Y 30",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/dendro_secondary.json b/bin/main/data/aspects/powers/dendro_secondary.json
index 4fce43c..0f4e5a0 100644
--- a/bin/main/data/aspects/powers/dendro_secondary.json
+++ b/bin/main/data/aspects/powers/dendro_secondary.json
@@ -1,13 +1,22 @@
{
"type": "origins:active_self",
"entity_action": {
- "type": "origins:execute_command",
- "command": "function aspects:summon_golems"
+ "type": "origins:and",
+ "actions": [
+ {
+ "type": "origins:execute_command",
+ "command": "function aspects:summon_golems"
+ },
+ {
+ "type": "origins:trigger_cooldown",
+ "power": "aspects:golem_resource"
+ }
+ ]
},
"cooldown": 3400,
"hud_render": {
"should_render": true,
- "inverted":true,
+ "inverted": true,
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
"bar_index":8
},
@@ -15,5 +24,5 @@
"key": "key.origins.quaternary_active"
},
"name":"Friendly Assistance",
- "description":"As your secondary ability, you can spawn in an Iron Golem to help you fight off enemies with your [Quaternary] key."
+ "description":"As your secondary ability, you can spawn in a temporary (20 second lifespan) Iron Golem to help you fight off enemies with your [Quaternary] key."
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/explosion_damage.json b/bin/main/data/aspects/powers/explosion_damage.json
index cf5e92b..b9348cf 100644
--- a/bin/main/data/aspects/powers/explosion_damage.json
+++ b/bin/main/data/aspects/powers/explosion_damage.json
@@ -2,7 +2,7 @@
"type": "origins:action_when_damage_taken",
"entity_action": {
"type": "origins:damage",
- "amount": 4,
+ "amount": 2,
"source": {
"name": "explosion",
"bypasses_armor": false
@@ -14,7 +14,7 @@
},
"cooldown": 1,
"name":"Crystalline",
- "description":"You take more damage from explosions.",
+ "description":"You take more damage from explosions. / +2 explosion damage",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/bin/main/data/aspects/powers/fire_damage.json b/bin/main/data/aspects/powers/fire_damage.json
index 9296bcf..f2240e9 100644
--- a/bin/main/data/aspects/powers/fire_damage.json
+++ b/bin/main/data/aspects/powers/fire_damage.json
@@ -14,7 +14,7 @@
},
"cooldown": 20,
"name":"Evaporation",
- "description":"Fire hurts you a lot more than it normally would.",
+ "description":"Fire hurts you a lot more than it normally would. / +2 fire damage when bursting into flames",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/bin/main/data/aspects/powers/fire_resistance.json b/bin/main/data/aspects/powers/fire_resistance.json
index b87b03c..dd78f04 100644
--- a/bin/main/data/aspects/powers/fire_resistance.json
+++ b/bin/main/data/aspects/powers/fire_resistance.json
@@ -13,5 +13,5 @@
"type": "origins:on_fire"
},
"name":"Heat of the Sun",
- "description":"Fire doesn't hurt as much."
+ "description":"Fire doesn't hurt as much. / Base level Fire Resistance applied when on fire"
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/fire_strength.json b/bin/main/data/aspects/powers/fire_strength.json
index dc3071a..39ab4b2 100644
--- a/bin/main/data/aspects/powers/fire_strength.json
+++ b/bin/main/data/aspects/powers/fire_strength.json
@@ -11,7 +11,7 @@
},
"name":"Heated Strength",
- "description":"Being on fire grants you an attack damage bonus.",
+ "description":"Being on fire grants you an attack damage bonus. / +3 generic damage when on fire",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/fleet.json b/bin/main/data/aspects/powers/fleet.json
index f508176..7a7a5ab 100644
--- a/bin/main/data/aspects/powers/fleet.json
+++ b/bin/main/data/aspects/powers/fleet.json
@@ -6,7 +6,7 @@
"operation": "addition"
},
"name":"Like Lightning",
- "description":"You are an even faster variant of Anemo.",
+ "description":"You are an even faster variant of Anemo. / +0.01 movement speed",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/fleet_footed.json b/bin/main/data/aspects/powers/fleet_footed.json
index 67245cd..75f8fe1 100644
--- a/bin/main/data/aspects/powers/fleet_footed.json
+++ b/bin/main/data/aspects/powers/fleet_footed.json
@@ -2,11 +2,11 @@
"type": "origins:attribute",
"modifier": {
"attribute": "minecraft:generic.movement_speed",
- "value": 0.05,
+ "value": 0.03,
"operation": "addition"
},
"name":"Fleet Footed",
- "description":"You are quicker on your feet than others.",
+ "description":"You are quicker on your feet than others. / +0.03 movement speed",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/flower_regen.json b/bin/main/data/aspects/powers/flower_regen.json
index 6a19ac1..4da498c 100644
--- a/bin/main/data/aspects/powers/flower_regen.json
+++ b/bin/main/data/aspects/powers/flower_regen.json
@@ -28,7 +28,7 @@
}
],
"name":"Flower Regeneration",
- "description":"You are healed when you are nearby flowers."
+ "description":"You are healed when you are nearby flowers. / +0.3 health every 20 ticks"
}
diff --git a/bin/main/data/aspects/powers/full_moon.json b/bin/main/data/aspects/powers/full_moon.json
index 1ea6a81..fbfb5ad 100644
--- a/bin/main/data/aspects/powers/full_moon.json
+++ b/bin/main/data/aspects/powers/full_moon.json
@@ -21,7 +21,7 @@
"predicate": "moon-phase:at_night/is_full_moon"
},
"name":"Full Moon",
- "description":"On full moons, your speed and strength are greatly increased.",
+ "description":"On full moons, your speed and strength are greatly increased. / +0.05 movement speed & +2 attack damage during full moons",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/grass_speed.json b/bin/main/data/aspects/powers/grass_speed.json
index c99a0e9..49fa2db 100644
--- a/bin/main/data/aspects/powers/grass_speed.json
+++ b/bin/main/data/aspects/powers/grass_speed.json
@@ -3,7 +3,7 @@
"modifier": {
"attribute": "minecraft:generic.movement_speed",
"operation": "addition",
- "value": 0.05
+ "value": 0.03
},
"tick_rate": 20,
"condition": {
@@ -14,7 +14,7 @@
}
},
"name":"Grassfeet",
- "description":"When on grass blocks, your movement speed is increased.",
+ "description":"When on grass blocks, your movement speed is increased. / +0.03 movement speed when touching grass",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/heavy_as_stone.json b/bin/main/data/aspects/powers/heavy_as_stone.json
index 7137e7e..ee48fd6 100644
--- a/bin/main/data/aspects/powers/heavy_as_stone.json
+++ b/bin/main/data/aspects/powers/heavy_as_stone.json
@@ -6,7 +6,7 @@
"operation": "addition"
},
"name":"Heavy As Stone",
- "description":"Though you may be sturdy and resistant, you are a little bit slower than other aspects.",
+ "description":"Though you may be sturdy and resistant, you are a little bit slower than other aspects. / -0.0002 movement speed",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/bin/main/data/aspects/powers/holy.json b/bin/main/data/aspects/powers/holy.json
index 75093b3..d839d5c 100644
--- a/bin/main/data/aspects/powers/holy.json
+++ b/bin/main/data/aspects/powers/holy.json
@@ -13,7 +13,7 @@
"group": "undead"
},
"name":"Holy Affinity",
- "description":"You do more damage against the undead.",
+ "description":"You do more damage against the undead. / +3 generic damage against the undead",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/holy_light.json b/bin/main/data/aspects/powers/holy_light.json
index 035077e..d36a064 100644
--- a/bin/main/data/aspects/powers/holy_light.json
+++ b/bin/main/data/aspects/powers/holy_light.json
@@ -10,7 +10,7 @@
"type": "origins:daytime"
},
"name":"Holy Light",
- "description":"You do more damage during the daytime.",
+ "description":"You do more damage during the daytime. / +1 attack damage during day",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/hot_biomes.json b/bin/main/data/aspects/powers/hot_biomes.json
index 6416633..30d1dd2 100644
--- a/bin/main/data/aspects/powers/hot_biomes.json
+++ b/bin/main/data/aspects/powers/hot_biomes.json
@@ -15,7 +15,7 @@
}
},
"name":"Heat Affinity",
- "description":"You get a decent attack boost in hot biomes.",
+ "description":"You get a decent attack boost in hot biomes. / +0.4 attack damage in hot biomes",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/ignis_primary.json b/bin/main/data/aspects/powers/ignis_primary.json
index 9717cad..92083fe 100644
--- a/bin/main/data/aspects/powers/ignis_primary.json
+++ b/bin/main/data/aspects/powers/ignis_primary.json
@@ -12,7 +12,7 @@
"command":"function aspects:fire_light"
}
],
- "cooldown": 300,
+ "cooldown": 500,
"hud_render": {
"should_render": true,
"bar_index": 7,
diff --git a/bin/main/data/aspects/powers/ignis_secondary.json b/bin/main/data/aspects/powers/ignis_secondary.json
index 6b56932..5904934 100644
--- a/bin/main/data/aspects/powers/ignis_secondary.json
+++ b/bin/main/data/aspects/powers/ignis_secondary.json
@@ -31,7 +31,7 @@
"bar_index":15
},
"key": "key.origins.quaternary_active",
- "cooldown": 1400,
+ "cooldown": 900,
"name":"Ring of Fire",
"description":"As your secondary ability, you can light entities around you on fire for a few seconds with your [Quaternary] key."
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/imber_primary.json b/bin/main/data/aspects/powers/imber_primary.json
deleted file mode 100644
index b90202e..0000000
--- a/bin/main/data/aspects/powers/imber_primary.json
+++ /dev/null
@@ -1,6929 +0,0 @@
-{
- "type": "origins:active_self",
- "entity_action":
- {
- "type": "origins:if_else_list",
- "actions":
- [
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:sugar"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:rabbit_foot"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glistering_melon_slice"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:pufferfish"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:golden_carrot"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:magma_cream"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:blaze_powder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:ghast_tear"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:turtle_helmet"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:phantom_membrane"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:or",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- }
- ]
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:fermented_spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:or",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- }
- ]
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:fermented_spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:fermented_spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone_dust"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:fermented_spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_weakness\"}"
- }
- }
- ]
- }
- }
- ]
- },
- "cooldown": 0,
- "hud_render":
- {
- "should_render": false
- },
- "key":
- {
- "key": "key.origins.ternary_active"
- },
- "name": "Portable Brewing",
- "description": "[Ternary] You are able to brew on the go."
-}
diff --git a/bin/main/data/aspects/powers/imber_secondary.json b/bin/main/data/aspects/powers/imber_secondary.json
deleted file mode 100644
index 9b3fd2a..0000000
--- a/bin/main/data/aspects/powers/imber_secondary.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "origins:toggle",
- "key": {
- "key":"key.origins.quaternary_active",
- "continuous": false
- },
-
- "retain_state": false,
- "name":"Cloaked",
- "description":"You may go invisible for as long as you want, toggled with your [Quaternary] key. Disabled when you're lit on fire."
-}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/impish_speed.json b/bin/main/data/aspects/powers/impish_speed.json
deleted file mode 100644
index 93bc76b..0000000
--- a/bin/main/data/aspects/powers/impish_speed.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "type": "origins:attribute",
- "modifier": {
- "attribute": "minecraft:generic.movement_speed",
- "value": 0.05,
- "operation": "addition"
- },
- "name":"Impish Speed",
- "description":"Being a devilish little bugger has given you the speed to run away from your angered prank victims.",
- "badges": [
- {
- "sprite": "aspects:textures/gui/badge/check.png",
- "text": "Positive"
- }
- ]
-}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/increased_health.json b/bin/main/data/aspects/powers/increased_health.json
index d5f92c6..6338f16 100644
--- a/bin/main/data/aspects/powers/increased_health.json
+++ b/bin/main/data/aspects/powers/increased_health.json
@@ -6,5 +6,5 @@
"operation": "addition"
},
"name":"Lavablood",
- "description":"Your max health is significantly increased."
+ "description":"Your max health is significantly increased. / +4 health points"
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/invisibility.json b/bin/main/data/aspects/powers/invisibility.json
index e55562d..994a89a 100644
--- a/bin/main/data/aspects/powers/invisibility.json
+++ b/bin/main/data/aspects/powers/invisibility.json
@@ -1,9 +1,9 @@
{
"type": "origins:invisibility",
- "render_armor": true,
+ "render_armor": false,
"condition": {
- "type": "origins:power_active",
- "power": "aspects:luna_primary"
- },
+ "type": "origins:power_active",
+ "power": "aspects:luna_primary"
+ },
"hidden":true
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/invisibility2.json b/bin/main/data/aspects/powers/invisibility2.json
deleted file mode 100644
index 7e91df6..0000000
--- a/bin/main/data/aspects/powers/invisibility2.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "type": "origins:invisibility",
- "render_armor": true,
- "condition": {
- "type": "origins:power_active",
- "power": "aspects:imber_secondary"
- },
- "hidden":true
- }
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/knockback_resistance.json b/bin/main/data/aspects/powers/knockback_resistance.json
index c8898df..3d2bfd5 100644
--- a/bin/main/data/aspects/powers/knockback_resistance.json
+++ b/bin/main/data/aspects/powers/knockback_resistance.json
@@ -1,13 +1,13 @@
{
"type": "origins:attribute",
"modifier": {
- "name": "Max health increase",
+ "name": "Knockback Resistance",
"attribute": "minecraft:generic.knockback_resistance",
"value": 10,
"operation": "addition"
},
"name":"Stable Footing",
- "description":"Knockback doesn't bother you.",
+ "description":"Knockback doesn't bother you. / +10 knockback resistance",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/luna_primary.json b/bin/main/data/aspects/powers/luna_primary.json
index 0a62dc3..56fa353 100644
--- a/bin/main/data/aspects/powers/luna_primary.json
+++ b/bin/main/data/aspects/powers/luna_primary.json
@@ -1,11 +1,11 @@
{
"type": "origins:toggle",
+ "active_by_default": false,
"key": {
"key":"key.origins.ternary_active",
"continuous": false
},
-
- "retain_state": false,
- "name":"Invisibility",
- "description":"As your primary ability, you can toggle invisibility with your [Ternary] key. Deactivates when you are on fire."
+ "retain_state": false,
+ "name":"Invisibility",
+ "description":"As your primary ability, you can toggle invisibility with your [Ternary] key."
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/luna_secondary.json b/bin/main/data/aspects/powers/luna_secondary.json
index 8a7cc37..f672942 100644
--- a/bin/main/data/aspects/powers/luna_secondary.json
+++ b/bin/main/data/aspects/powers/luna_secondary.json
@@ -1,15 +1,15 @@
{
"type": "origins:active_self",
"entity_action": {
- "type": "origins:spawn_effect_cloud",
- "radius": 10.0,
- "wait_time": 40,
- "effect": {
- "effect": "minecraft:wither",
- "amplifier": 3,
- "duration": 20
- }
- },
+ "type": "origins:spawn_effect_cloud",
+ "radius": 10.0,
+ "wait_time": 40,
+ "effect": {
+ "effect": "minecraft:wither",
+ "amplifier": 3,
+ "duration": 20
+ }
+ },
"cooldown": 1400,
"hud_render": {
"should_render": true,
diff --git a/bin/main/data/aspects/powers/magic_damage.json b/bin/main/data/aspects/powers/magic_damage.json
index e89a051..8cb56c7 100644
--- a/bin/main/data/aspects/powers/magic_damage.json
+++ b/bin/main/data/aspects/powers/magic_damage.json
@@ -9,7 +9,7 @@
}
},
"name":"Magic Damage",
- "description":"All of your attacks do magic damage.",
+ "description":"All of your attacks do magic damage. / +0.5 magic damage on hit",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/magic_resistance.json b/bin/main/data/aspects/powers/magic_resistance.json
index 01e4b40..6731c63 100644
--- a/bin/main/data/aspects/powers/magic_resistance.json
+++ b/bin/main/data/aspects/powers/magic_resistance.json
@@ -5,7 +5,7 @@
"name": "indirectMagic"
},
"modifier": {
- "name": "Weak to cursed items",
+ "name": "Magic Resistance",
"operation": "addition",
"value": -10
},
diff --git a/bin/main/data/aspects/powers/magma_regen.json b/bin/main/data/aspects/powers/magma_regen.json
index c51b39c..03bb8fd 100644
--- a/bin/main/data/aspects/powers/magma_regen.json
+++ b/bin/main/data/aspects/powers/magma_regen.json
@@ -13,7 +13,7 @@
}
},
"name":"Back to the Source",
- "description":"As a being of magma, standing on magma blocks gives you regeneration.",
+ "description":"As a being of magma, standing on magma blocks gives you regeneration. / +1 health every 20 ticks",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/magmus_primary.json b/bin/main/data/aspects/powers/magmus_primary.json
index 19c6346..ff85558 100644
--- a/bin/main/data/aspects/powers/magmus_primary.json
+++ b/bin/main/data/aspects/powers/magmus_primary.json
@@ -17,13 +17,14 @@
}
]
},
+ "key": "key.origins.ternary_active",
"cooldown": 800,
"name":"Molten Fists",
- "description":"As your primary ability, you can grant yourself an amplified strength effect.",
+ "description":"As your primary ability, you can grant yourself an amplified strength effect with the [Ternary] key. / Strength 3 for 400 ticks",
"hud_render": {
"inverted":true,
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
- "bar_index":4,
+ "bar_index":5,
"should_render": true
}
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/magmus_secondary.json b/bin/main/data/aspects/powers/magmus_secondary.json
index 1d4ce7b..59fd1d0 100644
--- a/bin/main/data/aspects/powers/magmus_secondary.json
+++ b/bin/main/data/aspects/powers/magmus_secondary.json
@@ -20,11 +20,11 @@
"key": "key.origins.quaternary_active",
"cooldown": 1400,
"name":"Magmaskin",
- "description":"With your secondary ability, you may grant yourself a highly amplified resistance effect.",
+ "description":"With your secondary ability [Quaternary] key, you may grant yourself a highly amplified resistance effect. / Resistance 3 for 700 ticks",
"hud_render": {
"inverted":true,
"sprite_location":"origins:textures/gui/community/huang/resource_bar_01.png",
- "bar_index":8,
+ "bar_index":7,
"should_render": true
}
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/navitas_primary.json b/bin/main/data/aspects/powers/navitas_primary.json
deleted file mode 100644
index 7b6cd58..0000000
--- a/bin/main/data/aspects/powers/navitas_primary.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "type": "origins:active_self",
- "entity_action": {
- "type": "origins:explode",
- "power": 3,
- "destruction_type": "none",
- "damage_self": false,
- "create_fire": true
- },
- "cooldown": 600,
- "hud_render": {
- "should_render": true,
- "sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
- "bar_index":10,
- "inverted":true
- },
- "key":"key.origins.ternary_active",
- "name":"Boom!",
- "description":"Boom! Explode the area you're standing on with your [Ternary] key. Pow!"
-}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/navitas_secondary.json b/bin/main/data/aspects/powers/navitas_secondary.json
deleted file mode 100644
index f6e391a..0000000
--- a/bin/main/data/aspects/powers/navitas_secondary.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "type": "origins:active_self",
- "entity_action": {
- "type":"origins:and",
- "actions":[
- {
- "type": "origins:give",
- "stack": {
- "item": "minecraft:tnt",
- "amount": 7
- }
- },
- {
- "type": "origins:give",
- "stack": {
- "item": "minecraft:fire_charge",
- "amount": 7
- }
- }
- ]
- },
- "key": "key.origins.quaternary_active",
- "cooldown": 1400,
- "name":"Bam",
- "description":"Using your evil little powers ([Quaternary Key]), you can grant yourself exactly eight precious blocks to TNT and eight weapons of destruction - fire charges.",
- "hud_render": {
- "inverted":true,
- "sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
- "bar_index":5,
- "should_render": true
- }
-}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/negate_fall_damage.json b/bin/main/data/aspects/powers/negate_fall_damage.json
index 3d0351a..6379c16 100644
--- a/bin/main/data/aspects/powers/negate_fall_damage.json
+++ b/bin/main/data/aspects/powers/negate_fall_damage.json
@@ -270,7 +270,7 @@
"type": "origins:modify_damage_taken",
"modifier": {
"name": "More kinetic damage taken",
- "value": -0.85,
+ "value": -99999,
"operation": "multiply_base"
},
"damage_condition": {
diff --git a/bin/main/data/aspects/powers/nether_buff.json b/bin/main/data/aspects/powers/nether_buff.json
index 438ade7..852d862 100644
--- a/bin/main/data/aspects/powers/nether_buff.json
+++ b/bin/main/data/aspects/powers/nether_buff.json
@@ -13,7 +13,7 @@
}
},
"name":"Homely Strength",
-"description":"You do more damage whilst in the Nether.",
+"description":"You do more damage whilst in the Nether. / +0.4 generic damage in the Nether",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/night_aversion.json b/bin/main/data/aspects/powers/night_aversion.json
index 01893ca..57985f2 100644
--- a/bin/main/data/aspects/powers/night_aversion.json
+++ b/bin/main/data/aspects/powers/night_aversion.json
@@ -11,7 +11,7 @@
"inverted":true
},
"name":"Night Aversion",
- "description":"You are weakened at nighttime.",
+ "description":"You are weakened at nighttime. / -0.05 attack damage at night",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/bin/main/data/aspects/powers/night_strength.json b/bin/main/data/aspects/powers/night_strength.json
index 64623ea..eb42fa9 100644
--- a/bin/main/data/aspects/powers/night_strength.json
+++ b/bin/main/data/aspects/powers/night_strength.json
@@ -11,7 +11,7 @@
"inverted": true
},
"name":"Night Strength",
- "description":"You do more damage during the nighttime.",
+ "description":"You do more damage during the nighttime. / +1 attack damage at night",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/nightwalker.json b/bin/main/data/aspects/powers/nightwalker.json
index b3a1038..27e7db6 100644
--- a/bin/main/data/aspects/powers/nightwalker.json
+++ b/bin/main/data/aspects/powers/nightwalker.json
@@ -11,7 +11,7 @@
"inverted": true
},
"name":"Nightwalker",
- "description":"Your movement speed is increased at night.",
+ "description":"Your movement speed is increased at night. / +0.005 movement speed at night",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/poison_resistance.json b/bin/main/data/aspects/powers/poison_resistance.json
index 7ed275d..de5b512 100644
--- a/bin/main/data/aspects/powers/poison_resistance.json
+++ b/bin/main/data/aspects/powers/poison_resistance.json
@@ -8,7 +8,7 @@
"type": "origins:name",
"name":"magic"
},
- "cooldown": 0.5,
+ "cooldown": 0.2,
"name":"Poison Ivy",
"description":"Poison damage doesn't hurt as much.",
"badges": [
diff --git a/bin/main/data/aspects/powers/positive_influence.json b/bin/main/data/aspects/powers/positive_influence.json
index 98e999c..72578ab 100644
--- a/bin/main/data/aspects/powers/positive_influence.json
+++ b/bin/main/data/aspects/powers/positive_influence.json
@@ -17,7 +17,7 @@
"type": "origins:daytime"
},
"name":"Positive Influence",
- "description":"As every morning passes, you have a small chance to gain the Hero of the Village effect.",
+ "description":"As every natural morning passes, you have a small chance to gain the Hero of the Village effect.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/rain_strength.json b/bin/main/data/aspects/powers/rain_strength.json
deleted file mode 100644
index 536fe37..0000000
--- a/bin/main/data/aspects/powers/rain_strength.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "type": "origins:action_over_time",
- "entity_action": {
- "type": "origins:apply_effect",
- "effect": {
- "effect": "minecraft:strength",
- "duration": 400,
- "amplifier": 2
- }
- },
- "interval": 20,
- "condition": {
- "type": "origins:in_rain"
- },
- "name":"Rain Strength",
- "description":"You get strength when in rain.",
- "badges": [
- {
- "sprite": "aspects:textures/gui/badge/check.png",
- "text": "Positive"
- }
- ]
-}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/resistance.json b/bin/main/data/aspects/powers/resistance.json
index a6f5425..2ec9939 100644
--- a/bin/main/data/aspects/powers/resistance.json
+++ b/bin/main/data/aspects/powers/resistance.json
@@ -6,7 +6,7 @@
"operation": "addition"
},
"name":"Resistance",
- "description":"You have more natural armour points than other aspect users.",
+ "description":"You have more natural armour points than other aspect users. / +4 armor points",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/solus_primary.json b/bin/main/data/aspects/powers/solus_primary.json
index e6d9c96..82e9b06 100644
--- a/bin/main/data/aspects/powers/solus_primary.json
+++ b/bin/main/data/aspects/powers/solus_primary.json
@@ -9,7 +9,7 @@
"type": "origins:apply_effect",
"effect": {
"effect": "minecraft:glowing",
- "duration": 300,
+ "duration": 100,
"amplifier": 0,
"show_particles":false
}
diff --git a/bin/main/data/aspects/powers/solus_secondary.json b/bin/main/data/aspects/powers/solus_secondary.json
index deffe7d..42227c3 100644
--- a/bin/main/data/aspects/powers/solus_secondary.json
+++ b/bin/main/data/aspects/powers/solus_secondary.json
@@ -19,7 +19,7 @@
"type": "origins:damage",
"amount": 10,
"source": {
- "name": "inFire",
+ "name": "onFire",
"bypasses_armor": true,
"fire":true
}
@@ -31,13 +31,20 @@
"type": "origins:add_velocity",
"y": 1
}
+ },
+ {
+ "type": "origins:target_action",
+ "action": {
+ "type": "origins:set_on_fire",
+ "duration": 6
}
+ }
]
}
}
]
},
- "cooldown": 3400,
+ "cooldown": 800,
"hud_render": {
"should_render": true,
"inverted":true,
diff --git a/bin/main/data/aspects/powers/storm_strength.json b/bin/main/data/aspects/powers/storm_strength.json
index ac6fe6a..1cc2f3a 100644
--- a/bin/main/data/aspects/powers/storm_strength.json
+++ b/bin/main/data/aspects/powers/storm_strength.json
@@ -11,7 +11,7 @@
"predicate": "aspects:weather/is_thunderstorm"
},
"name":"Storm Strength",
- "description":"During thunderstorms, you do significantly more damage to others.",
+ "description":"During thunderstorms, you do significantly more damage to others. / +0.4 attack damage during storms",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/sun_bar.json b/bin/main/data/aspects/powers/sun_bar.json
index 39fe461..6f21548 100644
--- a/bin/main/data/aspects/powers/sun_bar.json
+++ b/bin/main/data/aspects/powers/sun_bar.json
@@ -4,16 +4,26 @@
"max": 30,
"hud_render": {
"should_render": true,
- "sprite_location": "origins:textures/gui/community/spiderkolo/resource_bar_01.png"
+ "sprite_location": "origins:textures/gui/community/spiderkolo/resource_bar_01.png",
+ "condition": {
+ "type": "origins:resource",
+ "resource": "aspects:sun_bar",
+ "comparison": ">",
+ "compare_to": 0
+ }
},
"max_action": {
"type": "origins:apply_effect",
"effect": {
"effect": "minecraft:strength",
"show_particles":false,
- "duration": 200,
+ "duration": 999999999,
"amplifier": 1
}
},
+ "min_action": {
+ "type": "origins:clear_effect",
+ "effect": "minecraft:strength"
+ },
"hidden":true
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/powers/sunbaked.json b/bin/main/data/aspects/powers/sunbaked.json
index e9df1b8..77de6ec 100644
--- a/bin/main/data/aspects/powers/sunbaked.json
+++ b/bin/main/data/aspects/powers/sunbaked.json
@@ -1,13 +1,30 @@
{
+ "type":"origins:multiple",
+ "addition":{
"type": "origins:action_over_time",
"entity_action": {
"type": "origins:change_resource",
"resource": "aspects:sun_bar",
"change": 1
},
- "interval": 10,
+ "interval": 25,
"condition": {
"type": "origins:exposed_to_sun"
+ }
+},
+ "subtraction":{
+ "type": "origins:action_over_time",
+ "entity_action": {
+ "type": "origins:change_resource",
+ "resource": "aspects:sun_bar",
+ "change": -1
+ },
+ "interval": 50,
+ "condition": {
+ "type": "origins:brightness",
+ "comparison": "<",
+ "compare_to": 0.5
+ }
},
"name":"Sunbaked",
"description":"When you stay in the sun for long enough, you will become strengthened.",
diff --git a/bin/main/data/aspects/powers/tempus_secondary.json b/bin/main/data/aspects/powers/tempus_secondary.json
index f11c06c..4299c17 100644
--- a/bin/main/data/aspects/powers/tempus_secondary.json
+++ b/bin/main/data/aspects/powers/tempus_secondary.json
@@ -23,7 +23,7 @@
"radius": 10,
"bientity_action": {
"type": "origins:damage",
- "amount": 4,
+ "amount": 5,
"source": {
"name": "lightningBolt",
"bypasses_armor": true
@@ -36,7 +36,7 @@
},
{
"type": "origins:heal",
- "amount": 6
+ "amount": 8
},
{
"type":"origins:execute_command",
diff --git a/bin/main/data/aspects/powers/water_damage.json b/bin/main/data/aspects/powers/water_damage.json
index c7b9cd8..a13207b 100644
--- a/bin/main/data/aspects/powers/water_damage.json
+++ b/bin/main/data/aspects/powers/water_damage.json
@@ -1,6 +1,6 @@
{
"type": "origins:damage_over_time",
- "interval": 20,
+ "interval": 40,
"onset_delay": 1,
"damage": 2,
"damage_easy": 1,
@@ -26,7 +26,7 @@
]
},
"name":"Water Damage",
- "description":"When you touch water, you receive damage.",
+ "description":"When you touch water, you receive damage. / +2 damage every 40 ticks",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/bin/main/data/aspects/powers/wise.json b/bin/main/data/aspects/powers/wise.json
index 622ee04..5b563c7 100644
--- a/bin/main/data/aspects/powers/wise.json
+++ b/bin/main/data/aspects/powers/wise.json
@@ -5,7 +5,7 @@
"value": 2.0
},
"name":"Wise",
- "description":"Anemo is also the aspect of wisdom and knowledge. You gain 3x more experience upon picking up an experience orb. Way to go, smarty pants.",
+ "description":"Anemo is also the aspect of wisdom and knowledge. You gain 2x more experience upon picking up an experience orb. Way to go, smarty pants.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/wither_damage.json b/bin/main/data/aspects/powers/wither_damage.json
index b1cb3fd..0a39e66 100644
--- a/bin/main/data/aspects/powers/wither_damage.json
+++ b/bin/main/data/aspects/powers/wither_damage.json
@@ -9,7 +9,7 @@
}
},
"name":"Wither",
- "description":"Your attacks do wither damage.",
+ "description":"Your attacks do wither damage. / +0.05 wither damage every hit",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/bin/main/data/aspects/powers/wolf_affinity.json b/bin/main/data/aspects/powers/wolf_affinity.json
index 79738dc..40bab11 100644
--- a/bin/main/data/aspects/powers/wolf_affinity.json
+++ b/bin/main/data/aspects/powers/wolf_affinity.json
@@ -10,6 +10,13 @@
"condition":
{
"type": "origins:sneaking"
+ },
+ "bientity_condition": {
+ "type": "origins:target_condition",
+ "condition": {
+ "type": "origins:entity_type",
+ "entity_type": "minecraft:wolf"
+ }
}
},
"name":"Wolf Affinity",
diff --git a/bin/main/fabric.mod.json b/bin/main/fabric.mod.json
index 0ab1a83..c849c9a 100644
--- a/bin/main/fabric.mod.json
+++ b/bin/main/fabric.mod.json
@@ -4,17 +4,18 @@
"version": "${version}",
"name": "Aspects",
- "description": "This is an example description! Tell everyone what your mod is about!",
+ "description": "An element-based Origins addon for the Fabric modloader.",
"authors": [
"Fishplex"
],
"contact": {
- "homepage": "https://fabricmc.net/",
- "sources": "https://github.com/FabricMC/fabric-example-mod"
+ "homepage": "https://github.com/missingbinary/Aspects",
+ "sources": "https://github.com/missingbinary/Aspects",
+ "issues": "https://github.com/missingbinary/Aspects/issues"
},
"license": "CC0-1.0",
- "icon": "assets/modid/icon.png",
+ "icon": "assets/aspects/textures/item/anemo_feather.png",
"environment": "*",
"entrypoints": {
@@ -30,9 +31,8 @@
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": "1.18.x",
- "java": ">=17"
- },
- "suggests": {
- "another-mod": "*"
+ "java": ">=17",
+ "extrakeybinds":"*",
+ "origins": ">=1.4.1"
}
}
diff --git a/bin/main/net/fabricmc/fishplex/Aspects.class b/bin/main/net/fabricmc/fishplex/Aspects.class
index a8a4e19..67f7899 100644
Binary files a/bin/main/net/fabricmc/fishplex/Aspects.class and b/bin/main/net/fabricmc/fishplex/Aspects.class differ
diff --git a/build.gradle b/build.gradle
index bf17f9c..ffbb36d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,7 +17,6 @@ repositories {
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
// for more information about repositories.
- repositories {
maven {
name = "Ladysnake Libs"
url = 'https://ladysnake.jfrog.io/artifactory/mods'
@@ -40,11 +39,10 @@ repositories {
maven {
url "https://maven.shedaniel.me/"
}
- maven {
+ maven {
url "https://maven.terraformersmc.com/"
}
}
-}
dependencies {
// To change the versions see the gradle.properties file
diff --git a/build/.DS_Store b/build/.DS_Store
deleted file mode 100644
index ae3ff05..0000000
Binary files a/build/.DS_Store and /dev/null differ
diff --git a/build/classes/java/main/net/fabricmc/fishplex/Aspects.class b/build/classes/java/main/net/fabricmc/fishplex/Aspects.class
index eea589a..4c21dfd 100644
Binary files a/build/classes/java/main/net/fabricmc/fishplex/Aspects.class and b/build/classes/java/main/net/fabricmc/fishplex/Aspects.class differ
diff --git a/build/libs/aspects-1.0.0-dev.jar b/build/libs/aspects-1.0.0-dev.jar
deleted file mode 100644
index a31190a..0000000
Binary files a/build/libs/aspects-1.0.0-dev.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.0-sources-dev.jar b/build/libs/aspects-1.0.0-sources-dev.jar
deleted file mode 100644
index 5b1fbb4..0000000
Binary files a/build/libs/aspects-1.0.0-sources-dev.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.0-sources.jar b/build/libs/aspects-1.0.0-sources.jar
deleted file mode 100644
index 471b9df..0000000
Binary files a/build/libs/aspects-1.0.0-sources.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.0.jar b/build/libs/aspects-1.0.0.jar
deleted file mode 100644
index 082d205..0000000
Binary files a/build/libs/aspects-1.0.0.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.1-dev.jar b/build/libs/aspects-1.0.1-dev.jar
deleted file mode 100644
index 4dc82ed..0000000
Binary files a/build/libs/aspects-1.0.1-dev.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.1-sources-dev.jar b/build/libs/aspects-1.0.1-sources-dev.jar
deleted file mode 100644
index 12abe04..0000000
Binary files a/build/libs/aspects-1.0.1-sources-dev.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.1-sources.jar b/build/libs/aspects-1.0.1-sources.jar
deleted file mode 100644
index 03c3401..0000000
Binary files a/build/libs/aspects-1.0.1-sources.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.1.jar b/build/libs/aspects-1.0.1.jar
deleted file mode 100644
index 6a26d1d..0000000
Binary files a/build/libs/aspects-1.0.1.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.2-dev.jar b/build/libs/aspects-1.0.2-dev.jar
deleted file mode 100644
index 23c1746..0000000
Binary files a/build/libs/aspects-1.0.2-dev.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.2-sources-dev.jar b/build/libs/aspects-1.0.2-sources-dev.jar
deleted file mode 100644
index d7a6c4c..0000000
Binary files a/build/libs/aspects-1.0.2-sources-dev.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.2-sources.jar b/build/libs/aspects-1.0.2-sources.jar
deleted file mode 100644
index afd1645..0000000
Binary files a/build/libs/aspects-1.0.2-sources.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.2.jar b/build/libs/aspects-1.0.2.jar
deleted file mode 100644
index d82fdc7..0000000
Binary files a/build/libs/aspects-1.0.2.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.3-dev.jar b/build/libs/aspects-1.0.3-dev.jar
deleted file mode 100644
index 6a2df65..0000000
Binary files a/build/libs/aspects-1.0.3-dev.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.3-sources-dev.jar b/build/libs/aspects-1.0.3-sources-dev.jar
deleted file mode 100644
index 589183b..0000000
Binary files a/build/libs/aspects-1.0.3-sources-dev.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.3-sources.jar b/build/libs/aspects-1.0.3-sources.jar
deleted file mode 100644
index 2715b43..0000000
Binary files a/build/libs/aspects-1.0.3-sources.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.3.jar b/build/libs/aspects-1.0.3.jar
deleted file mode 100644
index 1eb772f..0000000
Binary files a/build/libs/aspects-1.0.3.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.4-dev.jar b/build/libs/aspects-1.0.4-dev.jar
deleted file mode 100644
index 2f737c1..0000000
Binary files a/build/libs/aspects-1.0.4-dev.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.4-sources-dev.jar b/build/libs/aspects-1.0.4-sources-dev.jar
deleted file mode 100644
index 5fe558a..0000000
Binary files a/build/libs/aspects-1.0.4-sources-dev.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.4-sources.jar b/build/libs/aspects-1.0.4-sources.jar
deleted file mode 100644
index e7f5731..0000000
Binary files a/build/libs/aspects-1.0.4-sources.jar and /dev/null differ
diff --git a/build/libs/aspects-1.0.4.jar b/build/libs/aspects-1.0.4.jar
deleted file mode 100644
index bccb88c..0000000
Binary files a/build/libs/aspects-1.0.4.jar and /dev/null differ
diff --git a/build/loom-cache/mixin-map-net.fabricmc.yarn.1_18.1.18+build.1-v2.1.tiny b/build/loom-cache/mixin-map-net.fabricmc.yarn.1_18.1.18+build.1-v2.1.tiny
deleted file mode 100644
index afd84f3..0000000
--- a/build/loom-cache/mixin-map-net.fabricmc.yarn.1_18.1.18+build.1-v2.1.tiny
+++ /dev/null
@@ -1 +0,0 @@
-v1 named intermediary
diff --git a/build/loom-cache/mixin-map-net.fabricmc.yarn.1_18_1.1.18.1+build.1-v2.1.tiny b/build/loom-cache/mixin-map-net.fabricmc.yarn.1_18_1.1.18.1+build.1-v2.1.tiny
deleted file mode 100644
index afd84f3..0000000
--- a/build/loom-cache/mixin-map-net.fabricmc.yarn.1_18_1.1.18.1+build.1-v2.1.tiny
+++ /dev/null
@@ -1 +0,0 @@
-v1 named intermediary
diff --git a/build/resources/main/data/aspects/functions/summon_golems.mcfunction b/build/resources/main/data/aspects/functions/summon_golems.mcfunction
index 19ac498..d32ab06 100644
--- a/build/resources/main/data/aspects/functions/summon_golems.mcfunction
+++ b/build/resources/main/data/aspects/functions/summon_golems.mcfunction
@@ -1,3 +1,3 @@
-summon iron_golem ~ ~ ~ {OnGround:1b,Team:"Dendro",PlayerCreated:1b,ActiveEffects:[{Id:5b,Amplifier:1b,Duration:200,ShowParticles:0b}],Attributes:[{Name:generic.max_health,Base:80}]}
+summon iron_golem ~ ~ ~ {OnGround:1b,Team:"Geo",Tags:["temporary"],PlayerCreated:1b,ActiveEffects:{Id:5b,Amplifier:1b,Duration:200,ShowParticles:0b},Attributes:[{Name:generic.max_health,Base:80}]}
playsound entity.firework_rocket.twinkle neutral @s
particle spore_blossom_air ~ ~ ~ ~ ~ ~ 3 20
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origin_layers/elements.json b/build/resources/main/data/aspects/origin_layers/elements.json
index 7d4ed91..f87fc50 100644
--- a/build/resources/main/data/aspects/origin_layers/elements.json
+++ b/build/resources/main/data/aspects/origin_layers/elements.json
@@ -1,5 +1,5 @@
{
- "order": -1,
+ "order": 0,
"origins": [
"aspects:anemo",
"aspects:hydro",
@@ -10,5 +10,5 @@
"aspects:vacuos"
],
"name": "Aspect",
- "replace":true
+ "replace": true
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origin_layers/origins.json b/build/resources/main/data/aspects/origin_layers/origins.json
index 1ef5425..0d80813 100644
--- a/build/resources/main/data/aspects/origin_layers/origins.json
+++ b/build/resources/main/data/aspects/origin_layers/origins.json
@@ -1,5 +1,5 @@
{
- "order": 0,
+ "order": 1,
"origins": [
{
"condition": {
@@ -8,9 +8,8 @@
"layer": "aspects:elements"
},
"origins": [
- "aspects:magmus",
- "aspects:ignis",
- "aspects:navitas",
+ "aspects:pyro/magmus",
+ "aspects:pyro/ignis",
"aspects:imp"
]
},
@@ -21,9 +20,7 @@
"layer": "aspects:elements"
},
"origins": [
- "aspects:cryo",
- "aspects:altum",
- "aspects:imber",
+ "aspects:hydro/cryo",
"aspects:imp"
]
},
@@ -34,8 +31,8 @@
"layer":"aspects:elements"
},
"origins": [
- "aspects:tempus",
- "aspects:avis",
+ "aspects:anemo/tempus",
+ "aspects:anemo/avis",
"aspects:imp"
]
},
@@ -46,8 +43,7 @@
"layer":"aspects:elements"
},
"origins": [
- "aspects:dendro",
- "idkarockthingmining",
+ "aspects:geo/dendro",
"aspects:imp"
]
},
@@ -58,7 +54,7 @@
"layer":"aspects:elements"
},
"origins": [
- "aspects:luna",
+ "aspects:perditio/luna",
"aspects:imp"
]
},
@@ -69,12 +65,12 @@
"layer":"aspects:elements"
},
"origins": [
- "aspects:solus",
+ "aspects:ordo/solus",
"aspects:imp"
]
}
],
"name": "Type",
- "replace":true
+ "replace": true
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origins/altum.json b/build/resources/main/data/aspects/origins/altum.json
deleted file mode 100644
index f700fb6..0000000
--- a/build/resources/main/data/aspects/origins/altum.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "powers": [
-
- ],
- "icon": {
- "item": "minecraft:snowball"
- },
- "name": "§bAltum",
- "description": "Far from any source of illumination, darkly lit faces reflect off the spectral ocean's view. The deep sea shines in the eyes of the Altum."
-}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origins/anemo.json b/build/resources/main/data/aspects/origins/anemo.json
index 33280cd..4d69538 100644
--- a/build/resources/main/data/aspects/origins/anemo.json
+++ b/build/resources/main/data/aspects/origins/anemo.json
@@ -12,5 +12,5 @@
"item": "aspects:anemo_feather"
},
"name": "§aAnemo",
- "description": "A lone windwhipped explorer sits perched on a cliffside, a thick book fit for an academic's mind in hand. There they sit, absently watching as the pages flip from the movement of the wind."
+ "description": "A lone windwhipped explorer sits perched on a cliffside, a thick book fit for an academic's mind in hand. There they sit, absently watching as the pages detailing the grand discoveries of generations comprised of scholars and adventurers flip from the movement of the wind."
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origins/cryo.json b/build/resources/main/data/aspects/origins/cryo.json
deleted file mode 100644
index 8952407..0000000
--- a/build/resources/main/data/aspects/origins/cryo.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "powers": [
- "aspects:cold_biomes",
- "aspects:frost_walker",
- "aspects:cryo_primary",
- "aspects:cryo_secondary"
- ],
- "icon": {
- "item": "minecraft:snowball"
- },
- "name": "§bCryo",
- "description": "A lone traveller drags their heels across the frozen lake, their sole companion the red-collared friend trailing behind. Ever-persistent and unbothered by the shards of glass ripping at their skin, the Cryo users are said to be the most resilient of their Aspect."
-}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origins/dendro.json b/build/resources/main/data/aspects/origins/dendro.json
deleted file mode 100644
index 9d06d4a..0000000
--- a/build/resources/main/data/aspects/origins/dendro.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "powers": [
- "aspects:flower_regen",
- "aspects:bonemeal",
- "aspects:grass_speed",
- "aspects:dendro_primary",
- "aspects:dendro_secondary",
- "aspects:poison_resistance",
- "aspects:suspicious_substance"
- ],
- "icon": {
- "item": "minecraft:wheat_seeds"
- },
- "name": "§2Dendro",
- "description": "Lovers of art, nature and all things beautiful, the Dendro people inhabit local forests. Every now and then, a brave adventurer will venture into the woods to witness their song."
-}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origins/hydro.json b/build/resources/main/data/aspects/origins/hydro.json
index 5834101..20df704 100644
--- a/build/resources/main/data/aspects/origins/hydro.json
+++ b/build/resources/main/data/aspects/origins/hydro.json
@@ -10,5 +10,5 @@
"item": "aspects:hydro_kelp"
},
"name": "§9Hydro",
- "description": "The siren song of the Hydro woman in the depths is echoed throughout deep and shallow waters, whispered to the unlucky sailor lost at sea."
+ "description": "The siren song of the ever-changing Hydro in the depths is echoed throughout deep and shallow waters, whispered to the unlucky sailor lost at sea."
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origins/imber.json b/build/resources/main/data/aspects/origins/imber.json
deleted file mode 100644
index 6b24315..0000000
--- a/build/resources/main/data/aspects/origins/imber.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "powers": [
- "aspects:rain_strength",
- "aspects:magic_damage",
- "aspects:imber_primary",
- "aspects:imber_secondary",
- "aspects:magic_resistance"
- ],
- "icon": {
- "item": "minecraft:bottle"
- },
- "name": "§3Imber",
- "description": "The gentle drumming of light rain hitting the sullen ground empowers the people of Imber. Inhale, do they, the primal scents of earth and sky, each drop of fresh water absorbed into a generation's spectral veins."
-}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origins/imp.json b/build/resources/main/data/aspects/origins/imp.json
index 58e0843..8d36f6b 100644
--- a/build/resources/main/data/aspects/origins/imp.json
+++ b/build/resources/main/data/aspects/origins/imp.json
@@ -5,5 +5,5 @@
"item": "minecraft:porkchop"
},
"name": "Imp",
- "description": "Children of the Aspects but unlucky enough to receive a full blessing, the sound of Vacuos echoes through the ordinary bones of the Imps."
+ "description": "Children of the Aspects but unlucky enough to receive a full blessing, the sound of Vacuos echoes through the ordinary bones of the Imps. / Selecting this Type will grant you the abilities of your chosen Aspect, but with no additional changes."
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origins/magmus.json b/build/resources/main/data/aspects/origins/magmus.json
deleted file mode 100644
index efd2051..0000000
--- a/build/resources/main/data/aspects/origins/magmus.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "powers": [
- "aspects:magma_regen",
- "aspects:knockback_resistance",
- "aspects:increased_health",
- "aspects:magmus_primary",
- "aspects:magmus_secondary"
- ],
- "icon": {
- "item": "minecraft:magma_block"
- },
- "name": "§4Magmus",
- "description": "Juggernauts - the strongest of warriors, the steadfast heroes, Magmus users whisper of the oozing lava slipping between volcanic rock."
-}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origins/navitas.json b/build/resources/main/data/aspects/origins/navitas.json
deleted file mode 100644
index 37f1c42..0000000
--- a/build/resources/main/data/aspects/origins/navitas.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "powers": [
- "aspects:explosion_immunity",
- "aspects:impish_speed",
- "aspects:navitas_primary",
- "aspects:navitas_secondary"
- ],
- "icon": {
- "item": "minecraft:firework_star"
- },
- "name": "§eNavitas",
- "description": "To be a meddler is all but petty to the Navitas - it is a brave trait to have the gull to stand up to the unhumorous and boastful upperclassman."
-}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origins/pyro.json b/build/resources/main/data/aspects/origins/pyro.json
index b7c728d..568dc50 100644
--- a/build/resources/main/data/aspects/origins/pyro.json
+++ b/build/resources/main/data/aspects/origins/pyro.json
@@ -13,5 +13,5 @@
"item": "aspects:pyro_fire"
},
"name": "§cPyro",
- "description": "A new adventure awaits the seasoned traveller, one who seems to never tire of the endless paths they travel. After a long day of trudging through harsh terrain, a seat by the light of the campfire is most comforting."
+ "description": "A new adventure awaits the seasoned traveller, one who seems to never tire of the endless paths they travel. After a long day of trudging through harsh terrain, a seat by the warm light of the campfire is most comforting."
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origins/solus.json b/build/resources/main/data/aspects/origins/solus.json
deleted file mode 100644
index 56be67d..0000000
--- a/build/resources/main/data/aspects/origins/solus.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "powers": [
- "aspects:fire_resistance",
- "aspects:sunbaked",
- "aspects:sun_bar",
- "aspects:decay",
- "aspects:solus_primary",
- "aspects:solus_secondary"
- ],
- "icon": {
- "item": "minecraft:sunflower"
- },
- "name": "§6Solus",
- "description": "Sons, daughters and children of the bright solar divinity themselves, Solus users hold the power of the universe's light within them."
-}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origins/tempus.json b/build/resources/main/data/aspects/origins/tempus.json
deleted file mode 100644
index 3fd2607..0000000
--- a/build/resources/main/data/aspects/origins/tempus.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "powers": [
- "aspects:fleet",
- "aspects:storm_strength",
- "aspects:tempus_primary",
- "aspects:tempus_secondary"
- ],
- "icon": {
- "item": "minecraft:amethyst_shard"
- },
- "name": "§5Tempus",
- "description": "Dark minds crackling and churning, Tempus types have always been misunderstood by the rest. Crowds gather and watch in horror as lightning explodes across the sky, thunder booming from above. The Tempus user stands unafraid at the top of the hill, watching as a storm approaches the horizon."
-}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origins/vacuos.json b/build/resources/main/data/aspects/origins/vacuos.json
index 5206b9d..79c44f4 100644
--- a/build/resources/main/data/aspects/origins/vacuos.json
+++ b/build/resources/main/data/aspects/origins/vacuos.json
@@ -5,5 +5,5 @@
"item": "minecraft:bedrock"
},
"name": "Vacuos",
- "description": "Devoid of any Aspect, the origins of Vacuos are unknown. Strange beings, outcast by the rest."
+ "description": "Devoid of any Aspect, the origins of Vacuos are unknown. / Void aspect. Equivalent of choosing Human in classic Origins."
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/chained.json b/build/resources/main/data/aspects/powers/chained.json
index 6e55e95..14a9d2b 100644
--- a/build/resources/main/data/aspects/powers/chained.json
+++ b/build/resources/main/data/aspects/powers/chained.json
@@ -1,6 +1,6 @@
{
"type": "origins:conditioned_attribute",
- "block_condition": {
+ "condition": {
"type": "origins:exposed_to_sky",
"inverted": "true"
},
@@ -8,12 +8,12 @@
{
"attribute": "minecraft:generic.attack_speed",
"operation": "addition",
- "value": -1
+ "value": -0.3
},
"tick_rate": 20,
"name":"Chained",
- "description":"When you aren't exposed to the sky, you become slower in combat.",
+ "description":"When you aren't exposed to the sky, you become slower in combat. / -0.05 off your attack speed when not exposed to skylight",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/build/resources/main/data/aspects/powers/cold_biomes.json b/build/resources/main/data/aspects/powers/cold_biomes.json
index 2858897..e916ff7 100644
--- a/build/resources/main/data/aspects/powers/cold_biomes.json
+++ b/build/resources/main/data/aspects/powers/cold_biomes.json
@@ -15,7 +15,7 @@
}
},
"name":"Cold Affinity",
- "description":"You get a decent attack boost in cold biomes. (N)ice ;)",
+ "description":"You get a decent attack boost in cold biomes. (N)ice ;) / +0.4 attack damage when in cold (<=0.05 temperature) biomes",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/constitution.json b/build/resources/main/data/aspects/powers/constitution.json
index 5fc595c..f89f111 100644
--- a/build/resources/main/data/aspects/powers/constitution.json
+++ b/build/resources/main/data/aspects/powers/constitution.json
@@ -2,12 +2,12 @@
"type": "origins:attribute",
"modifier": {
"attribute": "minecraft:generic.max_health",
- "value": 4,
+ "value": 2,
"operation": "addition"
},
"name":"Watery Persistence",
- "description":"You have slightly increased max health.",
+ "description":"You have slightly increased max health. / +2 max base health",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/cryo_primary.json b/build/resources/main/data/aspects/powers/cryo_primary.json
index f3962bb..87fa88b 100644
--- a/build/resources/main/data/aspects/powers/cryo_primary.json
+++ b/build/resources/main/data/aspects/powers/cryo_primary.json
@@ -32,7 +32,7 @@
},
"key":"key.origins.ternary_active",
"name":"Freeze Focus",
- "description":"When pressing the [Ternary] key, you will fire a ray of ice in the direction you are facing that will deal freeze damage to the target and freeze over water on impact."
+ "description":"When pressing the [Ternary] key, you will fire a ray of ice in the direction you are facing that will deal eight points of freeze damage to the target and freeze over water on impact."
}
diff --git a/build/resources/main/data/aspects/powers/cryo_secondary.json b/build/resources/main/data/aspects/powers/cryo_secondary.json
index 8d2109c..bb54c3b 100644
--- a/build/resources/main/data/aspects/powers/cryo_secondary.json
+++ b/build/resources/main/data/aspects/powers/cryo_secondary.json
@@ -37,6 +37,6 @@
"key": "key.origins.quaternary_active"
},
"name":"Icy Aura",
- "description":"With your [Quaternary] key, you can deal freeze damage to those around you within an 8 block radius."
+ "description":"With your [Quaternary] key, you can deal six points of freeze damage to those around you within an 8 block radius."
}
diff --git a/build/resources/main/data/aspects/powers/darkness_damage.json b/build/resources/main/data/aspects/powers/darkness_damage.json
index c841451..f4f9cce 100644
--- a/build/resources/main/data/aspects/powers/darkness_damage.json
+++ b/build/resources/main/data/aspects/powers/darkness_damage.json
@@ -13,7 +13,7 @@
},
"cooldown": 1,
"name":"Darkness Damage",
- "description":"You take more damage from wither damage.",
+ "description":"You take more damage from wither damage. / +2 generic damage when taking wither damage",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/build/resources/main/data/aspects/powers/day_aversion.json b/build/resources/main/data/aspects/powers/day_aversion.json
index a5c6277..b68eef6 100644
--- a/build/resources/main/data/aspects/powers/day_aversion.json
+++ b/build/resources/main/data/aspects/powers/day_aversion.json
@@ -10,7 +10,7 @@
"type": "origins:daytime"
},
"name":"Day Aversion",
- "description":"You are weakened at daytime.",
+ "description":"You are weakened at daytime. / -0.05 attack damage during daytime",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/build/resources/main/data/aspects/powers/deepdweller.json b/build/resources/main/data/aspects/powers/deepdweller.json
index b4e4b57..443bf61 100644
--- a/build/resources/main/data/aspects/powers/deepdweller.json
+++ b/build/resources/main/data/aspects/powers/deepdweller.json
@@ -15,7 +15,7 @@
}
},
"name":"Deepdweller",
-"description":"Formed of rock and stone, you are strengthened when you are deep underground. You do significantly more damage when below Y 30.",
+"description":"Formed of rock and stone, you are strengthened when you are deep underground. You do significantly more damage when below Y 30. / +4 attack damage <=Y 30",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/dendro_secondary.json b/build/resources/main/data/aspects/powers/dendro_secondary.json
index 4fce43c..0f4e5a0 100644
--- a/build/resources/main/data/aspects/powers/dendro_secondary.json
+++ b/build/resources/main/data/aspects/powers/dendro_secondary.json
@@ -1,13 +1,22 @@
{
"type": "origins:active_self",
"entity_action": {
- "type": "origins:execute_command",
- "command": "function aspects:summon_golems"
+ "type": "origins:and",
+ "actions": [
+ {
+ "type": "origins:execute_command",
+ "command": "function aspects:summon_golems"
+ },
+ {
+ "type": "origins:trigger_cooldown",
+ "power": "aspects:golem_resource"
+ }
+ ]
},
"cooldown": 3400,
"hud_render": {
"should_render": true,
- "inverted":true,
+ "inverted": true,
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
"bar_index":8
},
@@ -15,5 +24,5 @@
"key": "key.origins.quaternary_active"
},
"name":"Friendly Assistance",
- "description":"As your secondary ability, you can spawn in an Iron Golem to help you fight off enemies with your [Quaternary] key."
+ "description":"As your secondary ability, you can spawn in a temporary (20 second lifespan) Iron Golem to help you fight off enemies with your [Quaternary] key."
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/explosion_damage.json b/build/resources/main/data/aspects/powers/explosion_damage.json
index cf5e92b..b9348cf 100644
--- a/build/resources/main/data/aspects/powers/explosion_damage.json
+++ b/build/resources/main/data/aspects/powers/explosion_damage.json
@@ -2,7 +2,7 @@
"type": "origins:action_when_damage_taken",
"entity_action": {
"type": "origins:damage",
- "amount": 4,
+ "amount": 2,
"source": {
"name": "explosion",
"bypasses_armor": false
@@ -14,7 +14,7 @@
},
"cooldown": 1,
"name":"Crystalline",
- "description":"You take more damage from explosions.",
+ "description":"You take more damage from explosions. / +2 explosion damage",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/build/resources/main/data/aspects/powers/fire_damage.json b/build/resources/main/data/aspects/powers/fire_damage.json
index 9296bcf..f2240e9 100644
--- a/build/resources/main/data/aspects/powers/fire_damage.json
+++ b/build/resources/main/data/aspects/powers/fire_damage.json
@@ -14,7 +14,7 @@
},
"cooldown": 20,
"name":"Evaporation",
- "description":"Fire hurts you a lot more than it normally would.",
+ "description":"Fire hurts you a lot more than it normally would. / +2 fire damage when bursting into flames",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/build/resources/main/data/aspects/powers/fire_resistance.json b/build/resources/main/data/aspects/powers/fire_resistance.json
index b87b03c..dd78f04 100644
--- a/build/resources/main/data/aspects/powers/fire_resistance.json
+++ b/build/resources/main/data/aspects/powers/fire_resistance.json
@@ -13,5 +13,5 @@
"type": "origins:on_fire"
},
"name":"Heat of the Sun",
- "description":"Fire doesn't hurt as much."
+ "description":"Fire doesn't hurt as much. / Base level Fire Resistance applied when on fire"
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/fire_strength.json b/build/resources/main/data/aspects/powers/fire_strength.json
index dc3071a..39ab4b2 100644
--- a/build/resources/main/data/aspects/powers/fire_strength.json
+++ b/build/resources/main/data/aspects/powers/fire_strength.json
@@ -11,7 +11,7 @@
},
"name":"Heated Strength",
- "description":"Being on fire grants you an attack damage bonus.",
+ "description":"Being on fire grants you an attack damage bonus. / +3 generic damage when on fire",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/fleet.json b/build/resources/main/data/aspects/powers/fleet.json
index f508176..7a7a5ab 100644
--- a/build/resources/main/data/aspects/powers/fleet.json
+++ b/build/resources/main/data/aspects/powers/fleet.json
@@ -6,7 +6,7 @@
"operation": "addition"
},
"name":"Like Lightning",
- "description":"You are an even faster variant of Anemo.",
+ "description":"You are an even faster variant of Anemo. / +0.01 movement speed",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/fleet_footed.json b/build/resources/main/data/aspects/powers/fleet_footed.json
index 67245cd..75f8fe1 100644
--- a/build/resources/main/data/aspects/powers/fleet_footed.json
+++ b/build/resources/main/data/aspects/powers/fleet_footed.json
@@ -2,11 +2,11 @@
"type": "origins:attribute",
"modifier": {
"attribute": "minecraft:generic.movement_speed",
- "value": 0.05,
+ "value": 0.03,
"operation": "addition"
},
"name":"Fleet Footed",
- "description":"You are quicker on your feet than others.",
+ "description":"You are quicker on your feet than others. / +0.03 movement speed",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/flower_regen.json b/build/resources/main/data/aspects/powers/flower_regen.json
index 6a19ac1..4da498c 100644
--- a/build/resources/main/data/aspects/powers/flower_regen.json
+++ b/build/resources/main/data/aspects/powers/flower_regen.json
@@ -28,7 +28,7 @@
}
],
"name":"Flower Regeneration",
- "description":"You are healed when you are nearby flowers."
+ "description":"You are healed when you are nearby flowers. / +0.3 health every 20 ticks"
}
diff --git a/build/resources/main/data/aspects/powers/full_moon.json b/build/resources/main/data/aspects/powers/full_moon.json
index 1ea6a81..fbfb5ad 100644
--- a/build/resources/main/data/aspects/powers/full_moon.json
+++ b/build/resources/main/data/aspects/powers/full_moon.json
@@ -21,7 +21,7 @@
"predicate": "moon-phase:at_night/is_full_moon"
},
"name":"Full Moon",
- "description":"On full moons, your speed and strength are greatly increased.",
+ "description":"On full moons, your speed and strength are greatly increased. / +0.05 movement speed & +2 attack damage during full moons",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/grass_speed.json b/build/resources/main/data/aspects/powers/grass_speed.json
index c99a0e9..49fa2db 100644
--- a/build/resources/main/data/aspects/powers/grass_speed.json
+++ b/build/resources/main/data/aspects/powers/grass_speed.json
@@ -3,7 +3,7 @@
"modifier": {
"attribute": "minecraft:generic.movement_speed",
"operation": "addition",
- "value": 0.05
+ "value": 0.03
},
"tick_rate": 20,
"condition": {
@@ -14,7 +14,7 @@
}
},
"name":"Grassfeet",
- "description":"When on grass blocks, your movement speed is increased.",
+ "description":"When on grass blocks, your movement speed is increased. / +0.03 movement speed when touching grass",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/heavy_as_stone.json b/build/resources/main/data/aspects/powers/heavy_as_stone.json
index 7137e7e..ee48fd6 100644
--- a/build/resources/main/data/aspects/powers/heavy_as_stone.json
+++ b/build/resources/main/data/aspects/powers/heavy_as_stone.json
@@ -6,7 +6,7 @@
"operation": "addition"
},
"name":"Heavy As Stone",
- "description":"Though you may be sturdy and resistant, you are a little bit slower than other aspects.",
+ "description":"Though you may be sturdy and resistant, you are a little bit slower than other aspects. / -0.0002 movement speed",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/build/resources/main/data/aspects/powers/holy.json b/build/resources/main/data/aspects/powers/holy.json
index 75093b3..d839d5c 100644
--- a/build/resources/main/data/aspects/powers/holy.json
+++ b/build/resources/main/data/aspects/powers/holy.json
@@ -13,7 +13,7 @@
"group": "undead"
},
"name":"Holy Affinity",
- "description":"You do more damage against the undead.",
+ "description":"You do more damage against the undead. / +3 generic damage against the undead",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/holy_light.json b/build/resources/main/data/aspects/powers/holy_light.json
index 035077e..d36a064 100644
--- a/build/resources/main/data/aspects/powers/holy_light.json
+++ b/build/resources/main/data/aspects/powers/holy_light.json
@@ -10,7 +10,7 @@
"type": "origins:daytime"
},
"name":"Holy Light",
- "description":"You do more damage during the daytime.",
+ "description":"You do more damage during the daytime. / +1 attack damage during day",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/hot_biomes.json b/build/resources/main/data/aspects/powers/hot_biomes.json
index 6416633..30d1dd2 100644
--- a/build/resources/main/data/aspects/powers/hot_biomes.json
+++ b/build/resources/main/data/aspects/powers/hot_biomes.json
@@ -15,7 +15,7 @@
}
},
"name":"Heat Affinity",
- "description":"You get a decent attack boost in hot biomes.",
+ "description":"You get a decent attack boost in hot biomes. / +0.4 attack damage in hot biomes",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/ignis_primary.json b/build/resources/main/data/aspects/powers/ignis_primary.json
index 9717cad..92083fe 100644
--- a/build/resources/main/data/aspects/powers/ignis_primary.json
+++ b/build/resources/main/data/aspects/powers/ignis_primary.json
@@ -12,7 +12,7 @@
"command":"function aspects:fire_light"
}
],
- "cooldown": 300,
+ "cooldown": 500,
"hud_render": {
"should_render": true,
"bar_index": 7,
diff --git a/build/resources/main/data/aspects/powers/ignis_secondary.json b/build/resources/main/data/aspects/powers/ignis_secondary.json
index 6b56932..5904934 100644
--- a/build/resources/main/data/aspects/powers/ignis_secondary.json
+++ b/build/resources/main/data/aspects/powers/ignis_secondary.json
@@ -31,7 +31,7 @@
"bar_index":15
},
"key": "key.origins.quaternary_active",
- "cooldown": 1400,
+ "cooldown": 900,
"name":"Ring of Fire",
"description":"As your secondary ability, you can light entities around you on fire for a few seconds with your [Quaternary] key."
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/imber_primary.json b/build/resources/main/data/aspects/powers/imber_primary.json
deleted file mode 100644
index b90202e..0000000
--- a/build/resources/main/data/aspects/powers/imber_primary.json
+++ /dev/null
@@ -1,6929 +0,0 @@
-{
- "type": "origins:active_self",
- "entity_action":
- {
- "type": "origins:if_else_list",
- "actions":
- [
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:sugar"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:rabbit_foot"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glistering_melon_slice"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:pufferfish"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:golden_carrot"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:magma_cream"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:blaze_powder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:ghast_tear"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:turtle_helmet"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:phantom_membrane"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:or",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- }
- ]
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:fermented_spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:or",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- }
- ]
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:fermented_spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:fermented_spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone_dust"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:fermented_spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_weakness\"}"
- }
- }
- ]
- }
- }
- ]
- },
- "cooldown": 0,
- "hud_render":
- {
- "should_render": false
- },
- "key":
- {
- "key": "key.origins.ternary_active"
- },
- "name": "Portable Brewing",
- "description": "[Ternary] You are able to brew on the go."
-}
diff --git a/build/resources/main/data/aspects/powers/imber_secondary.json b/build/resources/main/data/aspects/powers/imber_secondary.json
deleted file mode 100644
index 9b3fd2a..0000000
--- a/build/resources/main/data/aspects/powers/imber_secondary.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "origins:toggle",
- "key": {
- "key":"key.origins.quaternary_active",
- "continuous": false
- },
-
- "retain_state": false,
- "name":"Cloaked",
- "description":"You may go invisible for as long as you want, toggled with your [Quaternary] key. Disabled when you're lit on fire."
-}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/impish_speed.json b/build/resources/main/data/aspects/powers/impish_speed.json
deleted file mode 100644
index 93bc76b..0000000
--- a/build/resources/main/data/aspects/powers/impish_speed.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "type": "origins:attribute",
- "modifier": {
- "attribute": "minecraft:generic.movement_speed",
- "value": 0.05,
- "operation": "addition"
- },
- "name":"Impish Speed",
- "description":"Being a devilish little bugger has given you the speed to run away from your angered prank victims.",
- "badges": [
- {
- "sprite": "aspects:textures/gui/badge/check.png",
- "text": "Positive"
- }
- ]
-}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/increased_health.json b/build/resources/main/data/aspects/powers/increased_health.json
index d5f92c6..6338f16 100644
--- a/build/resources/main/data/aspects/powers/increased_health.json
+++ b/build/resources/main/data/aspects/powers/increased_health.json
@@ -6,5 +6,5 @@
"operation": "addition"
},
"name":"Lavablood",
- "description":"Your max health is significantly increased."
+ "description":"Your max health is significantly increased. / +4 health points"
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/invisibility.json b/build/resources/main/data/aspects/powers/invisibility.json
index e55562d..994a89a 100644
--- a/build/resources/main/data/aspects/powers/invisibility.json
+++ b/build/resources/main/data/aspects/powers/invisibility.json
@@ -1,9 +1,9 @@
{
"type": "origins:invisibility",
- "render_armor": true,
+ "render_armor": false,
"condition": {
- "type": "origins:power_active",
- "power": "aspects:luna_primary"
- },
+ "type": "origins:power_active",
+ "power": "aspects:luna_primary"
+ },
"hidden":true
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/invisibility2.json b/build/resources/main/data/aspects/powers/invisibility2.json
deleted file mode 100644
index 7e91df6..0000000
--- a/build/resources/main/data/aspects/powers/invisibility2.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "type": "origins:invisibility",
- "render_armor": true,
- "condition": {
- "type": "origins:power_active",
- "power": "aspects:imber_secondary"
- },
- "hidden":true
- }
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/knockback_resistance.json b/build/resources/main/data/aspects/powers/knockback_resistance.json
index c8898df..3d2bfd5 100644
--- a/build/resources/main/data/aspects/powers/knockback_resistance.json
+++ b/build/resources/main/data/aspects/powers/knockback_resistance.json
@@ -1,13 +1,13 @@
{
"type": "origins:attribute",
"modifier": {
- "name": "Max health increase",
+ "name": "Knockback Resistance",
"attribute": "minecraft:generic.knockback_resistance",
"value": 10,
"operation": "addition"
},
"name":"Stable Footing",
- "description":"Knockback doesn't bother you.",
+ "description":"Knockback doesn't bother you. / +10 knockback resistance",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/luna_primary.json b/build/resources/main/data/aspects/powers/luna_primary.json
index 0a62dc3..56fa353 100644
--- a/build/resources/main/data/aspects/powers/luna_primary.json
+++ b/build/resources/main/data/aspects/powers/luna_primary.json
@@ -1,11 +1,11 @@
{
"type": "origins:toggle",
+ "active_by_default": false,
"key": {
"key":"key.origins.ternary_active",
"continuous": false
},
-
- "retain_state": false,
- "name":"Invisibility",
- "description":"As your primary ability, you can toggle invisibility with your [Ternary] key. Deactivates when you are on fire."
+ "retain_state": false,
+ "name":"Invisibility",
+ "description":"As your primary ability, you can toggle invisibility with your [Ternary] key."
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/luna_secondary.json b/build/resources/main/data/aspects/powers/luna_secondary.json
index 8a7cc37..f672942 100644
--- a/build/resources/main/data/aspects/powers/luna_secondary.json
+++ b/build/resources/main/data/aspects/powers/luna_secondary.json
@@ -1,15 +1,15 @@
{
"type": "origins:active_self",
"entity_action": {
- "type": "origins:spawn_effect_cloud",
- "radius": 10.0,
- "wait_time": 40,
- "effect": {
- "effect": "minecraft:wither",
- "amplifier": 3,
- "duration": 20
- }
- },
+ "type": "origins:spawn_effect_cloud",
+ "radius": 10.0,
+ "wait_time": 40,
+ "effect": {
+ "effect": "minecraft:wither",
+ "amplifier": 3,
+ "duration": 20
+ }
+ },
"cooldown": 1400,
"hud_render": {
"should_render": true,
diff --git a/build/resources/main/data/aspects/powers/magic_damage.json b/build/resources/main/data/aspects/powers/magic_damage.json
index e89a051..8cb56c7 100644
--- a/build/resources/main/data/aspects/powers/magic_damage.json
+++ b/build/resources/main/data/aspects/powers/magic_damage.json
@@ -9,7 +9,7 @@
}
},
"name":"Magic Damage",
- "description":"All of your attacks do magic damage.",
+ "description":"All of your attacks do magic damage. / +0.5 magic damage on hit",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/magic_resistance.json b/build/resources/main/data/aspects/powers/magic_resistance.json
index 01e4b40..6731c63 100644
--- a/build/resources/main/data/aspects/powers/magic_resistance.json
+++ b/build/resources/main/data/aspects/powers/magic_resistance.json
@@ -5,7 +5,7 @@
"name": "indirectMagic"
},
"modifier": {
- "name": "Weak to cursed items",
+ "name": "Magic Resistance",
"operation": "addition",
"value": -10
},
diff --git a/build/resources/main/data/aspects/powers/magma_regen.json b/build/resources/main/data/aspects/powers/magma_regen.json
index c51b39c..03bb8fd 100644
--- a/build/resources/main/data/aspects/powers/magma_regen.json
+++ b/build/resources/main/data/aspects/powers/magma_regen.json
@@ -13,7 +13,7 @@
}
},
"name":"Back to the Source",
- "description":"As a being of magma, standing on magma blocks gives you regeneration.",
+ "description":"As a being of magma, standing on magma blocks gives you regeneration. / +1 health every 20 ticks",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/magmus_primary.json b/build/resources/main/data/aspects/powers/magmus_primary.json
index 19c6346..ff85558 100644
--- a/build/resources/main/data/aspects/powers/magmus_primary.json
+++ b/build/resources/main/data/aspects/powers/magmus_primary.json
@@ -17,13 +17,14 @@
}
]
},
+ "key": "key.origins.ternary_active",
"cooldown": 800,
"name":"Molten Fists",
- "description":"As your primary ability, you can grant yourself an amplified strength effect.",
+ "description":"As your primary ability, you can grant yourself an amplified strength effect with the [Ternary] key. / Strength 3 for 400 ticks",
"hud_render": {
"inverted":true,
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
- "bar_index":4,
+ "bar_index":5,
"should_render": true
}
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/magmus_secondary.json b/build/resources/main/data/aspects/powers/magmus_secondary.json
index 1d4ce7b..59fd1d0 100644
--- a/build/resources/main/data/aspects/powers/magmus_secondary.json
+++ b/build/resources/main/data/aspects/powers/magmus_secondary.json
@@ -20,11 +20,11 @@
"key": "key.origins.quaternary_active",
"cooldown": 1400,
"name":"Magmaskin",
- "description":"With your secondary ability, you may grant yourself a highly amplified resistance effect.",
+ "description":"With your secondary ability [Quaternary] key, you may grant yourself a highly amplified resistance effect. / Resistance 3 for 700 ticks",
"hud_render": {
"inverted":true,
"sprite_location":"origins:textures/gui/community/huang/resource_bar_01.png",
- "bar_index":8,
+ "bar_index":7,
"should_render": true
}
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/navitas_primary.json b/build/resources/main/data/aspects/powers/navitas_primary.json
deleted file mode 100644
index 7b6cd58..0000000
--- a/build/resources/main/data/aspects/powers/navitas_primary.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "type": "origins:active_self",
- "entity_action": {
- "type": "origins:explode",
- "power": 3,
- "destruction_type": "none",
- "damage_self": false,
- "create_fire": true
- },
- "cooldown": 600,
- "hud_render": {
- "should_render": true,
- "sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
- "bar_index":10,
- "inverted":true
- },
- "key":"key.origins.ternary_active",
- "name":"Boom!",
- "description":"Boom! Explode the area you're standing on with your [Ternary] key. Pow!"
-}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/navitas_secondary.json b/build/resources/main/data/aspects/powers/navitas_secondary.json
deleted file mode 100644
index f6e391a..0000000
--- a/build/resources/main/data/aspects/powers/navitas_secondary.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "type": "origins:active_self",
- "entity_action": {
- "type":"origins:and",
- "actions":[
- {
- "type": "origins:give",
- "stack": {
- "item": "minecraft:tnt",
- "amount": 7
- }
- },
- {
- "type": "origins:give",
- "stack": {
- "item": "minecraft:fire_charge",
- "amount": 7
- }
- }
- ]
- },
- "key": "key.origins.quaternary_active",
- "cooldown": 1400,
- "name":"Bam",
- "description":"Using your evil little powers ([Quaternary Key]), you can grant yourself exactly eight precious blocks to TNT and eight weapons of destruction - fire charges.",
- "hud_render": {
- "inverted":true,
- "sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
- "bar_index":5,
- "should_render": true
- }
-}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/negate_fall_damage.json b/build/resources/main/data/aspects/powers/negate_fall_damage.json
index 3d0351a..6379c16 100644
--- a/build/resources/main/data/aspects/powers/negate_fall_damage.json
+++ b/build/resources/main/data/aspects/powers/negate_fall_damage.json
@@ -270,7 +270,7 @@
"type": "origins:modify_damage_taken",
"modifier": {
"name": "More kinetic damage taken",
- "value": -0.85,
+ "value": -99999,
"operation": "multiply_base"
},
"damage_condition": {
diff --git a/build/resources/main/data/aspects/powers/nether_buff.json b/build/resources/main/data/aspects/powers/nether_buff.json
index 438ade7..852d862 100644
--- a/build/resources/main/data/aspects/powers/nether_buff.json
+++ b/build/resources/main/data/aspects/powers/nether_buff.json
@@ -13,7 +13,7 @@
}
},
"name":"Homely Strength",
-"description":"You do more damage whilst in the Nether.",
+"description":"You do more damage whilst in the Nether. / +0.4 generic damage in the Nether",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/night_aversion.json b/build/resources/main/data/aspects/powers/night_aversion.json
index 01893ca..57985f2 100644
--- a/build/resources/main/data/aspects/powers/night_aversion.json
+++ b/build/resources/main/data/aspects/powers/night_aversion.json
@@ -11,7 +11,7 @@
"inverted":true
},
"name":"Night Aversion",
- "description":"You are weakened at nighttime.",
+ "description":"You are weakened at nighttime. / -0.05 attack damage at night",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/build/resources/main/data/aspects/powers/night_strength.json b/build/resources/main/data/aspects/powers/night_strength.json
index 64623ea..eb42fa9 100644
--- a/build/resources/main/data/aspects/powers/night_strength.json
+++ b/build/resources/main/data/aspects/powers/night_strength.json
@@ -11,7 +11,7 @@
"inverted": true
},
"name":"Night Strength",
- "description":"You do more damage during the nighttime.",
+ "description":"You do more damage during the nighttime. / +1 attack damage at night",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/nightwalker.json b/build/resources/main/data/aspects/powers/nightwalker.json
index b3a1038..27e7db6 100644
--- a/build/resources/main/data/aspects/powers/nightwalker.json
+++ b/build/resources/main/data/aspects/powers/nightwalker.json
@@ -11,7 +11,7 @@
"inverted": true
},
"name":"Nightwalker",
- "description":"Your movement speed is increased at night.",
+ "description":"Your movement speed is increased at night. / +0.005 movement speed at night",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/poison_resistance.json b/build/resources/main/data/aspects/powers/poison_resistance.json
index 7ed275d..de5b512 100644
--- a/build/resources/main/data/aspects/powers/poison_resistance.json
+++ b/build/resources/main/data/aspects/powers/poison_resistance.json
@@ -8,7 +8,7 @@
"type": "origins:name",
"name":"magic"
},
- "cooldown": 0.5,
+ "cooldown": 0.2,
"name":"Poison Ivy",
"description":"Poison damage doesn't hurt as much.",
"badges": [
diff --git a/build/resources/main/data/aspects/powers/positive_influence.json b/build/resources/main/data/aspects/powers/positive_influence.json
index 98e999c..72578ab 100644
--- a/build/resources/main/data/aspects/powers/positive_influence.json
+++ b/build/resources/main/data/aspects/powers/positive_influence.json
@@ -17,7 +17,7 @@
"type": "origins:daytime"
},
"name":"Positive Influence",
- "description":"As every morning passes, you have a small chance to gain the Hero of the Village effect.",
+ "description":"As every natural morning passes, you have a small chance to gain the Hero of the Village effect.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/rain_strength.json b/build/resources/main/data/aspects/powers/rain_strength.json
deleted file mode 100644
index 536fe37..0000000
--- a/build/resources/main/data/aspects/powers/rain_strength.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "type": "origins:action_over_time",
- "entity_action": {
- "type": "origins:apply_effect",
- "effect": {
- "effect": "minecraft:strength",
- "duration": 400,
- "amplifier": 2
- }
- },
- "interval": 20,
- "condition": {
- "type": "origins:in_rain"
- },
- "name":"Rain Strength",
- "description":"You get strength when in rain.",
- "badges": [
- {
- "sprite": "aspects:textures/gui/badge/check.png",
- "text": "Positive"
- }
- ]
-}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/resistance.json b/build/resources/main/data/aspects/powers/resistance.json
index a6f5425..2ec9939 100644
--- a/build/resources/main/data/aspects/powers/resistance.json
+++ b/build/resources/main/data/aspects/powers/resistance.json
@@ -6,7 +6,7 @@
"operation": "addition"
},
"name":"Resistance",
- "description":"You have more natural armour points than other aspect users.",
+ "description":"You have more natural armour points than other aspect users. / +4 armor points",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/solus_primary.json b/build/resources/main/data/aspects/powers/solus_primary.json
index e6d9c96..82e9b06 100644
--- a/build/resources/main/data/aspects/powers/solus_primary.json
+++ b/build/resources/main/data/aspects/powers/solus_primary.json
@@ -9,7 +9,7 @@
"type": "origins:apply_effect",
"effect": {
"effect": "minecraft:glowing",
- "duration": 300,
+ "duration": 100,
"amplifier": 0,
"show_particles":false
}
diff --git a/build/resources/main/data/aspects/powers/solus_secondary.json b/build/resources/main/data/aspects/powers/solus_secondary.json
index deffe7d..42227c3 100644
--- a/build/resources/main/data/aspects/powers/solus_secondary.json
+++ b/build/resources/main/data/aspects/powers/solus_secondary.json
@@ -19,7 +19,7 @@
"type": "origins:damage",
"amount": 10,
"source": {
- "name": "inFire",
+ "name": "onFire",
"bypasses_armor": true,
"fire":true
}
@@ -31,13 +31,20 @@
"type": "origins:add_velocity",
"y": 1
}
+ },
+ {
+ "type": "origins:target_action",
+ "action": {
+ "type": "origins:set_on_fire",
+ "duration": 6
}
+ }
]
}
}
]
},
- "cooldown": 3400,
+ "cooldown": 800,
"hud_render": {
"should_render": true,
"inverted":true,
diff --git a/build/resources/main/data/aspects/powers/storm_strength.json b/build/resources/main/data/aspects/powers/storm_strength.json
index ac6fe6a..1cc2f3a 100644
--- a/build/resources/main/data/aspects/powers/storm_strength.json
+++ b/build/resources/main/data/aspects/powers/storm_strength.json
@@ -11,7 +11,7 @@
"predicate": "aspects:weather/is_thunderstorm"
},
"name":"Storm Strength",
- "description":"During thunderstorms, you do significantly more damage to others.",
+ "description":"During thunderstorms, you do significantly more damage to others. / +0.4 attack damage during storms",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/sun_bar.json b/build/resources/main/data/aspects/powers/sun_bar.json
index 39fe461..6f21548 100644
--- a/build/resources/main/data/aspects/powers/sun_bar.json
+++ b/build/resources/main/data/aspects/powers/sun_bar.json
@@ -4,16 +4,26 @@
"max": 30,
"hud_render": {
"should_render": true,
- "sprite_location": "origins:textures/gui/community/spiderkolo/resource_bar_01.png"
+ "sprite_location": "origins:textures/gui/community/spiderkolo/resource_bar_01.png",
+ "condition": {
+ "type": "origins:resource",
+ "resource": "aspects:sun_bar",
+ "comparison": ">",
+ "compare_to": 0
+ }
},
"max_action": {
"type": "origins:apply_effect",
"effect": {
"effect": "minecraft:strength",
"show_particles":false,
- "duration": 200,
+ "duration": 999999999,
"amplifier": 1
}
},
+ "min_action": {
+ "type": "origins:clear_effect",
+ "effect": "minecraft:strength"
+ },
"hidden":true
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/powers/sunbaked.json b/build/resources/main/data/aspects/powers/sunbaked.json
index e9df1b8..77de6ec 100644
--- a/build/resources/main/data/aspects/powers/sunbaked.json
+++ b/build/resources/main/data/aspects/powers/sunbaked.json
@@ -1,13 +1,30 @@
{
+ "type":"origins:multiple",
+ "addition":{
"type": "origins:action_over_time",
"entity_action": {
"type": "origins:change_resource",
"resource": "aspects:sun_bar",
"change": 1
},
- "interval": 10,
+ "interval": 25,
"condition": {
"type": "origins:exposed_to_sun"
+ }
+},
+ "subtraction":{
+ "type": "origins:action_over_time",
+ "entity_action": {
+ "type": "origins:change_resource",
+ "resource": "aspects:sun_bar",
+ "change": -1
+ },
+ "interval": 50,
+ "condition": {
+ "type": "origins:brightness",
+ "comparison": "<",
+ "compare_to": 0.5
+ }
},
"name":"Sunbaked",
"description":"When you stay in the sun for long enough, you will become strengthened.",
diff --git a/build/resources/main/data/aspects/powers/tempus_secondary.json b/build/resources/main/data/aspects/powers/tempus_secondary.json
index f11c06c..4299c17 100644
--- a/build/resources/main/data/aspects/powers/tempus_secondary.json
+++ b/build/resources/main/data/aspects/powers/tempus_secondary.json
@@ -23,7 +23,7 @@
"radius": 10,
"bientity_action": {
"type": "origins:damage",
- "amount": 4,
+ "amount": 5,
"source": {
"name": "lightningBolt",
"bypasses_armor": true
@@ -36,7 +36,7 @@
},
{
"type": "origins:heal",
- "amount": 6
+ "amount": 8
},
{
"type":"origins:execute_command",
diff --git a/build/resources/main/data/aspects/powers/water_damage.json b/build/resources/main/data/aspects/powers/water_damage.json
index c7b9cd8..a13207b 100644
--- a/build/resources/main/data/aspects/powers/water_damage.json
+++ b/build/resources/main/data/aspects/powers/water_damage.json
@@ -1,6 +1,6 @@
{
"type": "origins:damage_over_time",
- "interval": 20,
+ "interval": 40,
"onset_delay": 1,
"damage": 2,
"damage_easy": 1,
@@ -26,7 +26,7 @@
]
},
"name":"Water Damage",
- "description":"When you touch water, you receive damage.",
+ "description":"When you touch water, you receive damage. / +2 damage every 40 ticks",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/build/resources/main/data/aspects/powers/wise.json b/build/resources/main/data/aspects/powers/wise.json
index 622ee04..5b563c7 100644
--- a/build/resources/main/data/aspects/powers/wise.json
+++ b/build/resources/main/data/aspects/powers/wise.json
@@ -5,7 +5,7 @@
"value": 2.0
},
"name":"Wise",
- "description":"Anemo is also the aspect of wisdom and knowledge. You gain 3x more experience upon picking up an experience orb. Way to go, smarty pants.",
+ "description":"Anemo is also the aspect of wisdom and knowledge. You gain 2x more experience upon picking up an experience orb. Way to go, smarty pants.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/wither_damage.json b/build/resources/main/data/aspects/powers/wither_damage.json
index b1cb3fd..0a39e66 100644
--- a/build/resources/main/data/aspects/powers/wither_damage.json
+++ b/build/resources/main/data/aspects/powers/wither_damage.json
@@ -9,7 +9,7 @@
}
},
"name":"Wither",
- "description":"Your attacks do wither damage.",
+ "description":"Your attacks do wither damage. / +0.05 wither damage every hit",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/build/resources/main/data/aspects/powers/wolf_affinity.json b/build/resources/main/data/aspects/powers/wolf_affinity.json
index 79738dc..40bab11 100644
--- a/build/resources/main/data/aspects/powers/wolf_affinity.json
+++ b/build/resources/main/data/aspects/powers/wolf_affinity.json
@@ -10,6 +10,13 @@
"condition":
{
"type": "origins:sneaking"
+ },
+ "bientity_condition": {
+ "type": "origins:target_condition",
+ "condition": {
+ "type": "origins:entity_type",
+ "entity_type": "minecraft:wolf"
+ }
}
},
"name":"Wolf Affinity",
diff --git a/build/resources/main/fabric.mod.json b/build/resources/main/fabric.mod.json
index 32a01dc..e460bf0 100644
--- a/build/resources/main/fabric.mod.json
+++ b/build/resources/main/fabric.mod.json
@@ -1,20 +1,21 @@
{
"schemaVersion": 1,
"id": "aspects",
- "version": "1.0.4",
+ "version": "1.0.6",
"name": "Aspects",
- "description": "This is an example description! Tell everyone what your mod is about!",
+ "description": "An element-based Origins addon for the Fabric modloader.",
"authors": [
"Fishplex"
],
"contact": {
- "homepage": "https://fabricmc.net/",
- "sources": "https://github.com/FabricMC/fabric-example-mod"
+ "homepage": "https://github.com/missingbinary/Aspects",
+ "sources": "https://github.com/missingbinary/Aspects",
+ "issues": "https://github.com/missingbinary/Aspects/issues"
},
"license": "CC0-1.0",
- "icon": "assets/modid/icon.png",
+ "icon": "assets/aspects/textures/item/anemo_feather.png",
"environment": "*",
"entrypoints": {
@@ -30,9 +31,8 @@
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": "1.18.x",
- "java": ">=17"
- },
- "suggests": {
- "another-mod": "*"
+ "java": ">=17",
+ "extrakeybinds":"*",
+ "origins": ">=1.4.1"
}
}
diff --git a/build/tmp/compileJava/previous-compilation-data.bin b/build/tmp/compileJava/previous-compilation-data.bin
index 485ed84..b211931 100644
Binary files a/build/tmp/compileJava/previous-compilation-data.bin and b/build/tmp/compileJava/previous-compilation-data.bin differ
diff --git a/gradle.properties b/gradle.properties
index cf96588..654040c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,17 +1,18 @@
# Done to increase the memory available to gradle.
-org.gradle.jvmargs=-Xmx1G
+org.gradle.jvmargs=-Xmx6G
+org.gradle.java.home=C:/Program Files/Java/jdk-17.0.2
# Fabric Properties
# check these on https://fabricmc.net/versions.html
- minecraft_version=1.18.1
- yarn_mappings=1.18.1+build.1
- loader_version=0.12.10
+ minecraft_version=1.18.2
+ yarn_mappings=1.18.2+build.3
+ loader_version=0.14.6
# Mod Properties
- mod_version = 1.0.4
- maven_group = com.example
+ mod_version = 1.0.6
+ maven_group = com.aspects
archives_base_name = aspects
- origins_version=v1.3.0
+ origins_version=v1.4.1
# Dependencies
- fabric_version=0.44.0+1.18
+ fabric_version=0.54.0+1.18.2
diff --git a/gradlew b/gradlew
index c53aefa..1b6c787 100755
--- a/gradlew
+++ b/gradlew
@@ -1,7 +1,7 @@
#!/bin/sh
#
-# Copyright © 2015-2021 the original authors.
+# Copyright © 2015-2021 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -32,10 +32,10 @@
# Busybox and similar reduced shells will NOT work, because this script
# requires all of these POSIX shell features:
# * functions;
-# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
-# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
-# * compound commands having a testable exit status, especially «case»;
-# * various built-in commands including «command», «set», and «ulimit».
+# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
+# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
+# * compound commands having a testable exit status, especially «case»;
+# * various built-in commands including «command», «set», and «ulimit».
#
# Important for patching:
#
diff --git a/run/config/fabric/indigo-renderer.properties b/run/config/fabric/indigo-renderer.properties
index fd65998..2b84535 100644
--- a/run/config/fabric/indigo-renderer.properties
+++ b/run/config/fabric/indigo-renderer.properties
@@ -1,8 +1,8 @@
#Indigo properties file
-#Tue Dec 14 07:56:54 AST 2021
+#Mon Jun 06 13:52:21 ADT 2022
+always-tesselate-blocks=auto
+ambient-occlusion-mode=hybrid
debug-compare-lighting=auto
fix-exterior-vertex-lighting=auto
-ambient-occlusion-mode=hybrid
-always-tesselate-blocks=auto
-fix-smooth-lighting-offset=auto
fix-luminous-block-ambient-occlusion=auto
+fix-smooth-lighting-offset=auto
diff --git a/run/config/power_config.json5 b/run/config/power_config.json5
index 56053a0..93a16ac 100644
--- a/run/config/power_config.json5
+++ b/run/config/power_config.json5
@@ -3,6 +3,10 @@
"hudOffsetX": 0,
"hudOffsetY": 0
},
+ "tooltips": {
+ "showUsabilityHints": true,
+ "compactUsabilityHints": false
+ },
"executeCommand": {
"permissionLevel": 2,
"showOutput": false
diff --git a/run/logs/debug-1.log.gz b/run/logs/debug-1.log.gz
index eda8929..dc3c037 100644
Binary files a/run/logs/debug-1.log.gz and b/run/logs/debug-1.log.gz differ
diff --git a/run/logs/debug-2.log.gz b/run/logs/debug-2.log.gz
index 7034ff7..80b3391 100644
Binary files a/run/logs/debug-2.log.gz and b/run/logs/debug-2.log.gz differ
diff --git a/run/logs/debug-3.log.gz b/run/logs/debug-3.log.gz
index a2ed105..2aa0e09 100644
Binary files a/run/logs/debug-3.log.gz and b/run/logs/debug-3.log.gz differ
diff --git a/run/logs/debug-4.log.gz b/run/logs/debug-4.log.gz
index 904c5dd..d12133e 100644
Binary files a/run/logs/debug-4.log.gz and b/run/logs/debug-4.log.gz differ
diff --git a/run/logs/debug-5.log.gz b/run/logs/debug-5.log.gz
index 898ae37..bbf9af7 100644
Binary files a/run/logs/debug-5.log.gz and b/run/logs/debug-5.log.gz differ
diff --git a/run/logs/debug.log b/run/logs/debug.log
index ad07a83..bf065e3 100644
--- a/run/logs/debug.log
+++ b/run/logs/debug.log
@@ -1,3209 +1,3004 @@
-[07:56:44] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18 with Fabric Loader 0.12.10
-[07:56:44] [main/DEBUG] (FabricLoader/GameRemap) Requesting deobfuscation of {client=/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/1.18/net.fabricmc.yarn.1_18.1.18+build.1-v2/minecraft-project-@-mapped.jar}
-[07:56:44] [main/DEBUG] (FabricLoader/GamePatch) Found game constructor: net.minecraft.client.main.Main -> net.minecraft.client.MinecraftClient
-[07:56:44] [main/DEBUG] (FabricLoader/GamePatch) Patching game constructor (Lnet/minecraft/client/RunArgs;)V
-[07:56:44] [main/DEBUG] (FabricLoader/GamePatch) Run directory field is thought to be net/minecraft/client/MinecraftClient/runDirectory
-[07:56:44] [main/DEBUG] (FabricLoader/GamePatch) Applying brand name hook to net/minecraft/client/ClientBrandRetriever::getClientModName
-[07:56:44] [main/DEBUG] (FabricLoader/GamePatch) Applying brand name hook to net/minecraft/server/MinecraftServer::getServerModName
-[07:56:44] [main/DEBUG] (FabricLoader/GamePatch) Patched 3 classs
-[07:56:44] [main/DEBUG] (FabricLoader/Discovery) Mod discovery time: 39.3 ms
-[07:56:44] [main/DEBUG] (FabricLoader/Resolution) Mod resolution time: 38.5 ms
-[07:56:44] [main/INFO] (FabricLoader) Loading 62 mods:
- - apoli 2.2.0
+[13:51:40] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18.2 with Fabric Loader 0.14.6
+[13:51:40] [main/DEBUG] (FabricLoader/GamePatch) Found game constructor: net.minecraft.client.main.Main -> net.minecraft.client.MinecraftClient
+[13:51:40] [main/DEBUG] (FabricLoader/GamePatch) Patching game constructor (Lnet/minecraft/client/RunArgs;)V
+[13:51:40] [main/DEBUG] (FabricLoader/GamePatch) Run directory field is thought to be net/minecraft/client/MinecraftClient/runDirectory
+[13:51:40] [main/DEBUG] (FabricLoader/GamePatch) Applying brand name hook to net/minecraft/client/ClientBrandRetriever::getClientModName
+[13:51:40] [main/DEBUG] (FabricLoader/GamePatch) Applying brand name hook to net/minecraft/server/MinecraftServer::getServerModName
+[13:51:40] [main/DEBUG] (FabricLoader/GamePatch) Patched 3 classs
+[13:51:40] [ForkJoinPool-1-worker-1/WARN] (FabricLoader/Metadata) Mod aspects uses the version ${version} which isn't compatible with Loader's extended semantic version format (Could not parse version number component '${version}'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
+[13:51:40] [main/DEBUG] (FabricLoader/Discovery) Mod discovery time: 366.6 ms
+[13:51:41] [main/DEBUG] (FabricLoader/Resolution) Mod resolution time: 125.2 ms
+[13:51:41] [main/INFO] (FabricLoader) Loading 62 mods:
+ - additionalentityattributes 1.0.0+1.18.2
+ - apoli 2.3.3
- aspects ${version}
- - calio 1.4.2
- - cardinal-components-base 4.0.0-alpha.1+21w37a
- - cardinal-components-entity 4.0.0-alpha.1+21w37a
+ - calio 1.5.1
+ - cardinal-components-base 4.1.4
+ - cardinal-components-entity 4.1.4
- cloth-basic-math 0.6.0
- - cloth-config 6.0.42
- - extrakeybinds 1.18-0.1.0
- - fabric 0.44.0+1.18
- - fabric-api-base 0.4.1+b4f4f6cdc8
- - fabric-api-lookup-api-v1 1.4.0+16d92c47c8
- - fabric-biome-api-v1 6.0.1+ded849a9c8
- - fabric-blockrenderlayer-v1 1.1.9+3ac43d95c8
- - fabric-command-api-v1 1.1.6+3ac43d95c8
- - fabric-commands-v0 0.2.5+b4f4f6cdc8
- - fabric-containers-v0 0.1.18+d154e2c6c8
- - fabric-content-registries-v0 0.4.5+6f53a73dc8
- - fabric-crash-report-info-v1 0.1.8+3ac43d95c8
- - fabric-data-generation-api-v1 1.0.0+3fec4ad9c8
- - fabric-dimensions-v1 2.1.7+43d29571c8
- - fabric-entity-events-v1 1.4.5+6b21378ac8
- - fabric-events-interaction-v0 0.4.16+bfa23f17c8
- - fabric-events-lifecycle-v0 0.2.6+b4f4f6cdc8
- - fabric-game-rule-api-v1 1.0.10+3ac43d95c8
- - fabric-gametest-api-v1 1.0.5+03d159cfc8
- - fabric-item-api-v1 1.3.0+691a79b5c8
- - fabric-item-groups-v0 0.3.3+3ac43d95c8
- - fabric-key-binding-api-v1 1.0.8+c8aba2f3c8
- - fabric-keybindings-v0 0.2.6+b4f4f6cdc8
- - fabric-lifecycle-events-v1 1.4.10+c15ca335c8
- - fabric-loot-tables-v1 1.0.8+3ac43d95c8
- - fabric-mining-level-api-v1 1.0.3+3ac43d95c8
- - fabric-mining-levels-v0 0.1.7+b4f4f6cdc8
- - fabric-models-v0 0.3.3+3ac43d95c8
- - fabric-networking-api-v1 1.0.18+3ac43d95c8
- - fabric-networking-v0 0.3.5+b4f4f6cdc8
- - fabric-object-builder-api-v1 1.11.0+3b82842ec8
- - fabric-object-builders-v0 0.7.8+3ac43d95c8
- - fabric-particles-v1 0.2.9+526dc1acc8
- - fabric-registry-sync-v0 0.8.5+3ac43d95c8
- - fabric-renderer-api-v1 0.4.9+3ac43d95c8
- - fabric-renderer-indigo 0.4.12+3ac43d95c8
- - fabric-renderer-registries-v1 3.2.7+b4f4f6cdc8
- - fabric-rendering-data-attachment-v1 0.3.4+7242e9d7c8
- - fabric-rendering-fluids-v1 0.1.18+3ac43d95c8
- - fabric-rendering-v0 1.1.9+b4f4f6cdc8
- - fabric-rendering-v1 1.10.3+6b21378ac8
- - fabric-resource-loader-v0 0.4.11+3ac43d95c8
- - fabric-screen-api-v1 1.0.7+3ac43d95c8
- - fabric-screen-handler-api-v1 1.1.11+3ac43d95c8
- - fabric-structure-api-v1 2.0.8+295197a7c8
- - fabric-tag-extensions-v0 1.2.5+3ac43d95c8
- - fabric-textures-v0 1.0.9+3ac43d95c8
- - fabric-tool-attribute-api-v1 1.3.4+7de09f55c8
- - fabric-transfer-api-v1 1.5.5+b4f4f6cdc8
- - fabricloader 0.12.10
- - java 17
- - minecraft 1.18
- - modmenu 3.0.0
- - origins 1.3.0
- - playerabilitylib 1.3.0
+ - cloth-config 6.2.57
+ - extrakeybinds 0.2.0
+ - fabric 0.54.0+1.18.2
+ - fabric-api-base 0.4.4+d7c144a860
+ - fabric-api-lookup-api-v1 1.6.1+2373a54560
+ - fabric-biome-api-v1 8.0.4+7b0f312660
+ - fabric-blockrenderlayer-v1 1.1.12+3ac43d9560
+ - fabric-command-api-v1 1.1.9+d7c144a860
+ - fabric-commands-v0 0.2.8+b4f4f6cd60
+ - fabric-containers-v0 0.1.21+d7c144a860
+ - fabric-content-registries-v0 3.0.6+d82b939260
+ - fabric-convention-tags-v1 1.0.1+474e4f7960
+ - fabric-crash-report-info-v1 0.2.1+ee261a3e60
+ - fabric-data-generation-api-v1 2.0.9+e19de87d60
+ - fabric-dimensions-v1 2.1.19+ffb2c71e60
+ - fabric-entity-events-v1 1.4.8+d7c144a860
+ - fabric-events-interaction-v0 0.4.19+d7c144a860
+ - fabric-events-lifecycle-v0 0.2.16+d7c144a860
+ - fabric-game-rule-api-v1 1.0.13+d7c144a860
+ - fabric-gametest-api-v1 1.0.18+91b7aa6660
+ - fabric-item-api-v1 1.5.0+85719ab760
+ - fabric-item-groups-v0 0.3.13+91896a4960
+ - fabric-key-binding-api-v1 1.0.12+54e5b2ec60
+ - fabric-keybindings-v0 0.2.10+b4f4f6cd60
+ - fabric-lifecycle-events-v1 2.0.4+d8d7804a60
+ - fabric-loot-api-v2 1.0.0+e747827960
+ - fabric-loot-tables-v1 1.1.0+e747827960
+ - fabric-mining-level-api-v1 2.1.2+81ea5b3c60
+ - fabric-models-v0 0.3.6+d7c144a860
+ - fabric-networking-api-v1 1.0.21+d882b91560
+ - fabric-networking-v0 0.3.8+b4f4f6cd60
+ - fabric-object-builder-api-v1 2.1.2+032c981d60
+ - fabric-particles-v1 0.2.12+526dc1ac60
+ - fabric-registry-sync-v0 0.9.8+0d9ab37260
+ - fabric-renderer-api-v1 0.4.13+d882b91560
+ - fabric-renderer-indigo 0.5.0+7faf0d8860
+ - fabric-renderer-registries-v1 3.2.11+b4f4f6cd60
+ - fabric-rendering-data-attachment-v1 0.3.7+d7c144a860
+ - fabric-rendering-fluids-v1 2.0.2+54e5b2ec60
+ - fabric-rendering-v0 1.1.13+b4f4f6cd60
+ - fabric-rendering-v1 1.10.7+54e5b2ec60
+ - fabric-resource-conditions-api-v1 2.0.3+91b7aa6660
+ - fabric-resource-loader-v0 0.5.1+e747827960
+ - fabric-screen-api-v1 1.0.10+d882b91560
+ - fabric-screen-handler-api-v1 1.2.0+1f6558e860
+ - fabric-textures-v0 1.0.12+3ac43d9560
+ - fabric-transfer-api-v1 1.6.2+f4563ac860
+ - fabric-transitive-access-wideners-v1 1.1.0+e747827960
+ - fabricloader 0.14.6
+ - java 18
+ - minecraft 1.18.2
+ - modmenu 3.1.0
+ - origins 1.4.1
+ - playerabilitylib 1.5.0
- reach-entity-attributes 2.1.1
-[07:56:44] [main/DEBUG] (FabricLoader/Mappings) Loading mappings took 126 ms
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-registries-v1/3.2.7+b4f4f6cdc8/fabric-renderer-registries-v1-3.2.7+b4f4f6cdc8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-containers-v0/0.1.18+d154e2c6c8/fabric-containers-v0-0.1.18+d154e2c6c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builders-v0/0.7.8+3ac43d95c8/fabric-object-builders-v0-0.7.8+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/ladysnake/PlayerAbilityLib/1.3.0/PlayerAbilityLib-1.3.0.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-game-rule-api-v1/1.0.10+3ac43d95c8/fabric-game-rule-api-v1-1.0.10+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/jamieswhiteshirt/reach-entity-attributes/2.1.1/reach-entity-attributes-2.1.1.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-base/0.4.1+b4f4f6cdc8/fabric-api-base-0.4.1+b4f4f6cdc8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/onyxstudios/Cardinal-Components-API/cardinal-components-entity/4.0.0-alpha.1+21w37a/cardinal-components-entity-4.0.0-alpha.1+21w37a.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-groups-v0/0.3.3+3ac43d95c8/fabric-item-groups-v0-0.3.3+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v0/1.1.9+b4f4f6cdc8/fabric-rendering-v0-1.1.9+b4f4f6cdc8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-key-binding-api-v1/1.0.8+c8aba2f3c8/fabric-key-binding-api-v1-1.0.8+c8aba2f3c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-textures-v0/1.0.9+3ac43d95c8/fabric-textures-v0-1.0.9+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-keybindings-v0/0.2.6+b4f4f6cdc8/fabric-keybindings-v0-0.2.6+b4f4f6cdc8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-item-api-v1/1.3.0+691a79b5c8/fabric-item-api-v1-1.3.0+691a79b5c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api/0.44.0+1.18/fabric-api-0.44.0+1.18.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-blockrenderlayer-v1/1.1.9+3ac43d95c8/fabric-blockrenderlayer-v1-1.1.9+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/basic-math/0.6.0/basic-math-0.6.0.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/io/github/onyxstudios/Cardinal-Components-API/cardinal-components-base/4.0.0-alpha.1+21w37a/cardinal-components-base-4.0.0-alpha.1+21w37a.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-commands-v0/0.2.5+b4f4f6cdc8/fabric-commands-v0-0.2.5+b4f4f6cdc8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-gametest-api-v1/1.0.5+03d159cfc8/fabric-gametest-api-v1-1.0.5+03d159cfc8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/run/.fabric/processedMods/extrakeybinds-1.18-0.1.0-64b5720b4b825f21.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-interaction-v0/0.4.16+bfa23f17c8/fabric-events-interaction-v0-0.4.16+bfa23f17c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-command-api-v1/1.1.6+3ac43d95c8/fabric-command-api-v1-1.1.6+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-dimensions-v1/2.1.7+43d29571c8/fabric-dimensions-v1-2.1.7+43d29571c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tool-attribute-api-v1/1.3.4+7de09f55c8/fabric-tool-attribute-api-v1-1.3.4+7de09f55c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-models-v0/0.3.3+3ac43d95c8/fabric-models-v0-0.3.3+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/terraformersmc/modmenu/3.0.0/modmenu-3.0.0.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/calio/v1.4.2/calio-v1.4.2.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-crash-report-info-v1/0.1.8+3ac43d95c8/fabric-crash-report-info-v1-0.1.8+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-biome-api-v1/6.0.1+ded849a9c8/fabric-biome-api-v1-6.0.1+ded849a9c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-particles-v1/0.2.9+526dc1acc8/fabric-particles-v1-0.2.9+526dc1acc8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/me/shedaniel/cloth/cloth-config-fabric/6.0.42/cloth-config-fabric-6.0.42.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-lifecycle-events-v1/1.4.10+c15ca335c8/fabric-lifecycle-events-v1-1.4.10+c15ca335c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-entity-events-v1/1.4.5+6b21378ac8/fabric-entity-events-v1-1.4.5+6b21378ac8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-indigo/0.4.12+3ac43d95c8/fabric-renderer-indigo-0.4.12+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-data-attachment-v1/0.3.4+7242e9d7c8/fabric-rendering-data-attachment-v1-0.3.4+7242e9d7c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-transfer-api-v1/1.5.5+b4f4f6cdc8/fabric-transfer-api-v1-1.5.5+b4f4f6cdc8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-level-api-v1/1.0.3+3ac43d95c8/fabric-mining-level-api-v1-1.0.3+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-registry-sync-v0/0.8.5+3ac43d95c8/fabric-registry-sync-v0-0.8.5+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/apoli/v2.2.0/apoli-v2.2.0.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-v1/1.10.3+6b21378ac8/fabric-rendering-v1-1.10.3+6b21378ac8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-events-lifecycle-v0/0.2.6+b4f4f6cdc8/fabric-events-lifecycle-v0-0.2.6+b4f4f6cdc8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-rendering-fluids-v1/0.1.18+3ac43d95c8/fabric-rendering-fluids-v1-0.1.18+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-resource-loader-v0/0.4.11+3ac43d95c8/fabric-resource-loader-v0-0.4.11+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-data-generation-api-v1/1.0.0+3fec4ad9c8/fabric-data-generation-api-v1-1.0.0+3fec4ad9c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-loot-tables-v1/1.0.8+3ac43d95c8/fabric-loot-tables-v1-1.0.8+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/bin/main to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-api-v1/1.0.18+3ac43d95c8/fabric-networking-api-v1-1.0.18+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-structure-api-v1/2.0.8+295197a7c8/fabric-structure-api-v1-2.0.8+295197a7c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-api-v1/1.0.7+3ac43d95c8/fabric-screen-api-v1-1.0.7+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-renderer-api-v1/0.4.9+3ac43d95c8/fabric-renderer-api-v1-0.4.9+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-api-lookup-api-v1/1.4.0+16d92c47c8/fabric-api-lookup-api-v1-1.4.0+16d92c47c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-tag-extensions-v0/1.2.5+3ac43d95c8/fabric-tag-extensions-v0-1.2.5+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-screen-handler-api-v1/1.1.11+3ac43d95c8/fabric-screen-handler-api-v1-1.1.11+3ac43d95c8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-networking-v0/0.3.5+b4f4f6cdc8/fabric-networking-v0-0.3.5+b4f4f6cdc8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-object-builder-api-v1/1.11.0+3b82842ec8/fabric-object-builder-api-v1-1.11.0+3b82842ec8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/com/github/apace100/origins-fabric/v1.3.0/origins-fabric-v1.3.0.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-content-registries-v0/0.4.5+6f53a73dc8/fabric-content-registries-v0-0.4.5+6f53a73dc8.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-api/fabric-mining-levels-v0/0.1.7+b4f4f6cdc8/fabric-mining-levels-v0-0.1.7+b4f4f6cdc8.jar to classpath.
-[07:56:47] [main/WARN] (FabricLoader/Metadata) Mod `aspects` (${version}) does not respect SemVer - comparison support is limited.
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.container.ScreenProviderRegistryImpl::init for mod fabric-containers-v0 (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.ladysnake.pal.Pal for mod playerabilitylib (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.jamieswhiteshirt.reachentityattributes.ReachEntityAttributes for mod reach-entity-attributes (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer dev.onyxstudios.cca.internal.entity.CcaEntityClientNw::initClient for mod cardinal-components-entity (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer dev.onyxstudios.cca.internal.entity.CardinalComponentsEntity::init for mod cardinal-components-entity (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.rendering.RenderingCallbackInvoker for mod fabric-rendering-v0 (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.gametest.FabricGameTestModInitializer for mod fabric-gametest-api-v1 (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer extrakeybinds.common.ExtraKeybinds for mod extrakeybinds (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.interaction.InteractionEventsRouterClient for mod fabric-events-interaction-v0 (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.interaction.InteractionEventsRouter for mod fabric-events-interaction-v0 (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.tool.attribute.ToolHandlers for mod fabric-tool-attribute-api-v1 (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.terraformersmc.modmenu.ModMenuModMenuCompat for mod modmenu (key modmenu)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.terraformersmc.modmenu.ModMenu for mod modmenu (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.calio.CalioServer for mod calio (key server)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.calio.CalioClient for mod calio (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.calio.Calio for mod calio (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer me.shedaniel.clothconfig2.fabric.ClothConfigModMenuDemo for mod cloth-config (key modmenu)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer me.shedaniel.autoconfig.example.ExampleInits::exampleCommonInit for mod cloth-config (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.ClientLifecycleEventsImpl for mod fabric-lifecycle-events-v1 (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.LifecycleEventsImpl for mod fabric-lifecycle-events-v1 (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.indigo.Indigo for mod fabric-renderer-indigo (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.mininglevel.FabricMiningLevelInit for mod fabric-mining-level-api-v1 (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.registry.sync.FabricRegistryClientInit for mod fabric-registry-sync-v0 (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.registry.sync.FabricRegistryInit for mod fabric-registry-sync-v0 (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.ApoliServer for mod apoli (key server)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.integration.ModMenuIntegration for mod apoli (key modmenu)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.ApoliClient for mod apoli (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.Apoli for mod apoli (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.Apoli for mod apoli (key cardinal-components-entity)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.client.LegacyClientEventInvokers for mod fabric-events-lifecycle-v0 (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.LegacyEventInvokers for mod fabric-events-lifecycle-v0 (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fishplex.Aspects for mod aspects (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.client.ClientNetworkingImpl::clientInit for mod fabric-networking-api-v1 (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.NetworkingImpl::init for mod fabric-networking-api-v1 (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.structure.FabricStructureImpl for mod fabric-structure-api-v1 (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.lookup.ApiLookupImpl for mod fabric-api-lookup-api-v1 (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.screenhandler.client.ClientNetworking for mod fabric-screen-handler-api-v1 (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.OldClientNetworkingHooks for mod fabric-networking-v0 (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.OldNetworkingHooks for mod fabric-networking-v0 (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.integration.ModMenuIntegration for mod origins (key modmenu)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.OriginsClient for mod origins (key client)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.Origins for mod origins (key main)
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.registry.ModComponents for mod origins (key cardinal-components-entity)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin bootstrap service org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapperBootstrap is not available: LaunchWrapper is not available
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin bootstrap service org.spongepowered.asm.service.modlauncher.MixinServiceModLauncherBootstrap is not available: ModLauncher is not available
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) MixinService [Knot/Fabric] was successfully booted in jdk.internal.loader.ClassLoaders$AppClassLoader@42110406
-[07:56:47] [main/INFO] (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.10.7+mixin.0.8.4/7a4ca9d54d9ae564dea0363d668036a8420ed9b8/sponge-mixin-0.10.7+mixin.0.8.4.jar Service=Knot/Fabric Env=CLIENT
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Error cleaning class output directory: .mixin.out
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Initialising Mixin Platform Manager
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Adding mixin platform agents for container ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) MixinPlatformAgentDefault accepted container ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) MixinPlatformAgentDefault accepted container ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar)]
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:/Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_1_18_build_1_v2/net/fabricmc/fabric-loader/0.12.10/fabric-loader-0.12.10.jar)]
-[07:56:47] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-containers-v0.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
-[07:56:47] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-containers-v0.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-containers-v0.accurate.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-object-builders-v0.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-game-rule-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-item-groups-v0.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-key-binding-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-textures-v0.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-item-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-blockrenderlayer-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-gametest-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-events-interaction-v0.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-command-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-dimensions-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-tool-attribute-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-models-v0.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-crash-report-info-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-biome-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-particles-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-lifecycle-events-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-entity-events-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-indigo.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-data-attachment-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-transfer-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-mining-level-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-registry-sync-v0.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-fluids-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-resource-loader-v0.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-data-generation-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-loot-tables-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-networking-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-structure-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-screen-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-api-v1.debughud.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-api-lookup-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-tag-extensions-v0.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-screen-handler-api-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-object-builder-v1.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-content-registries-v0.mixins.json does not specify "minVersion" property
-[07:56:47] [main/DEBUG] (FabricLoader/Knot) Adding /Users/adellanicholson/Documents/Aspects/.gradle/loom-cache/1.18/net.fabricmc.yarn.1_18.1.18+build.1-v2/minecraft-project-@-mapped.jar to classpath.
-[07:56:47] [main/DEBUG] (FabricLoader/Entrypoint) No subscribers for entrypoint 'preLaunch'
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins for MixinEnvironment[DEFAULT]
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-containers-v0.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-containers-v0-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-containers-v0.accurate.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-containers-v0-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-object-builders-v0.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-object-builders-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.playerabilitylib.common.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap pal-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-game-rule-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-game-rule-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.reach-entity-attributes.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap refmap.reach-entity-attributes.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.cardinal_components_entity.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap cardinal-components-entity-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-item-groups-v0.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-item-groups-v0-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-key-binding-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-key-binding-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-textures-v0.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-textures-v0-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-item-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-item-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-blockrenderlayer-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-blockrenderlayer-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-gametest-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-gametest-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-events-interaction-v0.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-events-interaction-v0-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-command-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-command-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-dimensions-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-dimensions-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-tool-attribute-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-tool-attribute-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-models-v0.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-models-v0-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.modmenu.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap modmenu-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config calio.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Calio-1.18-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-crash-report-info-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-crash-report-info-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-biome-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-biome-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-particles-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-particles-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-lifecycle-events-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-lifecycle-events-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-entity-events-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-entity-events-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-indigo.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-indigo-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-data-attachment-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-data-attachment-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-transfer-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-transfer-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-mining-level-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-mining-level-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-registry-sync-v0.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-registry-sync-v0-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config apoli.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Apoli-1.18-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-fluids-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-fluids-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-resource-loader-v0.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-resource-loader-v0-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-data-generation-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-data-generation-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-loot-tables-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-loot-tables-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config aspects.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-networking-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-networking-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-structure-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-structure-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-screen-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-screen-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-api-v1.debughud.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-api-lookup-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-api-lookup-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-tag-extensions-v0.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-tag-extensions-v0-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-screen-handler-api-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-screen-handler-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-object-builder-v1.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-object-builder-api-v1-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config origins.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Origins-1.18-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-content-registries-v0.mixins.json
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-content-registries-v0-refmap.json using remapper chain
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-containers-v0.mixins.json (1)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-containers-v0.accurate.mixins.json (1)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-object-builders-v0.mixins.json (2)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.playerabilitylib.common.json (2)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-game-rule-api-v1.mixins.json (9)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/command/GameRuleCommand$1 is public in fabric-game-rule-api-v1.mixins.json:GameRuleCommandVisitorMixin and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/gui/screen/world/EditGameRulesScreen$RuleListWidget$1 is public in fabric-game-rule-api-v1.mixins.json:client.RuleListWidgetVisitorMixin and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.reach-entity-attributes.json (13)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/block/entity/LecternBlockEntity$1 is public in mixins.reach-entity-attributes.json:InventoryValidationMixin and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/network/ServerPlayNetworkHandler$1 is public in mixins.reach-entity-attributes.json:PlayerEntityInteractionHandlerMixin and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.cardinal_components_entity.json (6)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-item-groups-v0.mixins.json (3)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-key-binding-api-v1.mixins.json (3)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-textures-v0.mixins.json (1)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-item-api-v1.mixins.json (6)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-blockrenderlayer-v1.mixins.json (1)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-gametest-api-v1.mixins.json (6)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-events-interaction-v0.mixins.json (5)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/network/ServerPlayNetworkHandler$1 is public in fabric-events-interaction-v0.mixins.json:MixinServerPlayNetworkHandler and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-command-api-v1.mixins.json (6)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-dimensions-v1.mixins.json (2)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-tool-attribute-api-v1.mixins.json (3)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-models-v0.mixins.json (2)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.modmenu.json (1)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing calio.mixins.json (9)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-crash-report-info-v1.mixins.json (1)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-biome-api-v1.mixins.json (4)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-particles-v1.mixins.json (3)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-lifecycle-events-v1.mixins.json (12)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/world/ServerWorld$ServerEntityHandler is public in fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/world/ClientWorld$ClientEntityHandler is public in fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-entity-events-v1.mixins.json (10)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-indigo.mixins.json (7)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/render/block/BlockModelRenderer$AmbientOcclusionCalculator is public in fabric-renderer-indigo.mixins.json:MixinAmbientOcclusionCalculator and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$RebuildTask is public in fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-data-attachment-v1.mixins.json (4)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-transfer-api-v1.mixins.json (6)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-mining-level-api-v1.mixins.json (4)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-registry-sync-v0.mixins.json (16)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing apoli.mixins.json (50)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/screen/PlayerScreenHandler$1 is public in apoli.mixins.json:PlayerScreenHandlerMixin and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-v1.mixins.json (14)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-fluids-v1.mixins.json (1)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-resource-loader-v0.mixins.json (15)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/font/FontManager$1 is public in fabric-resource-loader-v0.mixins.json:client.FontManagerResourceReloadListenerMixin and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-data-generation-api-v1.mixins.json (4)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-loot-tables-v1.mixins.json (6)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing aspects.mixins.json (1)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-networking-api-v1.mixins.json (14)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker is public in fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-structure-api-v1.mixins.json (4)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-screen-api-v1.mixins.json (6)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-api-v1.mixins.json (4)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-api-v1.debughud.mixins.json (1)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-api-lookup-api-v1.mixins.json (2)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-tag-extensions-v0.mixins.json (9)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/data/server/AbstractTagProvider$ObjectBuilder is public in fabric-tag-extensions-v0.mixins.json:MixinObjectBuilder and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/tag/RequiredTagList$TagWrapper is public in fabric-tag-extensions-v0.mixins.json:MixinTagImpl and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-screen-handler-api-v1.mixins.json (1)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-object-builder-v1.mixins.json (16)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/village/TradeOffers$TypeAwareBuyForOneEmeraldFactory is public in fabric-object-builder-v1.mixins.json:TypeAwareTradeMixin and should be specified in value
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing origins.mixins.json (11)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-content-registries-v0.mixins.json (8)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Prepared 313 mixins in 0.444 sec (1.4ms avg) (0ms load, 0ms transform, 0ms plugin)
-[07:56:47] [main/DEBUG] (io.netty.util.internal.logging.InternalLoggerFactory) Using SLF4J as the default logging framework
-[07:56:47] [main/DEBUG] (io.netty.util.ResourceLeakDetector) -Dio.netty.leakDetection.level: simple
-[07:56:47] [main/DEBUG] (io.netty.util.ResourceLeakDetector) -Dio.netty.leakDetection.targetRecords: 4
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.player.PlayerEntity
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra/PlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.player.PlayerEntity
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/PlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.player.PlayerEntity
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from apoli.mixins.json into net.minecraft.entity.player.PlayerEntity
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventArmorDispensing$8(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;Lio/github/apace100/apoli/power/RestrictArmorPower;)Z to md39f229$lambda$preventArmorDispensing$8$0 in apoli.mixins.json:PlayerEntityMixin
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$restoreKeptInventory$7(Lio/github/apace100/apoli/power/KeepInventoryPower;)V to md39f229$lambda$restoreKeptInventory$7$1 in apoli.mixins.json:PlayerEntityMixin
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$dropAdditionalInventory$6(Lio/github/apace100/apoli/power/KeepInventoryPower;)V to md39f229$lambda$dropAdditionalInventory$6$2 in apoli.mixins.json:PlayerEntityMixin
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$dropAdditionalInventory$5(Lio/github/apace100/apoli/power/InventoryPower;)V to md39f229$lambda$dropAdditionalInventory$5$3 in apoli.mixins.json:PlayerEntityMixin
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeWakeUpAction$4(Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnWakeUp;)V to md39f229$lambda$invokeWakeUpAction$4$4 in apoli.mixins.json:PlayerEntityMixin
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeWakeUpAction$3(Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnWakeUp;)Z to md39f229$lambda$invokeWakeUpAction$3$5 in apoli.mixins.json:PlayerEntityMixin
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventEntityInteraction$2(Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ActionOnBeingUsedPower;)Z to md39f229$lambda$preventEntityInteraction$2$6 in apoli.mixins.json:PlayerEntityMixin
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventEntityInteraction$1(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ActionOnEntityUsePower;)Z to md39f229$lambda$preventEntityInteraction$1$7 in apoli.mixins.json:PlayerEntityMixin
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyEatenItemStack$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md39f229$lambda$modifyEatenItemStack$0$8 in apoli.mixins.json:PlayerEntityMixin
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixing NoCobwebSlowdownMixin from origins.mixins.json into net.minecraft.entity.player.PlayerEntity
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:NoCobwebSlowdownMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterBreathingMixin$UpdateAir from origins.mixins.json into net.minecraft.entity.player.PlayerEntity
-[07:56:47] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/PlayerEntityMixin->@Inject::injectElytraCheck(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerEntityMixin->@Inject::onTrySleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerEntityMixin->@Inject::onIsSleepingLongEnough(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::preventEntityInteraction(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::sendPlayerDismountPacket(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::sendPlayerDismountPacket(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::sendPlayerDismountPacket(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::updateSwimmingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::updateSwimmingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::updateSwimmingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::invokeWakeUpAction(ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::invokeWakeUpAction(ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::invokeWakeUpAction(ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::disableHeal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::dropAdditionalInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::dropAdditionalInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::dropAdditionalInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::restoreKeptInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::restoreKeptInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::restoreKeptInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin->@Inject::preventArmorDispensing(Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:NoCobwebSlowdownMixin->@Inject::slowMovement(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins does use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.LivingEntity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from fabric-item-api-v1.mixins.json into net.minecraft.entity.LivingEntity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.entity.LivingEntity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra/LivingEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.LivingEntity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.LivingEntity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing EyeHeightAccess from apoli.mixins.json into net.minecraft.entity.LivingEntity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EyeHeightAccess: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from apoli.mixins.json into net.minecraft.entity.LivingEntity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyEatenItemStack$23(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md39f229$lambda$modifyEatenItemStack$23$0 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventDeath$22(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/PreventDeathPower;)Z to md39f229$lambda$preventDeath$22$1 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventPushing$21(Lio/github/apace100/apoli/power/PreventEntityCollisionPower;)Z to md39f229$lambda$preventPushing$21$2 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventPushing$20(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventEntityCollisionPower;)Z to md39f229$lambda$preventPushing$20$3 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySlipperiness$19(Lio/github/apace100/apoli/power/ModifySlipperinessPower;)Z to md39f229$lambda$modifySlipperiness$19$4 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyJumpVelocity$18(Lio/github/apace100/apoli/power/ModifyJumpPower;)Z to md39f229$lambda$modifyJumpVelocity$18$5 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeKillAction$17(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionOnKillPower;)V to md39f229$lambda$invokeKillAction$17$6 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$16(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/TargetActionOnHitPower;)V to md39f229$lambda$invokeHitActions$16$7 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$15(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionOnHitPower;)V to md39f229$lambda$invokeHitActions$15$8 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$14(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/AttackerActionWhenHitPower;)V to md39f229$lambda$invokeHitActions$14$9 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$13(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionWhenHitPower;)V to md39f229$lambda$invokeHitActions$13$a in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$12(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/ActionOnHitPower;)V to md39f229$lambda$invokeHitActions$12$b in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$11(Lio/github/apace100/apoli/power/ActionOnHitPower;)Z to md39f229$lambda$invokeHitActions$11$c in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$10(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/ActionWhenHitPower;)V to md39f229$lambda$invokeHitActions$10$d in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$9(Lio/github/apace100/apoli/power/ActionWhenHitPower;)Z to md39f229$lambda$invokeHitActions$9$e in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$8(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/ModifyDamageTakenPower;)V to md39f229$lambda$modifyDamageTaken$8$f in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$7(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/ModifyDamageTakenPower;)Z to md39f229$lambda$modifyDamageTaken$7$10 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$6(Lnet/minecraft/entity/LivingEntity;Lio/github/apace100/apoli/power/ModifyDamageDealtPower;)V to md39f229$lambda$modifyDamageTaken$6$11 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$5(Lnet/minecraft/entity/damage/DamageSource;FLnet/minecraft/entity/LivingEntity;Lio/github/apace100/apoli/power/ModifyDamageDealtPower;)Z to md39f229$lambda$modifyDamageTaken$5$12 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyWalkableFluids$4(Lnet/minecraft/fluid/Fluid;Lio/github/apace100/apoli/power/WalkOnFluidPower;)Z to md39f229$lambda$modifyWalkableFluids$4$13 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowers$3(Lio/github/apace100/apoli/component/PowerHolderComponent;Lnet/minecraft/util/Identifier;Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)V to md39f229$lambda$addEquipmentPowers$3$14 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$removeEquipmentPowers$2(Lio/github/apace100/apoli/component/PowerHolderComponent;Lnet/minecraft/util/Identifier;Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)V to md39f229$lambda$removeEquipmentPowers$2$15 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyStatusEffect$1(Lnet/minecraft/entity/effect/StatusEffect;Lio/github/apace100/apoli/power/ModifyStatusEffectDurationPower;)Z to md39f229$lambda$modifyStatusEffect$1$16 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyStatusEffect$0(Lnet/minecraft/entity/effect/StatusEffect;Lio/github/apace100/apoli/power/ModifyStatusEffectAmplifierPower;)Z to md39f229$lambda$modifyStatusEffect$0$17 in apoli.mixins.json:LivingEntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityParticleMixin from apoli.mixins.json into net.minecraft.entity.LivingEntity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing LikeWaterMixin from origins.mixins.json into net.minecraft.entity.LivingEntity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LikeWaterMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterBreathingMixin$CanBreatheInWater from origins.mixins.json into net.minecraft.entity.LivingEntity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$CanBreatheInWater: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.reach-entity-attributes.json:LivingEntityMixin->@Inject::addAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod reach-entity-attributes does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:LivingEntityMixin->@Inject::onGetPreferredEquipmentSlot(Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/item/Item;)V from mod fabric-item-api-v1 does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeRemoveStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 doesn't use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeRemoveStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeRemoveStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 won't be passed a CallbackInfoReturnable as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeAddStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 doesn't use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeAddStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:LivingEntityMixin->@Inject::storeAddStackContext(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod fabric-tool-attribute-api-v1 won't be passed a CallbackInfoReturnable as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/LivingEntityMixin->@Inject::injectElytraTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 does use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onEntityKilledOther(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/entity/Entity;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onEntityKilledOther(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/entity/Entity;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onEntityKilledOther(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/entity/Entity;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onIsSleepingInBed(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin->@Inject::onGetSleepingDirection(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenApplied(Lnet/minecraft/entity/effect/StatusEffectInstance;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenApplied(Lnet/minecraft/entity/effect/StatusEffectInstance;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenApplied(Lnet/minecraft/entity/effect/StatusEffectInstance;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenUpgraded(Lnet/minecraft/entity/effect/StatusEffectInstance;ZLnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenUpgraded(Lnet/minecraft/entity/effect/StatusEffectInstance;ZLnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenUpgraded(Lnet/minecraft/entity/effect/StatusEffectInstance;ZLnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenRemoved(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenRemoved(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenRemoved(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::syncAttacker(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::syncAttacker(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::syncAttacker(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli doesn't use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli won't be passed a CallbackInfoReturnable as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::addEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli doesn't use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::addEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::addEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V from mod apoli won't be passed a CallbackInfoReturnable as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::modifyWalkableFluids(Lnet/minecraft/fluid/Fluid;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::preventHitIfDamageIsZero(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeKillAction(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeKillAction(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::invokeKillAction(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::freezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::freezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::freezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::unfreezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::unfreezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::unfreezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::allowFreezingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::allowFreezingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::getGroup(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::modifyJumpVelocity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::preventStatusEffects(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::preventPushing(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::cacheDamageAmount(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::cacheDamageAmount(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::cacheDamageAmount(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::preventDeath(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeCurrentModifyFoodPowers(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeCurrentModifyFoodPowers(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::removeCurrentModifyFoodPowers(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::modifyFlySpeed(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin->@Inject::modifyFlySpeed(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$CanBreatheInWater->@Inject::doWaterBreathing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod origins does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinEntity from mixins.cardinal_components_entity.json into net.minecraft.entity.Entity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from fabric-dimensions-v1.mixins.json into net.minecraft.entity.Entity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-dimensions-v1.mixins.json:EntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.Entity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityAccessor from apoli.mixins.json into net.minecraft.entity.Entity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from apoli.mixins.json into net.minecraft.entity.Entity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventGameEvents$3(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventGameEventPower;)V to md39f229$lambda$preventGameEvents$3$0 in apoli.mixins.json:EntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventGameEvents$2(Lnet/minecraft/world/event/GameEvent;Lio/github/apace100/apoli/power/PreventGameEventPower;)Z to md39f229$lambda$preventGameEvents$2$1 in apoli.mixins.json:EntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$pushOutOfBlocks$1(DDDLio/github/apace100/apoli/power/PhasingPower;)Z to md39f229$lambda$pushOutOfBlocks$1$2 in apoli.mixins.json:EntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeOriginInvulnerable$0(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/InvulnerablePower;)Z to md39f229$lambda$makeOriginInvulnerable$0$3 in apoli.mixins.json:EntityMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing SelectionInvulnerabilityMixin from origins.mixins.json into net.minecraft.entity.Entity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:SelectionInvulnerabilityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::initDataTracker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::initDataTracker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::initDataTracker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::toTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod cardinal-components-entity does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::fromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::fromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity->@Inject::fromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-dimensions-v1.mixins.json:EntityMixin->@Inject::getTeleportTarget(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-dimensions-v1 does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::makeFullyFireImmune(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::makeEntitiesIgnoreWater(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::invokeActionOnLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::invokeActionOnLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::invokeActionOnLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::makeOriginInvulnerable(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::phantomInvisibility(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::pushOutOfBlocks(DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::preventGameEvents(Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::saveDistanceTraveled(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::saveDistanceTraveled(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::saveDistanceTraveled(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:SelectionInvulnerabilityMixin->@Inject::makeOriginInvulnerable(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod origins does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing WorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.world.World
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:WorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:WorldMixin->@Inject::tickWorldAfterBlockEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:WorldMixin->@Inject::tickWorldAfterBlockEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 1 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:WorldMixin->@Inject::tickWorldAfterBlockEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinViewableWorld from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.world.WorldView
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:MixinViewableWorld: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinServerWorld from mixins.cardinal_components_entity.json into net.minecraft.server.world.ServerWorld
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ServerWorld
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldMixin from fabric-api-lookup-api-v1.mixins.json into net.minecraft.server.world.ServerWorld
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$5(Ljava/util/Map$Entry;)Z to md39f229$lambda$fabric_invalidateCache$5$0 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$4(Ljava/lang/ref/WeakReference;)Z to md39f229$lambda$fabric_invalidateCache$4$1 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$3(Ljava/lang/ref/WeakReference;)V to md39f229$lambda$fabric_invalidateCache$3$2 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$2(Ljava/lang/ref/WeakReference;)Z to md39f229$lambda$fabric_invalidateCache$2$3 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_registerCache$1(Ljava/lang/ref/WeakReference;)Z to md39f229$lambda$fabric_registerCache$1$4 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_registerCache$0(Lnet/minecraft/util/math/BlockPos;)Ljava/util/List; to md39f229$lambda$fabric_registerCache$0$5 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerEntityMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientPlayerEntity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra/ClientPlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.client.network.ClientPlayerEntity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/ClientPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerEntityMixin from apoli.mixins.json into net.minecraft.client.network.ClientPlayerEntity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterVisibilityMixin from origins.mixins.json into net.minecraft.client.network.ClientPlayerEntity
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterVisibilityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayerEntityMixin->@Inject::onSendChatMessage(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 does use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/ClientPlayerEntityMixin->@Inject::injectElytraStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/ClientPlayerEntityMixin->@Inject::injectElytraStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra/ClientPlayerEntityMixin->@Inject::injectElytraStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::allowSwimming(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::beginMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::beginMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::beginMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::endMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::endMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin->@Inject::endMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterVisibilityMixin->@Inject::getUnderwaterVisibility(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod origins does use it's CallbackInfoReturnable
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing ScreenHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.screen.ScreenHandler
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerScreenHandlerAccessor from apoli.mixins.json into net.minecraft.screen.PlayerScreenHandler
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerScreenHandlerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinCrashReport from fabric-crash-report-info-v1.mixins.json into net.minecraft.util.SystemDetails
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fillSystemDetails$0()Ljava/lang/String; to md39f229$lambda$fillSystemDetails$0$0 in fabric-crash-report-info-v1.mixins.json:MixinCrashReport
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-crash-report-info-v1 doesn't use it's CallbackInfo
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-crash-report-info-v1 has 0 override(s) in child classes
-[07:56:48] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-crash-report-info-v1 won't be passed a CallbackInfo as a result
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinBootstrap from fabric-registry-sync-v0.mixins.json into net.minecraft.Bootstrap
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinBootstrap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$initialize$1(Lnet/minecraft/fluid/Fluid;)Ljava/util/Collection; to md39f229$lambda$initialize$1$0 in fabric-registry-sync-v0.mixins.json:MixinBootstrap
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$initialize$0(Lnet/minecraft/block/Block;)Ljava/util/Collection; to md39f229$lambda$initialize$0$1 in fabric-registry-sync-v0.mixins.json:MixinBootstrap
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinBootstrap->@Inject::initialize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing AccessorRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.Registry
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:AccessorRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getROOT()Lnet/minecraft/util/registry/MutableRegistry; to getROOT_$md$39f229$0 in fabric-registry-sync-v0.mixins.json:AccessorRegistry
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.Registry
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinIdRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.SimpleRegistry
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$5([Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback;)Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback; to md39f229$lambda$new$5$0 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$4([Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback;Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback$RemapState;)V to md39f229$lambda$new$4$1 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$3([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryRemovedCallback;)Lnet/fabricmc/fabric/api/event/registry/RegistryEntryRemovedCallback; to md39f229$lambda$new$3$2 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$2([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryRemovedCallback;ILnet/minecraft/util/Identifier;Ljava/lang/Object;)V to md39f229$lambda$new$2$3 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$1([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryAddedCallback;)Lnet/fabricmc/fabric/api/event/registry/RegistryEntryAddedCallback; to md39f229$lambda$new$1$4 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$0([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryAddedCallback;ILnet/minecraft/util/Identifier;Ljava/lang/Object;)V to md39f229$lambda$new$0$5 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinSimpleRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.SimpleRegistry
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPre(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPre(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPre(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPost(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPost(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry->@Inject::setPost(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::add(Lnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::add(Lnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::add(Lnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::set(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::set(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry->@Inject::set(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing FluidMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.fluid.Fluid
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:FluidMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing OldMixinBlock from fabric-object-builders-v0.mixins.json into net.minecraft.block.Block
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinBlock: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinBlock from fabric-object-builder-v1.mixins.json into net.minecraft.block.Block
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MixinBlock: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinBlock->@Inject::init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 doesn't use it's CallbackInfo
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinBlock->@Inject::init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 has 0 override(s) in child classes
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinBlock->@Inject::init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 won't be passed a CallbackInfo as a result
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MixinBlock->@Inject::fabric_init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builder-api-v1 doesn't use it's CallbackInfo
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MixinBlock->@Inject::fabric_init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builder-api-v1 has 0 override(s) in child classes
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MixinBlock->@Inject::fabric_init(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builder-api-v1 won't be passed a CallbackInfo as a result
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockMixin from apoli.mixins.json into net.minecraft.block.AbstractBlock
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyBlockBreakSpeed$0(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ModifyBreakSpeedPower;)Z to md39f229$lambda$modifyBlockBreakSpeed$0$0 in apoli.mixins.json:AbstractBlockMixin
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.AbstractBlock
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:AbstractBlockAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockMixin->@Inject::modifyBlockBreakSpeed(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockMixin->@Inject::modifyBlockBreakSpeed(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing OldMixinItem from fabric-object-builders-v0.mixins.json into net.minecraft.item.Item
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinItem: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from mixins.reach-entity-attributes.json into net.minecraft.item.Item
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.Item
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.item.Item
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:ItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from apoli.mixins.json into net.minecraft.item.Item
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$forgeItem$1(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ItemOnItemPower;)Z to md39f229$lambda$forgeItem$1$0 in apoli.mixins.json:ItemMixin
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeItemEdible$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md39f229$lambda$makeItemEdible$0$1 in apoli.mixins.json:ItemMixin
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinItem->@Inject::init(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 doesn't use it's CallbackInfo
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinItem->@Inject::init(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 has 0 override(s) in child classes
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builders-v0.mixins.json:OldMixinItem->@Inject::init(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builders-v0 won't be passed a CallbackInfo as a result
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin->@Inject::onConstruct(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin->@Inject::onConstruct(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin->@Inject::onConstruct(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemMixin->@Inject::forgeItem(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/screen/slot/Slot;Lnet/minecraft/util/ClickType;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/inventory/StackReference;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing BlockEntityTypeAccessor from fabric-api-lookup-api-v1.mixins.json into net.minecraft.block.entity.BlockEntityType
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-api-lookup-api-v1.mixins.json:BlockEntityTypeAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing VillagerTypeAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.village.VillagerType
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:VillagerTypeAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getBiomeTypeToIdMap()Ljava/util/Map; to getBiomeTypeToIdMap_$md$39f229$0 in fabric-object-builder-v1.mixins.json:VillagerTypeAccessor
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Ljava/lang/String;)Lnet/minecraft/village/VillagerType; to callRegister_$md$39f229$1 in fabric-object-builder-v1.mixins.json:VillagerTypeAccessor
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing VillagerProfessionAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.village.VillagerProfession
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:VillagerProfessionAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method create(Ljava/lang/String;Lnet/minecraft/world/poi/PointOfInterestType;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;Lnet/minecraft/sound/SoundEvent;)Lnet/minecraft/village/VillagerProfession; to create_$md$39f229$0 in fabric-object-builder-v1.mixins.json:VillagerProfessionAccessor
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing PointOfInterestTypeAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.world.poi.PointOfInterestType
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callCreate(Ljava/lang/String;Ljava/util/Set;ILjava/util/function/Predicate;I)Lnet/minecraft/world/poi/PointOfInterestType; to callCreate_$md$39f229$0 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callCreate(Ljava/lang/String;Ljava/util/Set;II)Lnet/minecraft/world/poi/PointOfInterestType; to callCreate_$md$39f229$1 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callSetup(Lnet/minecraft/world/poi/PointOfInterestType;)Lnet/minecraft/world/poi/PointOfInterestType; to callSetup_$md$39f229$2 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing StructureFeatureAccessor from fabric-structure-api-v1.mixins.json into net.minecraft.world.gen.feature.StructureFeature
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:StructureFeatureAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method setSurfaceAdjustingStructures(Ljava/util/List;)V to setSurfaceAdjustingStructures_$md$39f229$0 in fabric-structure-api-v1.mixins.json:StructureFeatureAccessor
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Ljava/lang/String;Lnet/minecraft/world/gen/feature/StructureFeature;Lnet/minecraft/world/gen/GenerationStep$Feature;)Lnet/minecraft/world/gen/feature/StructureFeature; to callRegister_$md$39f229$1 in fabric-structure-api-v1.mixins.json:StructureFeatureAccessor
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinTheEndBiomeSource from fabric-biome-api-v1.mixins.json into net.minecraft.world.biome.source.TheEndBiomeSource
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinRequiredTagListRegistry from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.RequiredTagListRegistry
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinRequiredTagListRegistry: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinRequiredTagListRegistry->@Inject::getBuiltinTags(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinTagImpl from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.SetTag
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagImpl: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinTagImpl from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.RequiredTagList$TagWrapper
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagImpl: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing BedBlockMixin from fabric-entity-events-v1.mixins.json into net.minecraft.block.BedBlock
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:BedBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:BedBlockMixin->@Inject::onOnUse(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 does use it's CallbackInfo
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing DetectorRailBlockMixin from fabric-object-builder-v1.mixins.json into net.minecraft.block.DetectorRailBlock
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getCustomComparatorOutput$0(Lnet/minecraft/entity/Entity;)Z to md39f229$lambda$getCustomComparatorOutput$0$0 in fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin->@Inject::getCustomComparatorOutput(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-object-builder-api-v1 does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinFireBlock from fabric-content-registries-v0.mixins.json into net.minecraft.block.FireBlock
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::afterConstruct(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 doesn't use it's CallbackInfo
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::afterConstruct(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 has 0 override(s) in child classes
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::afterConstruct(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 won't be passed a CallbackInfo as a result
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::getFabricBurnChance(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock->@Inject::getFabricSpreadChance(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing DropperBlockMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.block.DropperBlock
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:DropperBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookDispense$0(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to md39f229$lambda$hookDispense$0$0 in fabric-transfer-api-v1.mixins.json:DropperBlockMixin
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:DropperBlockMixin->@Inject::hookDispense(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-transfer-api-v1 does use it's CallbackInfo
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing BambooBlockMixin from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.block.BambooSaplingBlock
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:BambooBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:BambooBlockMixin->@Inject::onCalcBlockBreakingDelta(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing BambooBlockMixin from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.block.BambooBlock
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:BambooBlockMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:BambooBlockMixin->@Inject::onCalcBlockBreakingDelta(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing OxidizableMixin from fabric-content-registries-v0.mixins.json into net.minecraft.block.Oxidizable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:OxidizableMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:OxidizableMixin->@Inject::createOxidationLevelIncreasesMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinIdList from fabric-registry-sync-v0.mixins.json into net.minecraft.util.collection.IdList
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdList: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_remapIds$0(Lit/unimi/dsi/fastutil/ints/Int2IntMap;Ljava/lang/Object;Ljava/lang/Integer;)Ljava/lang/Integer; to md39f229$lambda$fabric_remapIds$0$0 in fabric-registry-sync-v0.mixins.json:MixinIdList
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing MaterialBuilderAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.Material$Builder
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MaterialBuilderAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockSettingsAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.AbstractBlock$Settings
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:AbstractBlockSettingsAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockSettingsMixin from fabric-object-builder-v1.mixins.json into net.minecraft.block.AbstractBlock$Settings
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:AbstractBlockSettingsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockStateMixin from apoli.mixins.json into net.minecraft.block.AbstractBlock$AbstractBlockState
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventBlockSelection$0(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/PreventBlockSelectionPower;)Z to md39f229$lambda$preventBlockSelection$0$0 in apoli.mixins.json:AbstractBlockStateMixin
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin->@Inject::preventBlockSelection(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin->@Inject::phaseThroughBlocks(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin->@Inject::preventCollisionWhenPhasing(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockEntity from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.block.entity.BlockEntity
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:MixinBlockEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.LootableContainerBlockEntity
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingScreenHandlerAccessor from apoli.mixins.json into net.minecraft.screen.CraftingScreenHandler
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingScreenHandlerMixin from apoli.mixins.json into net.minecraft.screen.CraftingScreenHandler
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$allowUsingViaPower$0(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Ljava/lang/Boolean; to md39f229$lambda$allowUsingViaPower$0$0 in apoli.mixins.json:CraftingScreenHandlerMixin
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerMixin->@Inject::clearPowerCraftingInventory(Lnet/minecraft/screen/ScreenHandler;Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/inventory/CraftingInventory;Lnet/minecraft/inventory/CraftingResultInventory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerMixin->@Inject::allowUsingViaPower(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.AbstractFurnaceBlockEntity
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinAbstractFurnaceBlockEntity from fabric-content-registries-v0.mixins.json into net.minecraft.block.entity.AbstractFurnaceBlockEntity
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinAbstractFurnaceBlockEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinAbstractFurnaceBlockEntity->@Inject::fuelTimeMapHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable
-[07:56:49] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.BrewingStandBlockEntity
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemStackMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.ItemStack
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing client.ItemStackMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.ItemStack
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.ItemStackMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinItemStack from fabric-tool-attribute-api-v1.mixins.json into net.minecraft.item.ItemStack
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing DontOverwriteAttrModsMixin from calio.mixins.json into net.minecraft.item.ItemStack
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$ModifyItalicDisplayItem from calio.mixins.json into net.minecraft.item.ItemStack
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$ModifyItalicDisplayItem: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemStackMixin from apoli.mixins.json into net.minecraft.item.ItemStack
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$3(Ljava/util/List;Lio/github/apace100/apoli/power/TooltipPower;)V to md39f229$lambda$addEquipmentPowerTooltips$3$0 in apoli.mixins.json:ItemStackMixin
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$2(Lio/github/apace100/apoli/power/TooltipPower;)Z to md39f229$lambda$addEquipmentPowerTooltips$2$1 in apoli.mixins.json:ItemStackMixin
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$1(Ljava/util/List;Lnet/minecraft/client/item/TooltipContext;Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)V to md39f229$lambda$addEquipmentPowerTooltips$1$2 in apoli.mixins.json:ItemStackMixin
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$0(Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)Z to md39f229$lambda$addEquipmentPowerTooltips$0$3 in apoli.mixins.json:ItemStackMixin
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::saveDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::saveDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::saveDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.ItemStackMixin->@Inject::getTooltip(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-item-api-v1 does use it's CallbackInfoReturnable
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::isEffectiveOn(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::getMiningSpeedMultiplier(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::storeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 doesn't use it's CallbackInfoReturnable
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::storeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 has 0 override(s) in child classes
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::storeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 won't be passed a CallbackInfoReturnable as a result
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::revokeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 doesn't use it's CallbackInfoReturnable
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::revokeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 has 0 override(s) in child classes
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::revokeTooltipAttributeEntityContext(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tool-attribute-api-v1 won't be passed a CallbackInfoReturnable as a result
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-tool-attribute-api-v1.mixins.json:MixinItemStack->@Inject::getAttributeModifiers(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V from mod fabric-tool-attribute-api-v1 does use it's CallbackInfoReturnable
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin->@Inject::addAttributeModifiersFromItem(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V from mod calio doesn't use it's CallbackInfoReturnable
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin->@Inject::addAttributeModifiersFromItem(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V from mod calio has 0 override(s) in child classes
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin->@Inject::addAttributeModifiersFromItem(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V from mod calio won't be passed a CallbackInfoReturnable as a result
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::addEquipmentPowerTooltips(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod apoli doesn't use it's CallbackInfoReturnable
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::addEquipmentPowerTooltips(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod apoli has 0 override(s) in child classes
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::addEquipmentPowerTooltips(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod apoli won't be passed a CallbackInfoReturnable as a result
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::use(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::cacheUsedItemStack(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::cacheUsedItemStack(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::cacheUsedItemStack(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin->@Inject::callActionOnUse(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing EnderChestBlockEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.EnderChestBlockEntity
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$RemoveNonItalicOnRename from calio.mixins.json into net.minecraft.screen.AnvilScreenHandler
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename->@Inject::removeNonItalicFlag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/item/ItemStack;IIILnet/minecraft/item/ItemStack;)V from mod calio doesn't use it's CallbackInfo
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename->@Inject::removeNonItalicFlag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/item/ItemStack;IIILnet/minecraft/item/ItemStack;)V from mod calio has 0 override(s) in child classes
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename->@Inject::removeNonItalicFlag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/item/ItemStack;IIILnet/minecraft/item/ItemStack;)V from mod calio won't be passed a CallbackInfo as a result
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing ForgingScreenHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.screen.ForgingScreenHandler
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing HopperBlockEntityMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.block.entity.HopperBlockEntity
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookExtract$1(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to md39f229$lambda$hookExtract$1$0 in fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookInsert$0(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to md39f229$lambda$hookInsert$0$1 in fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin->@Inject::hookInsert(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/inventory/Inventory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/inventory/Inventory;)V from mod fabric-transfer-api-v1 does use it's CallbackInfoReturnable
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin->@Inject::hookExtract(Lnet/minecraft/world/World;Lnet/minecraft/block/entity/Hopper;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/inventory/Inventory;)V from mod fabric-transfer-api-v1 does use it's CallbackInfoReturnable
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing ConduitOnLandMixin from origins.mixins.json into net.minecraft.block.entity.ConduitBlockEntity
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ConduitOnLandMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing PersistentProjectileEntityMixin from apoli.mixins.json into net.minecraft.entity.projectile.PersistentProjectileEntity
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PersistentProjectileEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$1(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)V to md39f229$lambda$modifyProjectileDamageDealt$1$0 in apoli.mixins.json:PersistentProjectileEntityMixin
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$0(Lnet/minecraft/entity/damage/DamageSource;ILnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)Z to md39f229$lambda$modifyProjectileDamageDealt$0$1 in apoli.mixins.json:PersistentProjectileEntityMixin
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing ExperienceOrbEntityMixin from apoli.mixins.json into net.minecraft.entity.ExperienceOrbEntity
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin->@Inject::modifyXpAmount(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin->@Inject::modifyXpAmount(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin->@Inject::modifyXpAmount(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing ScareCreepersMixin from origins.mixins.json into net.minecraft.entity.mob.CreeperEntity
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectTargetGoal$0(Lnet/minecraft/entity/LivingEntity;)Z to md39f229$lambda$redirectTargetGoal$0$0 in origins.mixins.json:ScareCreepersMixin
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin->@Inject::addGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins doesn't use it's CallbackInfo
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin->@Inject::addGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins has 0 override(s) in child classes
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin->@Inject::addGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins won't be passed a CallbackInfo as a result
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing TridentEntityMixin from apoli.mixins.json into net.minecraft.entity.projectile.TridentEntity
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:TridentEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$1(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)V to md39f229$lambda$modifyProjectileDamageDealt$1$0 in apoli.mixins.json:TridentEntityMixin
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$0(Lnet/minecraft/entity/damage/DamageSource;FLnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)Z to md39f229$lambda$modifyProjectileDamageDealt$0$1 in apoli.mixins.json:TridentEntityMixin
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityAccessor from fabric-containers-v0.mixins.json into net.minecraft.server.network.ServerPlayerEntity
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-containers-v0.mixins.json:ServerPlayerEntityAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerEntity from fabric-containers-v0.accurate.mixins.json into net.minecraft.server.network.ServerPlayerEntity
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) fabric-containers-v0.accurate.mixins.json:MixinServerPlayerEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from mixins.playerabilitylib.common.json into net.minecraft.server.network.ServerPlayerEntity
-[07:56:50] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinServerPlayerEntity from mixins.cardinal_components_entity.json into net.minecraft.server.network.ServerPlayerEntity
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerEntity from fabric-events-interaction-v0.mixins.json into net.minecraft.server.network.ServerPlayerEntity
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerEntity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.network.ServerPlayerEntity
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayerEntity
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventAvianSleep$0(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lio/github/apace100/apoli/power/PreventSleepPower;)V to md39f229$lambda$preventAvianSleep$0$0 in apoli.mixins.json:ServerPlayerEntityMixin
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from fabric-screen-handler-api-v1.mixins.json into net.minecraft.server.network.ServerPlayerEntity
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/world/ServerWorld;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/world/ServerWorld;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/world/ServerWorld;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::checkAbilityConsistency(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::checkAbilityConsistency(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::checkAbilityConsistency(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::writeAbilitiesToTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::writeAbilitiesToTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::writeAbilitiesToTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::readAbilitiesFromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::readAbilitiesFromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin->@Inject::readAbilitiesFromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity->@Inject::copyDataFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity->@Inject::copyDataFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity->@Inject::copyDataFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerEntity->@Inject::onPlayerInteractEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::callOnKillForPlayer(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::callOnKillForPlayer(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::callOnKillForPlayer(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::onCopyFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::onCopyFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::onCopyFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-entity-events-v1 won't be passed a CallbackInfo as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin->@Inject::onTrySleepDirectionCheck(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/Direction;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::preventAvianSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::modifySpawnPointDimension(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::modifyPlayerSpawnPosition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::modifySpawnPointSet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::copyInventoryWhenKeeping(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::copyInventoryWhenKeeping(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin->@Inject::copyInventoryWhenKeeping(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_storeOpenedScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/screen/ScreenHandler;)V from mod fabric-screen-handler-api-v1 doesn't use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_storeOpenedScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/screen/ScreenHandler;)V from mod fabric-screen-handler-api-v1 has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_storeOpenedScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/screen/ScreenHandler;)V from mod fabric-screen-handler-api-v1 won't be passed a CallbackInfoReturnable as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 doesn't use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 won't be passed a CallbackInfoReturnable as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 doesn't use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 won't be passed a CallbackInfoReturnable as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 doesn't use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-screen-handler-api-v1 won't be passed a CallbackInfoReturnable as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.vehicle.StorageMinecartEntity
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing client.WorldChunkMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.world.chunk.WorldChunk
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/WARN] (FabricLoader/Mixin) @Inject(@At("INVOKE")) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin::handler$zeo000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onLoadBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onLoadBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onLoadBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin->@Inject::onRemoveBlockEntity(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/block/entity/BlockEntity;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing StructuresConfigAccessor from fabric-structure-api-v1.mixins.json into net.minecraft.world.gen.chunk.StructuresConfig
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:StructuresConfigAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing BlockItemMixin from apoli.mixins.json into net.minecraft.item.BlockItem
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:BlockItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing ArmorItemMixin from apoli.mixins.json into net.minecraft.item.ArmorItem
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ArmorItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventArmorEquipping$0(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;Lio/github/apace100/apoli/power/RestrictArmorPower;)Z to md39f229$lambda$preventArmorEquipping$0$0 in apoli.mixins.json:ArmorItemMixin
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ArmorItemMixin->@Inject::preventArmorEquipping(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing SwordItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.SwordItem
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin->@Inject::fabric$onIsSuitableFor(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing ShovelItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.ShovelItem
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:ShovelItemAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getPathStates()Ljava/util/Map; to getPathStates_$md$39f229$0 in fabric-content-registries-v0.mixins.json:ShovelItemAccessor
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing MiningToolItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.MiningToolItem
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:MiningToolItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:MiningToolItemMixin->@Inject::fabric$onIsSuitableFor(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;I)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing AxeItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.AxeItem
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:AxeItemAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getStrippedBlocks()Ljava/util/Map; to getStrippedBlocks_$md$39f229$0 in fabric-content-registries-v0.mixins.json:AxeItemAccessor
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method setStrippedBlocks(Ljava/util/Map;)V to setStrippedBlocks_$md$39f229$1 in fabric-content-registries-v0.mixins.json:AxeItemAccessor
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing HoeItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.HoeItem
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:HoeItemAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getTillingActions()Ljava/util/Map; to getTillingActions_$md$39f229$0 in fabric-content-registries-v0.mixins.json:HoeItemAccessor
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing BucketItemAccessor from fabric-transfer-api-v1.mixins.json into net.minecraft.item.BucketItem
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:BucketItemAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing ShearsItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.ShearsItem
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onIsSuitableFor(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-mining-level-api-v1 does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing HoneycombItemMixin from fabric-content-registries-v0.mixins.json into net.minecraft.item.HoneycombItem
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:HoneycombItemMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:HoneycombItemMixin->@Inject::createUnwaxedToWaxedMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-content-registries-v0 does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinItemGroup from fabric-item-groups-v0.mixins.json into net.minecraft.item.ItemGroup
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:MixinItemGroup: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemGroup from fabric-item-groups-v0.mixins.json into net.minecraft.item.ItemGroup
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinItemGroup: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinItemGroup->@Inject::isTopRow(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-item-groups-v0 does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinItemGroup->@Inject::getColumn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-item-groups-v0 does use it's CallbackInfoReturnable
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing StatusEffectInstanceMixin from apoli.mixins.json into net.minecraft.entity.effect.StatusEffectInstance
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:StatusEffectInstanceMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing ChestStateManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.ViewerCountManager
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.player.PlayerInventory
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingResultSlotMixin from apoli.mixins.json into net.minecraft.screen.slot.CraftingResultSlot
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin->@Inject::testOnTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin->@Inject::testOnTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin->@Inject::testOnTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Mixing LootPoolEntryTypesAccessor from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.entry.LootPoolEntryTypes
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:LootPoolEntryTypesAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:51] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method register(Ljava/lang/String;Lnet/minecraft/util/JsonSerializer;)Lnet/minecraft/loot/entry/LootPoolEntryType; to register_$md$39f229$0 in fabric-loot-tables-v1.mixins.json:LootPoolEntryTypesAccessor
-[07:56:52] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinMultiNoiseBiomeSource from fabric-biome-api-v1.mixins.json into net.minecraft.world.biome.source.MultiNoiseBiomeSource$Preset
-[07:56:52] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$appendNetherBiomes$1(Lnet/minecraft/util/registry/Registry;Ljava/util/List;Lnet/minecraft/util/registry/RegistryKey;Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$NoiseHypercube;)V to md39f229$lambda$appendNetherBiomes$1$0 in fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource
-[07:56:52] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$appendNetherBiomes$0(Lnet/minecraft/world/biome/Biome;)Lnet/minecraft/world/biome/Biome; to md39f229$lambda$appendNetherBiomes$0$1 in fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource
-[07:56:52] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource->@Inject::appendNetherBiomes(Lnet/minecraft/util/registry/Registry;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 does use it's CallbackInfoReturnable
-[07:56:52] [main/DEBUG] (FabricLoader/Mixin) Mixing FlatChunkGeneratorConfigMixin from fabric-structure-api-v1.mixins.json into net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
-[07:56:52] [main/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:FlatChunkGeneratorConfigMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [main/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:FlatChunkGeneratorConfigMixin->@Inject::createDefaultConfig(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-structure-api-v1 does use it's CallbackInfoReturnable
-[07:56:52] [main/DEBUG] (FabricLoader/Mixin) Mixing DefaultAttributeRegistryAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.entity.attribute.DefaultAttributeRegistry
-[07:56:52] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getRegistry()Ljava/util/Map; to getRegistry_$md$39f229$0 in fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryAccessor
-[07:56:52] [main/DEBUG] (FabricLoader/Mixin) Mixing DefaultAttributeRegistryMixin from fabric-object-builder-v1.mixins.json into net.minecraft.entity.attribute.DefaultAttributeRegistry
-[07:56:52] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryMixin->@Inject::injectAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-object-builder-api-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinMinecraftClient from fabric-events-interaction-v0.mixins.json into net.minecraft.client.MinecraftClient
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinMinecraftClient: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.MinecraftClient
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.MinecraftClient
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinMinecraftClient from fabric-registry-sync-v0.mixins.json into net.minecraft.client.MinecraftClient
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftClientMixin from apoli.mixins.json into net.minecraft.client.MinecraftClient
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeEntitiesGlow$1(Lio/github/apace100/apoli/power/SelfGlowPower;)Z to md39f229$lambda$makeEntitiesGlow$1$0 in apoli.mixins.json:MinecraftClientMixin
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeEntitiesGlow$0(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/EntityGlowPower;)Z to md39f229$lambda$makeEntitiesGlow$0$1 in apoli.mixins.json:MinecraftClientMixin
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-data-generation-api-v1.mixins.json into net.minecraft.client.MinecraftClient
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.MinecraftClientAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.client.MinecraftClient
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.MinecraftClientAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftClientMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.MinecraftClient
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinMinecraftClient->@Inject::fabric_doItemPickWrapper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinMinecraftClient->@Inject::cancelItemPick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::onConstruct(Lnet/minecraft/client/RunArgs;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::onConstruct(Lnet/minecraft/client/RunArgs;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::onConstruct(Lnet/minecraft/client/RunArgs;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStartTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStartTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStartTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onEndTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onEndTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onEndTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient->@Inject::disconnectAfter(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient->@Inject::disconnectAfter(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient->@Inject::disconnectAfter(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:MinecraftClientMixin->@Inject::makeEntitiesGlow(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::main(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-data-generation-api-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::main(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-data-generation-api-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin->@Inject::main(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-data-generation-api-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemove(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemove(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemove(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemoveBecauseStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemoveBecauseStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::onScreenRemoveBecauseStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::beforeLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin->@Inject::afterLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.gui.screen.Screen
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:ScreenMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenAccessor from fabric-screen-api-v1.mixins.json into net.minecraft.client.gui.screen.Screen
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.gui.screen.Screen
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:ScreenMixin->@Inject::injectRenderTooltipLambda(Ljava/util/List;Lnet/minecraft/client/item/TooltipData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::beforeInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::beforeInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::beforeInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::afterInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::afterInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin->@Inject::afterInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinTitleScreen from mixins.modmenu.json into net.minecraft.client.gui.screen.TitleScreen
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing AspectsMixin from aspects.mixins.json into net.minecraft.client.gui.screen.TitleScreen
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod aspects doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod aspects has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod aspects won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinClientWorld from mixins.cardinal_components_entity.json into net.minecraft.client.world.ClientWorld
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientWorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientWorld
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing HandledScreenFocusedSlotAccessor from calio.mixins.json into net.minecraft.client.gui.screen.ingame.HandledScreen
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:HandledScreenFocusedSlotAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinDynamicRegistryManager from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.DynamicRegistryManager
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinDynamicRegistryManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DynamicRegistryManagerMixin from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.DynamicRegistryManager
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:DynamicRegistryManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DynamicRegistryManagerAccessor from fabric-tag-extensions-v0.mixins.json into net.minecraft.util.registry.DynamicRegistryManager
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:DynamicRegistryManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getInfos()Ljava/util/Map; to getInfos_$md$39f229$0 in fabric-tag-extensions-v0.mixins.json:DynamicRegistryManagerAccessor
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinDynamicRegistryManager->@Inject::setupBuiltInSync(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:DynamicRegistryManagerMixin->@Inject::onCreateImpl(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/registry/DynamicRegistryManager$Impl;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing modification.DynamicRegistryManagerImplMixin from fabric-biome-api-v1.mixins.json into net.minecraft.util.registry.DynamicRegistryManager$Impl
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:modification.DynamicRegistryManagerImplMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientBuiltinResourcePackProviderMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.resource.ClientBuiltinResourcePackProvider
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lnet/minecraft/resource/ResourcePackProfile$Factory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lnet/minecraft/resource/ResourcePackProfile$Factory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lnet/minecraft/resource/ResourcePackProfile$Factory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::onSupplyZipProgrammerArtPack(Ljava/io/File;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 does use it's CallbackInfoReturnable
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin->@Inject::onSupplyDirProgrammerArtPack(Ljava/io/File;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 does use it's CallbackInfoReturnable
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DefaultResourcePackMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.DefaultResourcePack
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:DefaultResourcePackMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackManagerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackManager
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackManagerAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackManager
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin->@Inject::construct(Lnet/minecraft/resource/ResourcePackProfile$Factory;[Lnet/minecraft/resource/ResourcePackProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfo
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin->@Inject::construct(Lnet/minecraft/resource/ResourcePackProfile$Factory;[Lnet/minecraft/resource/ResourcePackProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin->@Inject::construct(Lnet/minecraft/resource/ResourcePackProfile$Factory;[Lnet/minecraft/resource/ResourcePackProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfo as a result
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackProfileAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackProfile
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackProfileAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing FileResourcePackProviderAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.FileResourcePackProvider
-[07:56:52] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:FileResourcePackProviderAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:52] [Render thread/INFO] (com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
-[07:56:52] [Render thread/DEBUG] (com.mojang.authlib.minecraft.client.MinecraftClient) Connecting to https://api.minecraftservices.com/player/attributes
-[07:56:53] [Render thread/ERROR] (net.minecraft.client.MinecraftClient) Failed to verify authentication
+[13:51:41] [main/DEBUG] (FabricLoader/Mappings) Loading mappings took 432 ms
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\com\github\apace100\origins-fabric\v1.4.1\origins-fabric-v1.4.1.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-lifecycle-events-v1\2.0.4+d8d7804a60\fabric-lifecycle-events-v1-2.0.4+d8d7804a60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-transitive-access-wideners-v1\1.1.0+e747827960\fabric-transitive-access-wideners-v1-1.1.0+e747827960.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-models-v0\0.3.6+d7c144a860\fabric-models-v0-0.3.6+d7c144a860.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-gametest-api-v1\1.0.18+91b7aa6660\fabric-gametest-api-v1-1.0.18+91b7aa6660.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-events-lifecycle-v0\0.2.16+d7c144a860\fabric-events-lifecycle-v0-0.2.16+d7c144a860.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\me\shedaniel\cloth\cloth-config-fabric\6.2.57\cloth-config-fabric-6.2.57.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\com\jamieswhiteshirt\reach-entity-attributes\2.1.1\reach-entity-attributes-2.1.1.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\com\terraformersmc\modmenu\3.1.0\modmenu-3.1.0.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\run\.fabric\processedMods\extrakeybinds-0.2.0-64b5720b4b825f21.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\com\github\DaFuqs\AdditionalEntityAttributes\1.18.2-SNAPSHOT\AdditionalEntityAttributes-1.18.2-SNAPSHOT.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-mining-level-api-v1\2.1.2+81ea5b3c60\fabric-mining-level-api-v1-2.1.2+81ea5b3c60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-screen-api-v1\1.0.10+d882b91560\fabric-screen-api-v1-1.0.10+d882b91560.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-loot-tables-v1\1.1.0+e747827960\fabric-loot-tables-v1-1.1.0+e747827960.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-transfer-api-v1\1.6.2+f4563ac860\fabric-transfer-api-v1-1.6.2+f4563ac860.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-key-binding-api-v1\1.0.12+54e5b2ec60\fabric-key-binding-api-v1-1.0.12+54e5b2ec60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-dimensions-v1\2.1.19+ffb2c71e60\fabric-dimensions-v1-2.1.19+ffb2c71e60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-api-lookup-api-v1\1.6.1+2373a54560\fabric-api-lookup-api-v1-1.6.1+2373a54560.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\me\shedaniel\cloth\basic-math\0.6.0\basic-math-0.6.0.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-keybindings-v0\0.2.10+b4f4f6cd60\fabric-keybindings-v0-0.2.10+b4f4f6cd60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-item-api-v1\1.5.0+85719ab760\fabric-item-api-v1-1.5.0+85719ab760.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-rendering-data-attachment-v1\0.3.7+d7c144a860\fabric-rendering-data-attachment-v1-0.3.7+d7c144a860.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-textures-v0\1.0.12+3ac43d9560\fabric-textures-v0-1.0.12+3ac43d9560.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-blockrenderlayer-v1\1.1.12+3ac43d9560\fabric-blockrenderlayer-v1-1.1.12+3ac43d9560.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\io\github\ladysnake\PlayerAbilityLib\1.5.0\PlayerAbilityLib-1.5.0.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-commands-v0\0.2.8+b4f4f6cd60\fabric-commands-v0-0.2.8+b4f4f6cd60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\bin\main to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-crash-report-info-v1\0.2.1+ee261a3e60\fabric-crash-report-info-v1-0.2.1+ee261a3e60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-resource-loader-v0\0.5.1+e747827960\fabric-resource-loader-v0-0.5.1+e747827960.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-particles-v1\0.2.12+526dc1ac60\fabric-particles-v1-0.2.12+526dc1ac60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-renderer-registries-v1\3.2.11+b4f4f6cd60\fabric-renderer-registries-v1-3.2.11+b4f4f6cd60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-resource-conditions-api-v1\2.0.3+91b7aa6660\fabric-resource-conditions-api-v1-2.0.3+91b7aa6660.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-convention-tags-v1\1.0.1+474e4f7960\fabric-convention-tags-v1-1.0.1+474e4f7960.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-api\0.54.0+1.18.2\fabric-api-0.54.0+1.18.2.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-networking-api-v1\1.0.21+d882b91560\fabric-networking-api-v1-1.0.21+d882b91560.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-screen-handler-api-v1\1.2.0+1f6558e860\fabric-screen-handler-api-v1-1.2.0+1f6558e860.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-events-interaction-v0\0.4.19+d7c144a860\fabric-events-interaction-v0-0.4.19+d7c144a860.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-entity-events-v1\1.4.8+d7c144a860\fabric-entity-events-v1-1.4.8+d7c144a860.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-data-generation-api-v1\2.0.9+e19de87d60\fabric-data-generation-api-v1-2.0.9+e19de87d60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-rendering-v0\1.1.13+b4f4f6cd60\fabric-rendering-v0-1.1.13+b4f4f6cd60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-game-rule-api-v1\1.0.13+d7c144a860\fabric-game-rule-api-v1-1.0.13+d7c144a860.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-loot-api-v2\1.0.0+e747827960\fabric-loot-api-v2-1.0.0+e747827960.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-api-base\0.4.4+d7c144a860\fabric-api-base-0.4.4+d7c144a860.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\dev\onyxstudios\cardinal-components-api\cardinal-components-entity\4.1.4\cardinal-components-entity-4.1.4.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-registry-sync-v0\0.9.8+0d9ab37260\fabric-registry-sync-v0-0.9.8+0d9ab37260.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-object-builder-api-v1\2.1.2+032c981d60\fabric-object-builder-api-v1-2.1.2+032c981d60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-renderer-indigo\0.5.0+7faf0d8860\fabric-renderer-indigo-0.5.0+7faf0d8860.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-containers-v0\0.1.21+d7c144a860\fabric-containers-v0-0.1.21+d7c144a860.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-networking-v0\0.3.8+b4f4f6cd60\fabric-networking-v0-0.3.8+b4f4f6cd60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-content-registries-v0\3.0.6+d82b939260\fabric-content-registries-v0-3.0.6+d82b939260.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-command-api-v1\1.1.9+d7c144a860\fabric-command-api-v1-1.1.9+d7c144a860.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-biome-api-v1\8.0.4+7b0f312660\fabric-biome-api-v1-8.0.4+7b0f312660.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-renderer-api-v1\0.4.13+d882b91560\fabric-renderer-api-v1-0.4.13+d882b91560.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\com\github\apace100\calio\v1.5.1\calio-v1.5.1.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\dev\onyxstudios\cardinal-components-api\cardinal-components-base\4.1.4\cardinal-components-base-4.1.4.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-rendering-fluids-v1\2.0.2+54e5b2ec60\fabric-rendering-fluids-v1-2.0.2+54e5b2ec60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-rendering-v1\1.10.7+54e5b2ec60\fabric-rendering-v1-1.10.7+54e5b2ec60.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\com\github\apace100\apoli\v2.3.3\apoli-v2.3.3.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-item-groups-v0\0.3.13+91896a4960\fabric-item-groups-v0-0.3.13+91896a4960.jar to classpath.
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.integration.ModMenuIntegration for mod origins (key modmenu)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.OriginsClient for mod origins (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.Origins for mod origins (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.origins.registry.ModComponents for mod origins (key cardinal-components-entity)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.ClientLifecycleEventsImpl for mod fabric-lifecycle-events-v1 (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.LifecycleEventsImpl for mod fabric-lifecycle-events-v1 (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.gametest.FabricGameTestModInitializer for mod fabric-gametest-api-v1 (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.client.LegacyClientEventInvokers for mod fabric-events-lifecycle-v0 (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.lifecycle.LegacyEventInvokers for mod fabric-events-lifecycle-v0 (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer me.shedaniel.clothconfig2.fabric.ClothConfigModMenuDemo for mod cloth-config (key modmenu)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer me.shedaniel.autoconfig.example.ExampleInits::exampleCommonInit for mod cloth-config (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.jamieswhiteshirt.reachentityattributes.ReachEntityAttributes for mod reach-entity-attributes (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.terraformersmc.modmenu.ModMenuModMenuCompat for mod modmenu (key modmenu)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer com.terraformersmc.modmenu.ModMenu for mod modmenu (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer extrakeybinds.common.ExtraKeybinds for mod extrakeybinds (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer de.dafuqs.additionalentityattributes.AdditionalEntityAttributes for mod additionalentityattributes (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.mininglevel.FabricMiningLevelInit for mod fabric-mining-level-api-v1 (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.loot.table.LootTablesV1Init for mod fabric-loot-tables-v1 (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.lookup.ApiLookupImpl for mod fabric-api-lookup-api-v1 (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.ladysnake.pal.Pal for mod playerabilitylib (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fishplex.Aspects for mod aspects (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.client.ClientNetworkingImpl::clientInit for mod fabric-networking-api-v1 (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.NetworkingImpl::init for mod fabric-networking-api-v1 (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.screenhandler.client.ClientNetworking for mod fabric-screen-handler-api-v1 (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.interaction.InteractionEventsRouterClient for mod fabric-events-interaction-v0 (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.event.interaction.InteractionEventsRouter for mod fabric-events-interaction-v0 (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.rendering.RenderingCallbackInvoker for mod fabric-rendering-v0 (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer dev.onyxstudios.cca.internal.entity.CcaEntityClientNw::initClient for mod cardinal-components-entity (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer dev.onyxstudios.cca.internal.entity.CardinalComponentsEntity::init for mod cardinal-components-entity (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.registry.sync.FabricRegistryClientInit for mod fabric-registry-sync-v0 (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.registry.sync.FabricRegistryInit for mod fabric-registry-sync-v0 (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.indigo.Indigo for mod fabric-renderer-indigo (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.client.container.ScreenProviderRegistryImpl::init for mod fabric-containers-v0 (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.OldClientNetworkingHooks for mod fabric-networking-v0 (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer net.fabricmc.fabric.impl.networking.OldNetworkingHooks for mod fabric-networking-v0 (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.calio.CalioClient for mod calio (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.calio.Calio for mod calio (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.ApoliServer for mod apoli (key server)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.integration.ModMenuIntegration for mod apoli (key modmenu)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.ApoliClient for mod apoli (key client)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.Apoli for mod apoli (key main)
+[13:51:49] [main/DEBUG] (FabricLoader/Entrypoint) Registering new-style initializer io.github.apace100.apoli.Apoli for mod apoli (key cardinal-components-entity)
+[13:51:50] [main/INFO] (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/yena/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.11.4+mixin.0.8.5/c1dc27696aa4006e492c2485c9ccbcb26045a971/sponge-mixin-0.11.4+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Error cleaning class output directory: .mixin.out
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Initialising Mixin Platform Manager
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Adding mixin platform agents for container ContainerHandleURI(file:///C:/Users/yena/Documents/GitHub/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2/net/fabricmc/fabric-loader/0.14.6/fabric-loader-0.14.6.jar)
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:///C:/Users/yena/Documents/GitHub/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2/net/fabricmc/fabric-loader/0.14.6/fabric-loader-0.14.6.jar)
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) MixinPlatformAgentDefault accepted container ContainerHandleURI(file:///C:/Users/yena/Documents/GitHub/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2/net/fabricmc/fabric-loader/0.14.6/fabric-loader-0.14.6.jar)
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Instancing new MixinPlatformAgentDefault for ContainerHandleURI(file:///C:/Users/yena/Documents/GitHub/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2/net/fabricmc/fabric-loader/0.14.6/fabric-loader-0.14.6.jar)
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) MixinPlatformAgentDefault accepted container ContainerHandleURI(file:///C:/Users/yena/Documents/GitHub/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2/net/fabricmc/fabric-loader/0.14.6/fabric-loader-0.14.6.jar)
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:///C:/Users/yena/Documents/GitHub/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2/net/fabricmc/fabric-loader/0.14.6/fabric-loader-0.14.6.jar)]
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleURI(file:///C:/Users/yena/Documents/GitHub/Aspects/.gradle/loom-cache/remapped_mods/net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2/net/fabricmc/fabric-loader/0.14.6/fabric-loader-0.14.6.jar)]
+[13:51:50] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by origins.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-lifecycle-events-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-models-v0.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-gametest-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_17 specified by additionalentityattributes.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_17
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-mining-level-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-mining-level-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-screen-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-screen-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-loot-tables-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-loot-tables-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-transfer-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-transfer-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-key-binding-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-key-binding-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-dimensions-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-dimensions-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-api-lookup-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-api-lookup-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-item-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-item-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-rendering-data-attachment-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-data-attachment-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-textures-v0.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-textures-v0.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-blockrenderlayer-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-blockrenderlayer-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by aspects.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-crash-report-info-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-crash-report-info-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-resource-loader-v0.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-resource-loader-v0.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-particles-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-particles-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-resource-conditions-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-resource-conditions-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-networking-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-networking-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-screen-handler-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-screen-handler-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-events-interaction-v0.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-events-interaction-v0.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-entity-events-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-entity-events-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-data-generation-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-data-generation-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-game-rule-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-game-rule-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-loot-api-v2.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-registry-sync-v0.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-registry-sync-v0.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-object-builder-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-object-builder-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-renderer-indigo.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-indigo.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-containers-v0.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-containers-v0.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-containers-v0.accurate.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-containers-v0.accurate.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-content-registries-v0.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-content-registries-v0.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-command-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-command-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-biome-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-biome-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-renderer-api-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-api-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-renderer-api-v1.debughud.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-renderer-api-v1.debughud.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by calio.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-rendering-fluids-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-fluids-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-rendering-v1.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-rendering-v1.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by apoli.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Compatibility level JAVA_16 specified by fabric-item-groups-v0.mixins.json is higher than the maximum level supported by this version of mixin (JAVA_13).
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Mixin config fabric-item-groups-v0.mixins.json does not specify "minVersion" property
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\1.18.2\net.fabricmc.yarn.1_18_2.1.18.2+build.3-v2\minecraft-project-@-mapped.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\bin\main to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.jetbrains\annotations\22.0.0\fb9bebc90794c7602e73d6ed0cb165a0c650be62\annotations-22.0.0.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\blue.endless\jankson\1.2.0\3a596049034f2952c0b2d40ca41f9b98856d5fb4\jankson-1.2.0.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.moandjiezana.toml\toml4j\0.7.2\a03337911d0bd2c40932aca3946edb30d0e7d0c\toml4j-0.7.2.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.yaml\snakeyaml\1.27\359d62567480b07a679dc643f82fc926b100eed5\snakeyaml-1.27.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc\yarn\1.18.2+build.3\6c5504a97c97bb5813ebe3fc1b4256f4d0dc838a\yarn-1.18.2+build.3-constants.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.mojang\blocklist\1.0.10\5c685c5ffa94c4cd39496c7184c1d122e515ecef\blocklist-1.0.10.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.mojang\patchy\2.2.10\da05971b07cbb379d002cf7eaec6a2048211fefc\patchy-2.2.10.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.github.oshi\oshi-core\5.8.5\1d0ec654d820741327f5a9229d513732a4b7ce50\oshi-core-5.8.5.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\jna\5.10.0\7cf4c87dd802db50721db66947aa237d7ad09418\jna-5.10.0.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\jna-platform\5.10.0\fbed7d9669dba47714ad0d4f4454290a997aee69\jna-platform-5.10.0.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.ibm.icu\icu4j\70.1\dfa3a1fbc55bf5db8c6e79fc0935ac7ab1202950\icu4j-70.1.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.mojang\javabridge\1.2.24\c876796229b2ef5120f186eab5acc870699d3b9\javabridge-1.2.24.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.sf.jopt-simple\jopt-simple\5.0.4\4fdac2fbe92dfad86aa6e9301736f6b4342a3f5c\jopt-simple-5.0.4.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\io.netty\netty-all\4.1.68.Final\b8266a3c93c1c051109f71d3449e5dcd5d60b333\netty-all-4.1.68.Final.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.google.guava\failureaccess\1.0.1\1dcf1de382a0bf95a3d8b0849546c88bac1292c9\failureaccess-1.0.1.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\31.0.1-jre\119ea2b2bc205b138974d351777b20f02b92704b\guava-31.0.1-jre.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-lang3\3.12.0\c6842c86792ff03b9f1d1fe2aab8dc23aa6c6f0e\commons-lang3-3.12.0.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\commons-io\commons-io\2.11.0\a2503f302b11ebde7ebc3df41daebe0e4eea3689\commons-io-2.11.0.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.15\49d94806b6e3dc933dacbd8acb0fdbab8ebd1e5d\commons-codec-1.15.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.mojang\brigadier\1.0.18\c1ef1234282716483c92183f49bef47b1a89bfa9\brigadier-1.0.18.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.mojang\datafixerupper\4.1.27\a02c43824ce57c3f7a7d7e744f0d99a040398b5\datafixerupper-4.1.27.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.apache.commons\commons-compress\1.21\4ec95b60d4e86b5c95a0e919cb172a0af98011ef\commons-compress-1.21.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpclient\4.5.13\e5f6cae5ca7ecaac1ec2827a9e2d65ae2869cada\httpclient-4.5.13.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\commons-logging\commons-logging\1.2\4bfc12adfe4842bf07b657f0369c4cb522955686\commons-logging-1.2.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.apache.httpcomponents\httpcore\4.4.14\9dd1a631c082d92ecd4bd8fd4cf55026c720a8c1\httpcore-4.4.14.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\it.unimi.dsi\fastutil\8.5.6\76f95700418a68fbc4ac050525261f05dc681ca1\fastutil-8.5.6.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.lwjgl\lwjgl\3.2.2\8ad6294407e15780b43e84929c40e4c5e997972e\lwjgl-3.2.2.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.lwjgl\lwjgl-jemalloc\3.2.2\ee8e57a79300f78294576d87c4a587f8c99402e2\lwjgl-jemalloc-3.2.2.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.lwjgl\lwjgl-openal\3.2.2\2b772a102b0a11ee5f2109a5b136f4dc7c630827\lwjgl-openal-3.2.2.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.lwjgl\lwjgl-opengl\3.2.2\6ac5bb88b44c43ea195a570aab059f63da004cd8\lwjgl-opengl-3.2.2.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.lwjgl\lwjgl-glfw\3.2.2\d3ad4df38e400b8afba1de63f84338809399df5b\lwjgl-glfw-3.2.2.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.lwjgl\lwjgl-stb\3.2.2\3b8e6ebc5851dd3d17e37e5cadce2eff2a429f0f\lwjgl-stb-3.2.2.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.lwjgl\lwjgl-tinyfd\3.2.2\fcbe606c8f8da6f8f9a05e2c540eb1ee8632b0e9\lwjgl-tinyfd-3.2.2.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\com.mojang\text2speech\1.12.4\1f618f522dbdd93218c270bcfd8f8dd84be31717\text2speech-1.12.4.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\ca.weblite\java-objc-bridge\1.0.0\6ef160c3133a78de015830860197602ca1c855d3\java-objc-bridge-1.0.0.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\com\github\apace100\origins-fabric\v1.4.1\origins-fabric-v1.4.1.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\com\github\apace100\apoli\v2.3.3\apoli-v2.3.3.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\me\shedaniel\cloth\cloth-config-fabric\6.2.57\cloth-config-fabric-6.2.57.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\dev\onyxstudios\cardinal-components-api\cardinal-components-entity\4.1.4\cardinal-components-entity-4.1.4.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\dev\onyxstudios\cardinal-components-api\cardinal-components-base\4.1.4\cardinal-components-base-4.1.4.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\com\terraformersmc\modmenu\3.1.0\modmenu-3.1.0.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\com\jamieswhiteshirt\reach-entity-attributes\2.1.1\reach-entity-attributes-2.1.1.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\io\github\ladysnake\PlayerAbilityLib\1.5.0\PlayerAbilityLib-1.5.0.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\com\github\apace100\calio\v1.5.1\calio-v1.5.1.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\com\github\DaFuqs\AdditionalEntityAttributes\1.18.2-SNAPSHOT\AdditionalEntityAttributes-1.18.2-SNAPSHOT.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-api\0.54.0+1.18.2\fabric-api-0.54.0+1.18.2.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-transfer-api-v1\1.6.2+f4563ac860\fabric-transfer-api-v1-1.6.2+f4563ac860.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-api-lookup-api-v1\1.6.1+2373a54560\fabric-api-lookup-api-v1-1.6.1+2373a54560.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-blockrenderlayer-v1\1.1.12+3ac43d9560\fabric-blockrenderlayer-v1-1.1.12+3ac43d9560.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-commands-v0\0.2.8+b4f4f6cd60\fabric-commands-v0-0.2.8+b4f4f6cd60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-command-api-v1\1.1.9+d7c144a860\fabric-command-api-v1-1.1.9+d7c144a860.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-containers-v0\0.1.21+d7c144a860\fabric-containers-v0-0.1.21+d7c144a860.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-content-registries-v0\3.0.6+d82b939260\fabric-content-registries-v0-3.0.6+d82b939260.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-convention-tags-v1\1.0.1+474e4f7960\fabric-convention-tags-v1-1.0.1+474e4f7960.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-data-generation-api-v1\2.0.9+e19de87d60\fabric-data-generation-api-v1-2.0.9+e19de87d60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-dimensions-v1\2.1.19+ffb2c71e60\fabric-dimensions-v1-2.1.19+ffb2c71e60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-entity-events-v1\1.4.8+d7c144a860\fabric-entity-events-v1-1.4.8+d7c144a860.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-events-interaction-v0\0.4.19+d7c144a860\fabric-events-interaction-v0-0.4.19+d7c144a860.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-events-lifecycle-v0\0.2.16+d7c144a860\fabric-events-lifecycle-v0-0.2.16+d7c144a860.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-gametest-api-v1\1.0.18+91b7aa6660\fabric-gametest-api-v1-1.0.18+91b7aa6660.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-item-api-v1\1.5.0+85719ab760\fabric-item-api-v1-1.5.0+85719ab760.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-item-groups-v0\0.3.13+91896a4960\fabric-item-groups-v0-0.3.13+91896a4960.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-lifecycle-events-v1\2.0.4+d8d7804a60\fabric-lifecycle-events-v1-2.0.4+d8d7804a60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-loot-tables-v1\1.1.0+e747827960\fabric-loot-tables-v1-1.1.0+e747827960.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-loot-api-v2\1.0.0+e747827960\fabric-loot-api-v2-1.0.0+e747827960.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-mining-level-api-v1\2.1.2+81ea5b3c60\fabric-mining-level-api-v1-2.1.2+81ea5b3c60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-models-v0\0.3.6+d7c144a860\fabric-models-v0-0.3.6+d7c144a860.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-networking-v0\0.3.8+b4f4f6cd60\fabric-networking-v0-0.3.8+b4f4f6cd60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-registry-sync-v0\0.9.8+0d9ab37260\fabric-registry-sync-v0-0.9.8+0d9ab37260.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-screen-handler-api-v1\1.2.0+1f6558e860\fabric-screen-handler-api-v1-1.2.0+1f6558e860.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-networking-api-v1\1.0.21+d882b91560\fabric-networking-api-v1-1.0.21+d882b91560.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-object-builder-api-v1\2.1.2+032c981d60\fabric-object-builder-api-v1-2.1.2+032c981d60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-particles-v1\0.2.12+526dc1ac60\fabric-particles-v1-0.2.12+526dc1ac60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-renderer-indigo\0.5.0+7faf0d8860\fabric-renderer-indigo-0.5.0+7faf0d8860.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-renderer-api-v1\0.4.13+d882b91560\fabric-renderer-api-v1-0.4.13+d882b91560.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-renderer-registries-v1\3.2.11+b4f4f6cd60\fabric-renderer-registries-v1-3.2.11+b4f4f6cd60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-rendering-data-attachment-v1\0.3.7+d7c144a860\fabric-rendering-data-attachment-v1-0.3.7+d7c144a860.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-rendering-fluids-v1\2.0.2+54e5b2ec60\fabric-rendering-fluids-v1-2.0.2+54e5b2ec60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-rendering-v0\1.1.13+b4f4f6cd60\fabric-rendering-v0-1.1.13+b4f4f6cd60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-rendering-v1\1.10.7+54e5b2ec60\fabric-rendering-v1-1.10.7+54e5b2ec60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-screen-api-v1\1.0.10+d882b91560\fabric-screen-api-v1-1.0.10+d882b91560.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-textures-v0\1.0.12+3ac43d9560\fabric-textures-v0-1.0.12+3ac43d9560.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-api-base\0.4.4+d7c144a860\fabric-api-base-0.4.4+d7c144a860.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-biome-api-v1\8.0.4+7b0f312660\fabric-biome-api-v1-8.0.4+7b0f312660.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-crash-report-info-v1\0.2.1+ee261a3e60\fabric-crash-report-info-v1-0.2.1+ee261a3e60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-game-rule-api-v1\1.0.13+d7c144a860\fabric-game-rule-api-v1-1.0.13+d7c144a860.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-keybindings-v0\0.2.10+b4f4f6cd60\fabric-keybindings-v0-0.2.10+b4f4f6cd60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-key-binding-api-v1\1.0.12+54e5b2ec60\fabric-key-binding-api-v1-1.0.12+54e5b2ec60.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-resource-conditions-api-v1\2.0.3+91b7aa6660\fabric-resource-conditions-api-v1-2.0.3+91b7aa6660.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-resource-loader-v0\0.5.1+e747827960\fabric-resource-loader-v0-0.5.1+e747827960.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\net\fabricmc\fabric-api\fabric-transitive-access-wideners-v1\1.1.0+e747827960\fabric-transitive-access-wideners-v1-1.1.0+e747827960.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\Documents\GitHub\Aspects\.gradle\loom-cache\remapped_mods\net_fabricmc_yarn_1_18_2_1_18_2_build_3_v2\me\shedaniel\cloth\basic-math\0.6.0\basic-math-0.6.0.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.jetbrains\annotations\19.0.0\efbff6752f67a7c9de3e4251c086a88e23591dfd\annotations-19.0.0.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\net.fabricmc\dev-launch-injector\0.2.1+build.8\da8bef7e6e2f952da707f282bdb46882a0fce5e3\dev-launch-injector-0.2.1+build.8.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.jline\jline-reader\3.12.1\4382ab1382c7b6f379377ed5f665dc2f6e1218bc\jline-reader-3.12.1.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\modules-2\files-2.1\org.jline\jline-terminal\3.12.1\c777448314e050d980a6b697c140f3bfe9eb7416\jline-terminal-3.12.1.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Knot) Adding C:\Users\yena\.gradle\caches\fabric-loom\1.18.2\net.fabricmc.yarn.1_18_2.1.18.2+build.3-v2\mappings.jar to classpath.
+[13:51:50] [main/DEBUG] (FabricLoader/Entrypoint) No subscribers for entrypoint 'preLaunch'
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins for MixinEnvironment[DEFAULT]
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config origins.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Origins-1.18.2-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-lifecycle-events-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-lifecycle-events-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-models-v0.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-models-v0-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-gametest-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-gametest-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.reach-entity-attributes.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap refmap.reach-entity-attributes.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.modmenu.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap modmenu-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config additionalentityattributes.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap additionalentityattributes-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-mining-level-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-mining-level-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-screen-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-screen-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-loot-tables-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-loot-tables-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-transfer-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-transfer-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-key-binding-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-key-binding-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-dimensions-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-dimensions-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-api-lookup-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-api-lookup-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-item-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-item-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-data-attachment-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-data-attachment-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-textures-v0.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-textures-v0-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-blockrenderlayer-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-blockrenderlayer-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.playerabilitylib.common.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap pal-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config aspects.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-crash-report-info-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-crash-report-info-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-resource-loader-v0.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-resource-loader-v0-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-particles-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-particles-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-resource-conditions-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-resource-conditions-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-networking-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-networking-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-screen-handler-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-screen-handler-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-events-interaction-v0.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-events-interaction-v0-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-entity-events-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-entity-events-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-data-generation-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-data-generation-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-game-rule-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-game-rule-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-loot-api-v2.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-loot-api-v2-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config mixins.cardinal_components_entity.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap cardinal-components-entity-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-registry-sync-v0.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-registry-sync-v0-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-object-builder-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-object-builder-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-indigo.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-indigo-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-containers-v0.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-containers-v0-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-containers-v0.accurate.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-containers-v0-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-content-registries-v0.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-content-registries-v0-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-command-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-command-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-biome-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-biome-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-api-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-renderer-api-v1.debughud.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-renderer-api-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config calio.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Calio-1.18.2-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-fluids-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-fluids-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-rendering-v1.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-rendering-v1-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config apoli.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap Apoli-1.18.2-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Selecting config fabric-item-groups-v0.mixins.json
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Remapping refMap fabric-item-groups-v0-refmap.json using remapper chain
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Preparing origins.mixins.json (11)
+[13:51:50] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-lifecycle-events-v1.mixins.json (12)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/world/ServerWorld$ServerEntityHandler is public in fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin from mod fabric-lifecycle-events-v1 and should be specified in value
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/world/ClientWorld$ClientEntityHandler is public in fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin from mod fabric-lifecycle-events-v1 and should be specified in value
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-models-v0.mixins.json (2)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-gametest-api-v1.mixins.json (7)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.reach-entity-attributes.json (13)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/block/entity/LecternBlockEntity$1 is public in mixins.reach-entity-attributes.json:InventoryValidationMixin from mod reach-entity-attributes and should be specified in value
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/network/ServerPlayNetworkHandler$1 is public in mixins.reach-entity-attributes.json:PlayerEntityInteractionHandlerMixin from mod reach-entity-attributes and should be specified in value
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.modmenu.json (1)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing additionalentityattributes.mixins.json (3)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-mining-level-api-v1.mixins.json (4)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-screen-api-v1.mixins.json (6)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-loot-tables-v1.mixins.json (2)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-transfer-api-v1.mixins.json (10)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-key-binding-api-v1.mixins.json (3)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-dimensions-v1.mixins.json (4)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-api-lookup-api-v1.mixins.json (2)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-item-api-v1.mixins.json (6)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-data-attachment-v1.mixins.json (4)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-textures-v0.mixins.json (1)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-blockrenderlayer-v1.mixins.json (1)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.playerabilitylib.common.json (2)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing aspects.mixins.json (1)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-crash-report-info-v1.mixins.json (1)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-resource-loader-v0.mixins.json (20)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/resource/DefaultResourcePack$1 is public in fabric-resource-loader-v0.mixins.json:DefaultResourcePackResourceMixin from mod fabric-resource-loader-v0 and should be specified in value
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/font/FontManager$1 is public in fabric-resource-loader-v0.mixins.json:client.FontManagerResourceReloadListenerMixin from mod fabric-resource-loader-v0 and should be specified in value
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-particles-v1.mixins.json (3)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-resource-conditions-api-v1.mixins.json (4)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-networking-api-v1.mixins.json (14)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker is public in fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor from mod fabric-networking-api-v1 and should be specified in value
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-screen-handler-api-v1.mixins.json (1)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-events-interaction-v0.mixins.json (5)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/network/ServerPlayNetworkHandler$1 is public in fabric-events-interaction-v0.mixins.json:MixinServerPlayNetworkHandler from mod fabric-events-interaction-v0 and should be specified in value
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-entity-events-v1.mixins.json (10)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-data-generation-api-v1.mixins.json (6)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-game-rule-api-v1.mixins.json (9)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/server/command/GameRuleCommand$1 is public in fabric-game-rule-api-v1.mixins.json:GameRuleCommandVisitorMixin from mod fabric-game-rule-api-v1 and should be specified in value
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/gui/screen/world/EditGameRulesScreen$RuleListWidget$1 is public in fabric-game-rule-api-v1.mixins.json:client.RuleListWidgetVisitorMixin from mod fabric-game-rule-api-v1 and should be specified in value
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-loot-api-v2.mixins.json (5)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing mixins.cardinal_components_entity.json (7)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-registry-sync-v0.mixins.json (18)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-object-builder-v1.mixins.json (14)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/village/TradeOffers$TypeAwareBuyForOneEmeraldFactory is public in fabric-object-builder-v1.mixins.json:TypeAwareTradeMixin from mod fabric-object-builder-api-v1 and should be specified in value
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-indigo.mixins.json (7)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/render/block/BlockModelRenderer$AmbientOcclusionCalculator is public in fabric-renderer-indigo.mixins.json:MixinAmbientOcclusionCalculator from mod fabric-renderer-indigo and should be specified in value
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk$RebuildTask is public in fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask from mod fabric-renderer-indigo and should be specified in value
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-containers-v0.mixins.json (1)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-containers-v0.accurate.mixins.json (1)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-content-registries-v0.mixins.json (8)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-command-api-v1.mixins.json (6)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-biome-api-v1.mixins.json (4)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-api-v1.mixins.json (4)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-renderer-api-v1.debughud.mixins.json (1)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing calio.mixins.json (9)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-fluids-v1.mixins.json (1)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-rendering-v1.mixins.json (14)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing apoli.mixins.json (51)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) @Mixin target net/minecraft/screen/PlayerScreenHandler$1 is public in apoli.mixins.json:PlayerScreenHandlerMixin from mod apoli and should be specified in value
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Preparing fabric-item-groups-v0.mixins.json (3)
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo
+[13:51:51] [main/DEBUG] (FabricLoader/Mixin) Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo
+[13:51:52] [main/DEBUG] (FabricLoader/Mixin) Prepared 319 mixins in 1.460 sec (4.6ms avg) (0ms load, 0ms transform, 0ms plugin)
+[13:51:52] [main/DEBUG] (io.netty.util.internal.logging.InternalLoggerFactory) Using SLF4J as the default logging framework
+[13:51:52] [main/DEBUG] (io.netty.util.ResourceLeakDetector) -Dio.netty.leakDetection.level: simple
+[13:51:52] [main/DEBUG] (io.netty.util.ResourceLeakDetector) -Dio.netty.leakDetection.targetRecords: 4
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Mixing NoCobwebSlowdownMixin from origins.mixins.json into net.minecraft.entity.player.PlayerEntity
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:NoCobwebSlowdownMixin from mod origins: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterBreathingMixin$UpdateAir from origins.mixins.json into net.minecraft.entity.player.PlayerEntity
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir from mod origins: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.player.PlayerEntity
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Mixing common.PlayerEntityMixin from additionalentityattributes.mixins.json into net.minecraft.entity.player.PlayerEntity
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra.PlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.player.PlayerEntity
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra.PlayerEntityMixin from mod fabric-entity-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.player.PlayerEntity
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerEntityMixin from mod fabric-entity-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityMixin from apoli.mixins.json into net.minecraft.entity.player.PlayerEntity
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventArmorDispensing$8(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;Lio/github/apace100/apoli/power/RestrictArmorPower;)Z to md5e849e$lambda$preventArmorDispensing$8$0 in apoli.mixins.json:PlayerEntityMixin from mod apoli
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$restoreKeptInventory$7(Lio/github/apace100/apoli/power/KeepInventoryPower;)V to md5e849e$lambda$restoreKeptInventory$7$1 in apoli.mixins.json:PlayerEntityMixin from mod apoli
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$dropAdditionalInventory$6(Lio/github/apace100/apoli/power/KeepInventoryPower;)V to md5e849e$lambda$dropAdditionalInventory$6$2 in apoli.mixins.json:PlayerEntityMixin from mod apoli
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$dropAdditionalInventory$5(Lio/github/apace100/apoli/power/InventoryPower;)V to md5e849e$lambda$dropAdditionalInventory$5$3 in apoli.mixins.json:PlayerEntityMixin from mod apoli
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeWakeUpAction$4(Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnWakeUp;)V to md5e849e$lambda$invokeWakeUpAction$4$4 in apoli.mixins.json:PlayerEntityMixin from mod apoli
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeWakeUpAction$3(Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnWakeUp;)Z to md5e849e$lambda$invokeWakeUpAction$3$5 in apoli.mixins.json:PlayerEntityMixin from mod apoli
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventEntityInteraction$2(Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ActionOnBeingUsedPower;)Z to md5e849e$lambda$preventEntityInteraction$2$6 in apoli.mixins.json:PlayerEntityMixin from mod apoli
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventEntityInteraction$1(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ActionOnEntityUsePower;)Z to md5e849e$lambda$preventEntityInteraction$1$7 in apoli.mixins.json:PlayerEntityMixin from mod apoli
+[13:51:53] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyEatenItemStack$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md5e849e$lambda$modifyEatenItemStack$0$8 in apoli.mixins.json:PlayerEntityMixin from mod apoli
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:NoCobwebSlowdownMixin from mod origins->@Inject::slowMovement(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir from mod origins->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir from mod origins->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$UpdateAir from mod origins->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra.PlayerEntityMixin from mod fabric-entity-events-v1->@Inject::injectElytraCheck(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerEntityMixin from mod fabric-entity-events-v1->@Inject::onTrySleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerEntityMixin from mod fabric-entity-events-v1->@Inject::onIsSleepingLongEnough(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::preventEntityInteraction(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::sendPlayerDismountPacket(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::sendPlayerDismountPacket(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::sendPlayerDismountPacket(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::updateSwimmingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::updateSwimmingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::updateSwimmingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::invokeWakeUpAction(ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::invokeWakeUpAction(ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::invokeWakeUpAction(ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::disableHeal(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::dropAdditionalInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::dropAdditionalInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::dropAdditionalInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::restoreKeptInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::restoreKeptInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::restoreKeptInventory(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityMixin from mod apoli->@Inject::preventArmorDispensing(Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) Mixing LikeWaterMixin from origins.mixins.json into net.minecraft.entity.LivingEntity
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LikeWaterMixin from mod origins: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterBreathingMixin$CanBreatheInWater from origins.mixins.json into net.minecraft.entity.LivingEntity
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$CanBreatheInWater from mod origins: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.LivingEntity
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) Mixing common.LivingEntityMixin from additionalentityattributes.mixins.json into net.minecraft.entity.LivingEntity
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from fabric-item-api-v1.mixins.json into net.minecraft.entity.LivingEntity
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:LivingEntityMixin from mod fabric-item-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra.LivingEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.LivingEntity
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric-entity-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:54] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.LivingEntity
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric-entity-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing EyeHeightAccess from apoli.mixins.json into net.minecraft.entity.LivingEntity
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EyeHeightAccess from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityMixin from apoli.mixins.json into net.minecraft.entity.LivingEntity
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyEatenItemStack$23(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md5e849e$lambda$modifyEatenItemStack$23$0 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventDeath$22(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/PreventDeathPower;)Z to md5e849e$lambda$preventDeath$22$1 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventPushing$21(Lio/github/apace100/apoli/power/PreventEntityCollisionPower;)Z to md5e849e$lambda$preventPushing$21$2 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventPushing$20(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventEntityCollisionPower;)Z to md5e849e$lambda$preventPushing$20$3 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySlipperiness$19(Lio/github/apace100/apoli/power/ModifySlipperinessPower;)Z to md5e849e$lambda$modifySlipperiness$19$4 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyJumpVelocity$18(Lio/github/apace100/apoli/power/ModifyJumpPower;)Z to md5e849e$lambda$modifyJumpVelocity$18$5 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeKillAction$17(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionOnKillPower;)V to md5e849e$lambda$invokeKillAction$17$6 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$16(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/TargetActionOnHitPower;)V to md5e849e$lambda$invokeHitActions$16$7 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$15(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionOnHitPower;)V to md5e849e$lambda$invokeHitActions$15$8 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$14(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/AttackerActionWhenHitPower;)V to md5e849e$lambda$invokeHitActions$14$9 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$13(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/SelfActionWhenHitPower;)V to md5e849e$lambda$invokeHitActions$13$a in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$12(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/ActionOnHitPower;)V to md5e849e$lambda$invokeHitActions$12$b in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$11(Lio/github/apace100/apoli/power/ActionOnHitPower;)Z to md5e849e$lambda$invokeHitActions$11$c in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$10(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/ActionWhenHitPower;)V to md5e849e$lambda$invokeHitActions$10$d in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$invokeHitActions$9(Lio/github/apace100/apoli/power/ActionWhenHitPower;)Z to md5e849e$lambda$invokeHitActions$9$e in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$8(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/ModifyDamageTakenPower;)V to md5e849e$lambda$modifyDamageTaken$8$f in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$7(Lnet/minecraft/entity/damage/DamageSource;FLio/github/apace100/apoli/power/ModifyDamageTakenPower;)Z to md5e849e$lambda$modifyDamageTaken$7$10 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$6(Lnet/minecraft/entity/LivingEntity;Lio/github/apace100/apoli/power/ModifyDamageDealtPower;)V to md5e849e$lambda$modifyDamageTaken$6$11 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyDamageTaken$5(Lnet/minecraft/entity/damage/DamageSource;FLnet/minecraft/entity/LivingEntity;Lio/github/apace100/apoli/power/ModifyDamageDealtPower;)Z to md5e849e$lambda$modifyDamageTaken$5$12 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyWalkableFluids$4(Lnet/minecraft/fluid/FluidState;Lio/github/apace100/apoli/power/WalkOnFluidPower;)Z to md5e849e$lambda$modifyWalkableFluids$4$13 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowers$3(Lio/github/apace100/apoli/component/PowerHolderComponent;Lnet/minecraft/util/Identifier;Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)V to md5e849e$lambda$addEquipmentPowers$3$14 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$removeEquipmentPowers$2(Lio/github/apace100/apoli/component/PowerHolderComponent;Lnet/minecraft/util/Identifier;Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)V to md5e849e$lambda$removeEquipmentPowers$2$15 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyStatusEffect$1(Lnet/minecraft/entity/effect/StatusEffect;Lio/github/apace100/apoli/power/ModifyStatusEffectDurationPower;)Z to md5e849e$lambda$modifyStatusEffect$1$16 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyStatusEffect$0(Lnet/minecraft/entity/effect/StatusEffect;Lio/github/apace100/apoli/power/ModifyStatusEffectAmplifierPower;)Z to md5e849e$lambda$modifyStatusEffect$0$17 in apoli.mixins.json:LivingEntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityParticleMixin from apoli.mixins.json into net.minecraft.entity.LivingEntity
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterBreathingMixin$CanBreatheInWater from mod origins->@Inject::doWaterBreathing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.reach-entity-attributes.json:LivingEntityMixin from mod reach-entity-attributes->@Inject::addAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) additionalentityattributes.mixins.json:common.LivingEntityMixin from mod additionalentityattributes->@Inject::addAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:LivingEntityMixin from mod fabric-item-api-v1->@Inject::onGetPreferredEquipmentSlot(Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/item/Item;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric-entity-events-v1->@Inject::injectElytraTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric-entity-events-v1->@Inject::onEntityKilledOther(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/entity/Entity;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric-entity-events-v1->@Inject::onEntityKilledOther(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/entity/Entity;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric-entity-events-v1->@Inject::onEntityKilledOther(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/entity/Entity;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric-entity-events-v1->@Inject::onSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric-entity-events-v1->@Inject::onSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric-entity-events-v1->@Inject::onSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric-entity-events-v1->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric-entity-events-v1->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric-entity-events-v1->@Inject::onWakeUp(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric-entity-events-v1->@Inject::onIsSleepingInBed(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric-entity-events-v1->@Inject::onGetSleepingDirection(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenApplied(Lnet/minecraft/entity/effect/StatusEffectInstance;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenApplied(Lnet/minecraft/entity/effect/StatusEffectInstance;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenApplied(Lnet/minecraft/entity/effect/StatusEffectInstance;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenUpgraded(Lnet/minecraft/entity/effect/StatusEffectInstance;ZLnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenUpgraded(Lnet/minecraft/entity/effect/StatusEffectInstance;ZLnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenUpgraded(Lnet/minecraft/entity/effect/StatusEffectInstance;ZLnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenRemoved(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenRemoved(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenRemoved(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::updateStatusEffectWhenCleared(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::syncAttacker(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::syncAttacker(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::syncAttacker(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::removeEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V doesn't use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::removeEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::removeEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V won't be passed a CallbackInfoReturnable as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::addEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V doesn't use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::addEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::addEquipmentPowers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/Map;[Lnet/minecraft/entity/EquipmentSlot;IILnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)V won't be passed a CallbackInfoReturnable as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::modifyWalkableFluids(Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::preventHitIfDamageIsZero(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::invokeHitActions(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::invokeKillAction(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::invokeKillAction(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::invokeKillAction(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::freezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::freezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::freezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::unfreezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::unfreezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::unfreezeEntityFromPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::allowFreezingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::allowFreezingPower(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::getGroup(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::modifyJumpVelocity(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::preventStatusEffects(Lnet/minecraft/entity/effect/StatusEffectInstance;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::doSpiderClimbing(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::preventPushing(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::cacheDamageAmount(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::cacheDamageAmount(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::cacheDamageAmount(Lnet/minecraft/entity/damage/DamageSource;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::preventDeath(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::removeCurrentModifyFoodPowers(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::removeCurrentModifyFoodPowers(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::removeCurrentModifyFoodPowers(Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::modifyFlySpeed(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityMixin from mod apoli->@Inject::modifyFlySpeed(FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin from mod apoli->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin from mod apoli->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityParticleMixin from mod apoli->@Inject::tick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing SelectionInvulnerabilityMixin from origins.mixins.json into net.minecraft.entity.Entity
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:SelectionInvulnerabilityMixin from mod origins: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from fabric-dimensions-v1.mixins.json into net.minecraft.entity.Entity
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-dimensions-v1.mixins.json:EntityMixin from mod fabric-dimensions-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.entity.Entity
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin from mod fabric-entity-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinEntity from mixins.cardinal_components_entity.json into net.minecraft.entity.Entity
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity from mod cardinal-components-entity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityAccessor from apoli.mixins.json into net.minecraft.entity.Entity
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityAccessor from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from apoli.mixins.json into net.minecraft.entity.Entity
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventGameEvents$3(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventGameEventPower;)V to md5e849e$lambda$preventGameEvents$3$0 in apoli.mixins.json:EntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventGameEvents$2(Lnet/minecraft/world/event/GameEvent;Lio/github/apace100/apoli/power/PreventGameEventPower;)Z to md5e849e$lambda$preventGameEvents$2$1 in apoli.mixins.json:EntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$pushOutOfBlocks$1(DDDLio/github/apace100/apoli/power/PhasingPower;)Z to md5e849e$lambda$pushOutOfBlocks$1$2 in apoli.mixins.json:EntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeOriginInvulnerable$0(Lnet/minecraft/entity/damage/DamageSource;Lio/github/apace100/apoli/power/InvulnerablePower;)Z to md5e849e$lambda$makeOriginInvulnerable$0$3 in apoli.mixins.json:EntityMixin from mod apoli
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:SelectionInvulnerabilityMixin from mod origins->@Inject::makeOriginInvulnerable(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-dimensions-v1.mixins.json:EntityMixin from mod fabric-dimensions-v1->@Inject::getTeleportTarget(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin from mod fabric-entity-events-v1->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin from mod fabric-entity-events-v1->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:EntityMixin from mod fabric-entity-events-v1->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity from mod cardinal-components-entity->@Inject::initDataTracker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity from mod cardinal-components-entity->@Inject::initDataTracker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity from mod cardinal-components-entity->@Inject::initDataTracker(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity from mod cardinal-components-entity->@Inject::toTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity from mod cardinal-components-entity->@Inject::fromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity from mod cardinal-components-entity->@Inject::fromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntity from mod cardinal-components-entity->@Inject::fromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::makeFullyFireImmune(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::makeEntitiesIgnoreWater(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::invokeActionOnLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::invokeActionOnLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::invokeActionOnLand(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::makeOriginInvulnerable(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::phantomInvisibility(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::pushOutOfBlocks(DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::preventGameEvents(Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::saveDistanceTraveled(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::saveDistanceTraveled(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::saveDistanceTraveled(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityMixin from mod apoli->@Inject::checkIsMoving(Lnet/minecraft/entity/MovementType;Lnet/minecraft/util/math/Vec3d;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing WorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.world.World
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric-lifecycle-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinViewableWorld from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.world.WorldView
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:MixinViewableWorld from mod fabric-rendering-data-attachment-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ServerWorld
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric-lifecycle-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldMixin from fabric-api-lookup-api-v1.mixins.json into net.minecraft.server.world.ServerWorld
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric-api-lookup-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$5(Ljava/util/Map$Entry;)Z to md5e849e$lambda$fabric_invalidateCache$5$0 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric-api-lookup-api-v1
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$4(Ljava/lang/ref/WeakReference;)Z to md5e849e$lambda$fabric_invalidateCache$4$1 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric-api-lookup-api-v1
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$3(Ljava/lang/ref/WeakReference;)V to md5e849e$lambda$fabric_invalidateCache$3$2 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric-api-lookup-api-v1
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_invalidateCache$2(Ljava/lang/ref/WeakReference;)Z to md5e849e$lambda$fabric_invalidateCache$2$3 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric-api-lookup-api-v1
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_registerCache$1(Ljava/lang/ref/WeakReference;)Z to md5e849e$lambda$fabric_registerCache$1$4 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric-api-lookup-api-v1
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_registerCache$0(Lnet/minecraft/util/math/BlockPos;)Ljava/util/List; to md5e849e$lambda$fabric_registerCache$0$5 in fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric-api-lookup-api-v1
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinServerWorld from mixins.cardinal_components_entity.json into net.minecraft.server.world.ServerWorld
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld from mod cardinal-components-entity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric-lifecycle-events-v1->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric-lifecycle-events-v1->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric-lifecycle-events-v1->@Inject::startWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric-lifecycle-events-v1->@Inject::endWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric-lifecycle-events-v1->@Inject::endWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric-lifecycle-events-v1->@Inject::endWorldTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld from mod cardinal-components-entity->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld from mod cardinal-components-entity->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld from mod cardinal-components-entity->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld from mod cardinal-components-entity->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld from mod cardinal-components-entity->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerWorld from mod cardinal-components-entity->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing WaterVisibilityMixin from origins.mixins.json into net.minecraft.client.network.ClientPlayerEntity
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterVisibilityMixin from mod origins: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing elytra.ClientPlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.client.network.ClientPlayerEntity
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra.ClientPlayerEntityMixin from mod fabric-entity-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerEntityMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientPlayerEntity
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayerEntityMixin from mod fabric-command-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerEntityMixin from apoli.mixins.json into net.minecraft.client.network.ClientPlayerEntity
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:WaterVisibilityMixin from mod origins->@Inject::getUnderwaterVisibility(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra.ClientPlayerEntityMixin from mod fabric-entity-events-v1->@Inject::injectElytraStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra.ClientPlayerEntityMixin from mod fabric-entity-events-v1->@Inject::injectElytraStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:elytra.ClientPlayerEntityMixin from mod fabric-entity-events-v1->@Inject::injectElytraStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayerEntityMixin from mod fabric-command-api-v1->@Inject::onSendChatMessage(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin from mod apoli->@Inject::allowSwimming(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin from mod apoli->@Inject::beginMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin from mod apoli->@Inject::beginMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin from mod apoli->@Inject::beginMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin from mod apoli->@Inject::endMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin from mod apoli->@Inject::endMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerEntityMixin from mod apoli->@Inject::endMovementPhase(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing ScreenHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.screen.ScreenHandler
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) Mixing PlayerScreenHandlerAccessor from apoli.mixins.json into net.minecraft.screen.PlayerScreenHandler
+[13:51:55] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerScreenHandlerAccessor from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:56] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinCrashReport from fabric-crash-report-info-v1.mixins.json into net.minecraft.util.SystemDetails
+[13:51:56] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport from mod fabric-crash-report-info-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:56] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$appendMods$1(Lnet/fabricmc/loader/api/ModContainer;)Ljava/lang/String; to md5e849e$lambda$appendMods$1$0 in fabric-crash-report-info-v1.mixins.json:MixinCrashReport from mod fabric-crash-report-info-v1
+[13:51:56] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fillSystemDetails$0()Ljava/lang/String; to md5e849e$lambda$fillSystemDetails$0$1 in fabric-crash-report-info-v1.mixins.json:MixinCrashReport from mod fabric-crash-report-info-v1
+[13:51:56] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport from mod fabric-crash-report-info-v1->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:56] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport from mod fabric-crash-report-info-v1->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:56] [main/DEBUG] (FabricLoader/Mixin) fabric-crash-report-info-v1.mixins.json:MixinCrashReport from mod fabric-crash-report-info-v1->@Inject::fillSystemDetails(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:56] [main/WARN] (oshi.util.FileUtil) Configuration conflict: there is more than one oshi.properties file on the classpath
+[13:51:57] [main/WARN] (oshi.util.FileUtil) Configuration conflict: there is more than one oshi.architecture.properties file on the classpath
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinBootstrap from fabric-registry-sync-v0.mixins.json into net.minecraft.Bootstrap
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinBootstrap from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$initialize$1(Lnet/minecraft/fluid/Fluid;)Ljava/util/Collection; to md5e849e$lambda$initialize$1$0 in fabric-registry-sync-v0.mixins.json:MixinBootstrap from mod fabric-registry-sync-v0
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$initialize$0(Lnet/minecraft/block/Block;)Ljava/util/Collection; to md5e849e$lambda$initialize$0$1 in fabric-registry-sync-v0.mixins.json:MixinBootstrap from mod fabric-registry-sync-v0
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinBootstrap from mod fabric-registry-sync-v0->@Inject::initialize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing AccessorRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.Registry
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:AccessorRegistry from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getROOT()Lnet/minecraft/util/registry/MutableRegistry; to getROOT_$md$5e849e$0 in fabric-registry-sync-v0.mixins.json:AccessorRegistry from mod fabric-registry-sync-v0
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.Registry
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinRegistry from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinIdRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.SimpleRegistry
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$5([Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback;)Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback; to md5e849e$lambda$new$5$0 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry from mod fabric-registry-sync-v0
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$4([Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback;Lnet/fabricmc/fabric/api/event/registry/RegistryIdRemapCallback$RemapState;)V to md5e849e$lambda$new$4$1 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry from mod fabric-registry-sync-v0
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$3([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryRemovedCallback;)Lnet/fabricmc/fabric/api/event/registry/RegistryEntryRemovedCallback; to md5e849e$lambda$new$3$2 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry from mod fabric-registry-sync-v0
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$2([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryRemovedCallback;ILnet/minecraft/util/Identifier;Ljava/lang/Object;)V to md5e849e$lambda$new$2$3 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry from mod fabric-registry-sync-v0
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$1([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryAddedCallback;)Lnet/fabricmc/fabric/api/event/registry/RegistryEntryAddedCallback; to md5e849e$lambda$new$1$4 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry from mod fabric-registry-sync-v0
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$0([Lnet/fabricmc/fabric/api/event/registry/RegistryEntryAddedCallback;ILnet/minecraft/util/Identifier;Ljava/lang/Object;)V to md5e849e$lambda$new$0$5 in fabric-registry-sync-v0.mixins.json:MixinIdRegistry from mod fabric-registry-sync-v0
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinSimpleRegistry from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.SimpleRegistry
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry from mod fabric-registry-sync-v0->@Inject::setPre(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry from mod fabric-registry-sync-v0->@Inject::setPre(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry from mod fabric-registry-sync-v0->@Inject::setPre(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry from mod fabric-registry-sync-v0->@Inject::setPost(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry from mod fabric-registry-sync-v0->@Inject::setPost(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdRegistry from mod fabric-registry-sync-v0->@Inject::setPost(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry from mod fabric-registry-sync-v0->@Inject::add(Lnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry from mod fabric-registry-sync-v0->@Inject::add(Lnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry from mod fabric-registry-sync-v0->@Inject::add(Lnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry from mod fabric-registry-sync-v0->@Inject::set(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry from mod fabric-registry-sync-v0->@Inject::set(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinSimpleRegistry from mod fabric-registry-sync-v0->@Inject::set(ILnet/minecraft/util/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing FluidMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.fluid.Fluid
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:FluidMixin from mod fabric-transfer-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:FluidMixin from mod fabric-transfer-api-v1->@Inject::hookGetBucketFillSound(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.AbstractBlock
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:AbstractBlockAccessor from mod fabric-object-builder-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockMixin from apoli.mixins.json into net.minecraft.block.AbstractBlock
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyBlockBreakSpeed$0(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ModifyBreakSpeedPower;)Z to md5e849e$lambda$modifyBlockBreakSpeed$0$0 in apoli.mixins.json:AbstractBlockMixin from mod apoli
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockMixin from mod apoli->@Inject::modifyBlockBreakSpeed(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockMixin from mod apoli->@Inject::modifyBlockBreakSpeed(Lnet/minecraft/block/BlockState;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from mixins.reach-entity-attributes.json into net.minecraft.item.Item
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.item.Item
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:ItemMixin from mod fabric-transfer-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.Item
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin from mod fabric-item-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemMixin from apoli.mixins.json into net.minecraft.item.Item
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$forgeItem$1(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ItemOnItemPower;)Z to md5e849e$lambda$forgeItem$1$0 in apoli.mixins.json:ItemMixin from mod apoli
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeItemEdible$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md5e849e$lambda$makeItemEdible$0$1 in apoli.mixins.json:ItemMixin from mod apoli
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin from mod fabric-item-api-v1->@Inject::onConstruct(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin from mod fabric-item-api-v1->@Inject::onConstruct(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemMixin from mod fabric-item-api-v1->@Inject::onConstruct(Lnet/minecraft/item/Item$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemMixin from mod apoli->@Inject::forgeItem(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/screen/slot/Slot;Lnet/minecraft/util/ClickType;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/inventory/StackReference;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing BlockEntityTypeAccessor from fabric-api-lookup-api-v1.mixins.json into net.minecraft.block.entity.BlockEntityType
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-api-lookup-api-v1.mixins.json:BlockEntityTypeAccessor from mod fabric-api-lookup-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing VillagerTypeAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.village.VillagerType
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:VillagerTypeAccessor from mod fabric-object-builder-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getBiomeTypeToIdMap()Ljava/util/Map; to getBiomeTypeToIdMap_$md$5e849e$0 in fabric-object-builder-v1.mixins.json:VillagerTypeAccessor from mod fabric-object-builder-api-v1
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Ljava/lang/String;)Lnet/minecraft/village/VillagerType; to callRegister_$md$5e849e$1 in fabric-object-builder-v1.mixins.json:VillagerTypeAccessor from mod fabric-object-builder-api-v1
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing VillagerProfessionAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.village.VillagerProfession
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:VillagerProfessionAccessor from mod fabric-object-builder-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method create(Ljava/lang/String;Lnet/minecraft/world/poi/PointOfInterestType;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;Lnet/minecraft/sound/SoundEvent;)Lnet/minecraft/village/VillagerProfession; to create_$md$5e849e$0 in fabric-object-builder-v1.mixins.json:VillagerProfessionAccessor from mod fabric-object-builder-api-v1
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing PointOfInterestTypeAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.world.poi.PointOfInterestType
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor from mod fabric-object-builder-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callCreate(Ljava/lang/String;Ljava/util/Set;ILjava/util/function/Predicate;I)Lnet/minecraft/world/poi/PointOfInterestType; to callCreate_$md$5e849e$0 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor from mod fabric-object-builder-api-v1
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callCreate(Ljava/lang/String;Ljava/util/Set;II)Lnet/minecraft/world/poi/PointOfInterestType; to callCreate_$md$5e849e$1 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor from mod fabric-object-builder-api-v1
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callSetup(Lnet/minecraft/world/poi/PointOfInterestType;)Lnet/minecraft/world/poi/PointOfInterestType; to callSetup_$md$5e849e$2 in fabric-object-builder-v1.mixins.json:PointOfInterestTypeAccessor from mod fabric-object-builder-api-v1
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing DynamicRegistryManagerAccessor from fabric-data-generation-api-v1.mixins.json into net.minecraft.util.registry.DynamicRegistryManager
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:DynamicRegistryManagerAccessor from mod fabric-data-generation-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getInfos()Ljava/util/Map; to getInfos_$md$5e849e$0 in fabric-data-generation-api-v1.mixins.json:DynamicRegistryManagerAccessor from mod fabric-data-generation-api-v1
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinDynamicRegistryManager from fabric-registry-sync-v0.mixins.json into net.minecraft.util.registry.DynamicRegistryManager
+[13:51:58] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinDynamicRegistryManager from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinDynamicRegistryManager from mod fabric-registry-sync-v0->@Inject::onCreateImpl(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/registry/DynamicRegistryManager$Mutable;)V doesn't use it's CallbackInfoReturnable
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinDynamicRegistryManager from mod fabric-registry-sync-v0->@Inject::setupBuiltInSync(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinTheEndBiomeSource from fabric-biome-api-v1.mixins.json into net.minecraft.world.biome.source.TheEndBiomeSource
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource from mod fabric-biome-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource from mod fabric-biome-api-v1->@Inject::init(Lnet/minecraft/util/registry/Registry;JLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource from mod fabric-biome-api-v1->@Inject::init(Lnet/minecraft/util/registry/Registry;JLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource from mod fabric-biome-api-v1->@Inject::init(Lnet/minecraft/util/registry/Registry;JLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource from mod fabric-biome-api-v1->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource from mod fabric-biome-api-v1->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource from mod fabric-biome-api-v1->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource from mod fabric-biome-api-v1->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinTheEndBiomeSource from mod fabric-biome-api-v1->@Inject::getWeightedEndBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) Mixing BedBlockMixin from fabric-entity-events-v1.mixins.json into net.minecraft.block.BedBlock
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:BedBlockMixin from mod fabric-entity-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:BedBlockMixin from mod fabric-entity-events-v1->@Inject::onOnUse(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) Mixing DetectorRailBlockMixin from fabric-object-builder-v1.mixins.json into net.minecraft.block.DetectorRailBlock
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin from mod fabric-object-builder-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getCustomComparatorOutput$0(Lnet/minecraft/entity/Entity;)Z to md5e849e$lambda$getCustomComparatorOutput$0$0 in fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin from mod fabric-object-builder-api-v1
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DetectorRailBlockMixin from mod fabric-object-builder-api-v1->@Inject::getCustomComparatorOutput(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinFireBlock from fabric-content-registries-v0.mixins.json into net.minecraft.block.FireBlock
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock from mod fabric-content-registries-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock from mod fabric-content-registries-v0->@Inject::afterConstruct(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock from mod fabric-content-registries-v0->@Inject::afterConstruct(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock from mod fabric-content-registries-v0->@Inject::afterConstruct(Lnet/minecraft/block/AbstractBlock$Settings;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock from mod fabric-content-registries-v0->@Inject::getFabricBurnChance(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:51:59] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinFireBlock from mod fabric-content-registries-v0->@Inject::getFabricSpreadChance(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) Mixing DropperBlockMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.block.DropperBlock
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:DropperBlockMixin from mod fabric-transfer-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookDispense$0(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to md5e849e$lambda$hookDispense$0$0 in fabric-transfer-api-v1.mixins.json:DropperBlockMixin from mod fabric-transfer-api-v1
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:DropperBlockMixin from mod fabric-transfer-api-v1->@Inject::hookDispense(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) Mixing OxidizableMixin from fabric-content-registries-v0.mixins.json into net.minecraft.block.Oxidizable
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:OxidizableMixin from mod fabric-content-registries-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:OxidizableMixin from mod fabric-content-registries-v0->@Inject::createOxidationLevelIncreasesMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinIdList from fabric-registry-sync-v0.mixins.json into net.minecraft.util.collection.IdList
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinIdList from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$fabric_remapIds$0(Lit/unimi/dsi/fastutil/ints/Int2IntMap;Ljava/lang/Object;Ljava/lang/Integer;)Ljava/lang/Integer; to md5e849e$lambda$fabric_remapIds$0$0 in fabric-registry-sync-v0.mixins.json:MixinIdList from mod fabric-registry-sync-v0
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) Mixing MaterialBuilderAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.Material$Builder
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:MaterialBuilderAccessor from mod fabric-object-builder-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockSettingsAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.block.AbstractBlock$Settings
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:AbstractBlockSettingsAccessor from mod fabric-object-builder-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractBlockStateMixin from apoli.mixins.json into net.minecraft.block.AbstractBlock$AbstractBlockState
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventBlockSelection$0(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/PreventBlockSelectionPower;)Z to md5e849e$lambda$preventBlockSelection$0$0 in apoli.mixins.json:AbstractBlockStateMixin from mod apoli
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin from mod apoli->@Inject::preventBlockSelection(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin from mod apoli->@Inject::phaseThroughBlocks(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:00] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:AbstractBlockStateMixin from mod apoli->@Inject::preventCollisionWhenPhasing(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:01] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockEntity from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.block.entity.BlockEntity
+[13:52:01] [main/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:MixinBlockEntity from mod fabric-rendering-data-attachment-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:01] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.LootableContainerBlockEntity
+[13:52:01] [main/DEBUG] (FabricLoader/Mixin) Mixing LootableContainerBlockEntityMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.block.entity.LootableContainerBlockEntity
+[13:52:01] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:LootableContainerBlockEntityMixin from mod fabric-transfer-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingScreenHandlerAccessor from apoli.mixins.json into net.minecraft.screen.CraftingScreenHandler
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerAccessor from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingScreenHandlerMixin from apoli.mixins.json into net.minecraft.screen.CraftingScreenHandler
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$allowUsingViaPower$0(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Ljava/lang/Boolean; to md5e849e$lambda$allowUsingViaPower$0$0 in apoli.mixins.json:CraftingScreenHandlerMixin from mod apoli
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerMixin from mod apoli->@Inject::clearPowerCraftingInventory(Lnet/minecraft/screen/ScreenHandler;Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/inventory/CraftingInventory;Lnet/minecraft/inventory/CraftingResultInventory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingScreenHandlerMixin from mod apoli->@Inject::allowUsingViaPower(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.AbstractFurnaceBlockEntity
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing AbstractFurnaceBlockEntityMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.block.entity.AbstractFurnaceBlockEntity
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:AbstractFurnaceBlockEntityMixin from mod fabric-transfer-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinAbstractFurnaceBlockEntity from fabric-content-registries-v0.mixins.json into net.minecraft.block.entity.AbstractFurnaceBlockEntity
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinAbstractFurnaceBlockEntity from mod fabric-content-registries-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:AbstractFurnaceBlockEntityMixin from mod fabric-transfer-api-v1->@Inject::setStackSuppressUpdate(ILnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:MixinAbstractFurnaceBlockEntity from mod fabric-content-registries-v0->@Inject::fuelTimeMapHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.BrewingStandBlockEntity
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemStackMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.ItemStack
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric-item-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing client.ItemStackMixin from fabric-item-api-v1.mixins.json into net.minecraft.item.ItemStack
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.ItemStackMixin from mod fabric-item-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing DontOverwriteAttrModsMixin from calio.mixins.json into net.minecraft.item.ItemStack
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin from mod calio: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$ModifyItalicDisplayItem from calio.mixins.json into net.minecraft.item.ItemStack
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$ModifyItalicDisplayItem from mod calio: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing ItemStackMixin from apoli.mixins.json into net.minecraft.item.ItemStack
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$5(Ljava/util/List;Lio/github/apace100/apoli/power/TooltipPower;)V to md5e849e$lambda$addEquipmentPowerTooltips$5$0 in apoli.mixins.json:ItemStackMixin from mod apoli
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$4(Lio/github/apace100/apoli/power/TooltipPower;)Z to md5e849e$lambda$addEquipmentPowerTooltips$4$1 in apoli.mixins.json:ItemStackMixin from mod apoli
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$3(Ljava/util/List;Lnet/minecraft/client/item/TooltipContext;Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)V to md5e849e$lambda$addEquipmentPowerTooltips$3$2 in apoli.mixins.json:ItemStackMixin from mod apoli
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addEquipmentPowerTooltips$2(Lio/github/apace100/apoli/util/StackPowerUtil$StackPower;)Z to md5e849e$lambda$addEquipmentPowerTooltips$2$3 in apoli.mixins.json:ItemStackMixin from mod apoli
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addUnusableTooltip$1(Lio/github/apace100/apoli/power/PreventItemUsePower;)Z to md5e849e$lambda$addUnusableTooltip$1$4 in apoli.mixins.json:ItemStackMixin from mod apoli
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$addUnusableTooltip$0(Lio/github/apace100/apoli/power/PreventItemUsePower;)Z to md5e849e$lambda$addUnusableTooltip$0$5 in apoli.mixins.json:ItemStackMixin from mod apoli
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric-item-api-v1->@Inject::saveDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric-item-api-v1->@Inject::saveDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric-item-api-v1->@Inject::saveDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric-item-api-v1->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric-item-api-v1->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric-item-api-v1->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric-item-api-v1->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric-item-api-v1->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric-item-api-v1->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric-item-api-v1->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric-item-api-v1->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric-item-api-v1->@Inject::clearDamager(ILnet/minecraft/entity/LivingEntity;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.ItemStackMixin from mod fabric-item-api-v1->@Inject::getTooltip(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin from mod calio->@Inject::addAttributeModifiersFromItem(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V doesn't use it's CallbackInfoReturnable
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin from mod calio->@Inject::addAttributeModifiersFromItem(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V has 0 override(s) in child classes
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DontOverwriteAttrModsMixin from mod calio->@Inject::addAttributeModifiersFromItem(Lnet/minecraft/entity/EquipmentSlot;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/Multimap;)V won't be passed a CallbackInfoReturnable as a result
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin from mod apoli->@Inject::addUnusableTooltip(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V doesn't use it's CallbackInfoReturnable
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin from mod apoli->@Inject::addUnusableTooltip(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V has 0 override(s) in child classes
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin from mod apoli->@Inject::addUnusableTooltip(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V won't be passed a CallbackInfoReturnable as a result
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin from mod apoli->@Inject::addEquipmentPowerTooltips(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V doesn't use it's CallbackInfoReturnable
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin from mod apoli->@Inject::addEquipmentPowerTooltips(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V has 0 override(s) in child classes
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin from mod apoli->@Inject::addEquipmentPowerTooltips(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/client/item/TooltipContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V won't be passed a CallbackInfoReturnable as a result
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin from mod apoli->@Inject::use(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin from mod apoli->@Inject::cacheUsedItemStack(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin from mod apoli->@Inject::cacheUsedItemStack(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin from mod apoli->@Inject::cacheUsedItemStack(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ItemStackMixin from mod apoli->@Inject::callActionOnUse(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing EnderChestBlockEntityMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.EnderChestBlockEntity
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$RemoveNonItalicOnRename from calio.mixins.json into net.minecraft.screen.AnvilScreenHandler
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename from mod calio: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename from mod calio->@Inject::removeNonItalicFlag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/item/ItemStack;IIILnet/minecraft/item/ItemStack;)V doesn't use it's CallbackInfo
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename from mod calio->@Inject::removeNonItalicFlag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/item/ItemStack;IIILnet/minecraft/item/ItemStack;)V has 0 override(s) in child classes
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$RemoveNonItalicOnRename from mod calio->@Inject::removeNonItalicFlag(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/item/ItemStack;IIILnet/minecraft/item/ItemStack;)V won't be passed a CallbackInfo as a result
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing ForgingScreenHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.screen.ForgingScreenHandler
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Mixing HopperBlockEntityMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.block.entity.HopperBlockEntity
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin from mod fabric-transfer-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookExtract$1(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to md5e849e$lambda$hookExtract$1$0 in fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin from mod fabric-transfer-api-v1
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$hookInsert$0(Lnet/fabricmc/fabric/api/transfer/v1/item/ItemVariant;)Z to md5e849e$lambda$hookInsert$0$1 in fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin from mod fabric-transfer-api-v1
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin from mod fabric-transfer-api-v1->@Inject::hookInsert(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/inventory/Inventory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/inventory/Inventory;)V does use it's CallbackInfoReturnable
+[13:52:02] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:HopperBlockEntityMixin from mod fabric-transfer-api-v1->@Inject::hookExtract(Lnet/minecraft/world/World;Lnet/minecraft/block/entity/Hopper;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/inventory/Inventory;)V does use it's CallbackInfoReturnable
+[13:52:03] [main/DEBUG] (FabricLoader/Mixin) Mixing ConduitOnLandMixin from origins.mixins.json into net.minecraft.block.entity.ConduitBlockEntity
+[13:52:03] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ConduitOnLandMixin from mod origins: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:05] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinStructuresToConfiguredStructuresFix from fabric-registry-sync-v0.mixins.json into net.minecraft.datafixer.fix.StructuresToConfiguredStructuresFix
+[13:52:05] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinStructuresToConfiguredStructuresFix from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:05] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinStructuresToConfiguredStructuresFix from mod fabric-registry-sync-v0->@Inject::method_41022(Lcom/mojang/datafixers/util/Pair;Lcom/mojang/serialization/Dynamic;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:06] [main/DEBUG] (FabricLoader/Mixin) Mixing PersistentProjectileEntityMixin from apoli.mixins.json into net.minecraft.entity.projectile.PersistentProjectileEntity
+[13:52:06] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PersistentProjectileEntityMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:06] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$1(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)V to md5e849e$lambda$modifyProjectileDamageDealt$1$0 in apoli.mixins.json:PersistentProjectileEntityMixin from mod apoli
+[13:52:06] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$0(Lnet/minecraft/entity/damage/DamageSource;ILnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)Z to md5e849e$lambda$modifyProjectileDamageDealt$0$1 in apoli.mixins.json:PersistentProjectileEntityMixin from mod apoli
+[13:52:06] [main/DEBUG] (FabricLoader/Mixin) Mixing common.BucketableMixin from mixins.cardinal_components_entity.json into net.minecraft.entity.Bucketable
+[13:52:06] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.BucketableMixin from mod cardinal-components-entity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
+[13:52:06] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.BucketableMixin from mod cardinal-components-entity->@Inject::writeComponentsToStack(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:06] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.BucketableMixin from mod cardinal-components-entity->@Inject::readComponentsFromStack(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:06] [main/DEBUG] (FabricLoader/Mixin) Mixing ExperienceOrbEntityMixin from apoli.mixins.json into net.minecraft.entity.ExperienceOrbEntity
+[13:52:06] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:06] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin from mod apoli->@Inject::modifyXpAmount(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:06] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin from mod apoli->@Inject::modifyXpAmount(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:06] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ExperienceOrbEntityMixin from mod apoli->@Inject::modifyXpAmount(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Mixing ScareCreepersMixin from origins.mixins.json into net.minecraft.entity.mob.CreeperEntity
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin from mod origins: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectTargetGoal$0(Lnet/minecraft/entity/LivingEntity;)Z to md5e849e$lambda$redirectTargetGoal$0$0 in origins.mixins.json:ScareCreepersMixin from mod origins
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin from mod origins->@Inject::addGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin from mod origins->@Inject::addGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) origins.mixins.json:ScareCreepersMixin from mod origins->@Inject::addGoals(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Mixing TridentEntityMixin from apoli.mixins.json into net.minecraft.entity.projectile.TridentEntity
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:TridentEntityMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$1(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)V to md5e849e$lambda$modifyProjectileDamageDealt$1$0 in apoli.mixins.json:TridentEntityMixin from mod apoli
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyProjectileDamageDealt$0(Lnet/minecraft/entity/damage/DamageSource;FLnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/ModifyProjectileDamagePower;)Z to md5e849e$lambda$modifyProjectileDamageDealt$0$1 in apoli.mixins.json:TridentEntityMixin from mod apoli
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Mixing EntityMixin from fabric-dimensions-v1.mixins.json into net.minecraft.server.network.ServerPlayerEntity
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-dimensions-v1.mixins.json:EntityMixin from mod fabric-dimensions-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from fabric-dimensions-v1.mixins.json into net.minecraft.server.network.ServerPlayerEntity
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-dimensions-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-dimensions-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from mixins.playerabilitylib.common.json into net.minecraft.server.network.ServerPlayerEntity
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from fabric-screen-handler-api-v1.mixins.json into net.minecraft.server.network.ServerPlayerEntity
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-screen-handler-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerEntity from fabric-events-interaction-v0.mixins.json into net.minecraft.server.network.ServerPlayerEntity
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerEntity from mod fabric-events-interaction-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.network.ServerPlayerEntity
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-entity-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Mixing common.MixinServerPlayerEntity from mixins.cardinal_components_entity.json into net.minecraft.server.network.ServerPlayerEntity
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity from mod cardinal-components-entity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityAccessor from fabric-containers-v0.mixins.json into net.minecraft.server.network.ServerPlayerEntity
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-containers-v0.mixins.json:ServerPlayerEntityAccessor from mod fabric-containers-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerEntity from fabric-containers-v0.accurate.mixins.json into net.minecraft.server.network.ServerPlayerEntity
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-containers-v0.accurate.mixins.json:MixinServerPlayerEntity from mod fabric-containers-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerEntityMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayerEntity
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventAvianSleep$0(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lio/github/apace100/apoli/power/PreventSleepPower;)V to md5e849e$lambda$preventAvianSleep$0$0 in apoli.mixins.json:ServerPlayerEntityMixin from mod apoli
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-dimensions-v1.mixins.json:EntityMixin from mod fabric-dimensions-v1->@Inject::getTeleportTarget(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-dimensions-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-dimensions-v1->@Inject::getTeleportTarget(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/world/ServerWorld;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/world/ServerWorld;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::init(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/server/world/ServerWorld;Lcom/mojang/authlib/GameProfile;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::copyAbilitiesAfterRespawn(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::copyAbilitiesAfterRespawn(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::copyAbilitiesAfterRespawn(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::checkAbilityConsistency(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::checkAbilityConsistency(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::checkAbilityConsistency(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::writeAbilitiesToTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::writeAbilitiesToTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::writeAbilitiesToTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::readAbilitiesFromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::readAbilitiesFromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerEntityMixin from mod playerabilitylib->@Inject::readAbilitiesFromTag(Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-screen-handler-api-v1->@Inject::fabric_storeOpenedScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/screen/ScreenHandler;)V doesn't use it's CallbackInfoReturnable
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-screen-handler-api-v1->@Inject::fabric_storeOpenedScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/screen/ScreenHandler;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-screen-handler-api-v1->@Inject::fabric_storeOpenedScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/screen/ScreenHandler;)V won't be passed a CallbackInfoReturnable as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-screen-handler-api-v1->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-screen-handler-api-v1->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-screen-handler-api-v1->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-screen-handler-api-v1->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-screen-handler-api-v1->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-screen-handler-api-v1->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-screen-handler-api-v1->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-screen-handler-api-v1->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-screen-handler-api-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-screen-handler-api-v1->@Inject::fabric_clearStoredScreenHandler(Lnet/minecraft/screen/NamedScreenHandlerFactory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerEntity from mod fabric-events-interaction-v0->@Inject::onPlayerInteractEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-entity-events-v1->@Inject::callOnKillForPlayer(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-entity-events-v1->@Inject::callOnKillForPlayer(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-entity-events-v1->@Inject::callOnKillForPlayer(Lnet/minecraft/entity/damage/DamageSource;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-entity-events-v1->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-entity-events-v1->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-entity-events-v1->@Inject::afterWorldChanged(Lnet/minecraft/server/world/ServerWorld;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-entity-events-v1->@Inject::onCopyFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-entity-events-v1->@Inject::onCopyFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-entity-events-v1->@Inject::onCopyFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:ServerPlayerEntityMixin from mod fabric-entity-events-v1->@Inject::onTrySleepDirectionCheck(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/Direction;)V does use it's CallbackInfoReturnable
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity from mod cardinal-components-entity->@Inject::copyDataFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity from mod cardinal-components-entity->@Inject::copyDataFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinServerPlayerEntity from mod cardinal-components-entity->@Inject::copyDataFrom(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin from mod apoli->@Inject::preventAvianSleep(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin from mod apoli->@Inject::modifySpawnPointDimension(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin from mod apoli->@Inject::modifyPlayerSpawnPosition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin from mod apoli->@Inject::modifySpawnPointSet(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin from mod apoli->@Inject::copyInventoryWhenKeeping(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin from mod apoli->@Inject::copyInventoryWhenKeeping(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerEntityMixin from mod apoli->@Inject::copyInventoryWhenKeeping(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:07] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.vehicle.StorageMinecartEntity
+[13:52:09] [main/DEBUG] (FabricLoader/Mixin) Mixing client.WorldChunkMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.world.chunk.WorldChunk
+[13:52:09] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin from mod fabric-lifecycle-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:09] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin from mod fabric-lifecycle-events-v1->@Inject::onLoadBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V doesn't use it's CallbackInfo
+[13:52:09] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin from mod fabric-lifecycle-events-v1->@Inject::onLoadBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V has 0 override(s) in child classes
+[13:52:09] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin from mod fabric-lifecycle-events-v1->@Inject::onLoadBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V won't be passed a CallbackInfo as a result
+[13:52:09] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin from mod fabric-lifecycle-events-v1->@Inject::onRemoveBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V doesn't use it's CallbackInfo
+[13:52:09] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin from mod fabric-lifecycle-events-v1->@Inject::onRemoveBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V has 0 override(s) in child classes
+[13:52:09] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin from mod fabric-lifecycle-events-v1->@Inject::onRemoveBlockEntity(Lnet/minecraft/block/entity/BlockEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V won't be passed a CallbackInfo as a result
+[13:52:09] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin from mod fabric-lifecycle-events-v1->@Inject::onRemoveBlockEntity(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/block/entity/BlockEntity;)V doesn't use it's CallbackInfo
+[13:52:09] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin from mod fabric-lifecycle-events-v1->@Inject::onRemoveBlockEntity(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/block/entity/BlockEntity;)V has 0 override(s) in child classes
+[13:52:09] [main/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin from mod fabric-lifecycle-events-v1->@Inject::onRemoveBlockEntity(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/block/entity/BlockEntity;)V won't be passed a CallbackInfo as a result
+[13:52:11] [main/DEBUG] (FabricLoader/Mixin) Mixing BiomeAccessor from apoli.mixins.json into net.minecraft.world.biome.Biome
+[13:52:11] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:BiomeAccessor from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing modification.DynamicRegistryManagerImplMixin from fabric-biome-api-v1.mixins.json into net.minecraft.util.registry.DynamicRegistryManager$ImmutableImpl
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:modification.DynamicRegistryManagerImplMixin from mod fabric-biome-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing BlockItemMixin from apoli.mixins.json into net.minecraft.item.BlockItem
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:BlockItemMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing ArmorItemMixin from apoli.mixins.json into net.minecraft.item.ArmorItem
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ArmorItemMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventArmorEquipping$0(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;Lio/github/apace100/apoli/power/RestrictArmorPower;)Z to md5e849e$lambda$preventArmorEquipping$0$0 in apoli.mixins.json:ArmorItemMixin from mod apoli
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ArmorItemMixin from mod apoli->@Inject::preventArmorEquipping(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;)V does use it's CallbackInfoReturnable
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing SwordItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.SwordItem
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin from mod fabric-mining-level-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin from mod fabric-mining-level-api-v1->@Inject::fabric$onIsSuitableFor(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin from mod fabric-mining-level-api-v1->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin from mod fabric-mining-level-api-v1->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:SwordItemMixin from mod fabric-mining-level-api-v1->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing ShovelItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.ShovelItem
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:ShovelItemAccessor from mod fabric-content-registries-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getPathStates()Ljava/util/Map; to getPathStates_$md$5e849e$0 in fabric-content-registries-v0.mixins.json:ShovelItemAccessor from mod fabric-content-registries-v0
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing MiningToolItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.MiningToolItem
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:MiningToolItemMixin from mod fabric-mining-level-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:MiningToolItemMixin from mod fabric-mining-level-api-v1->@Inject::fabric$onIsSuitableFor(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;I)V does use it's CallbackInfoReturnable
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing AxeItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.AxeItem
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:AxeItemAccessor from mod fabric-content-registries-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getStrippedBlocks()Ljava/util/Map; to getStrippedBlocks_$md$5e849e$0 in fabric-content-registries-v0.mixins.json:AxeItemAccessor from mod fabric-content-registries-v0
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method setStrippedBlocks(Ljava/util/Map;)V to setStrippedBlocks_$md$5e849e$1 in fabric-content-registries-v0.mixins.json:AxeItemAccessor from mod fabric-content-registries-v0
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing HoeItemAccessor from fabric-content-registries-v0.mixins.json into net.minecraft.item.HoeItem
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:HoeItemAccessor from mod fabric-content-registries-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getTillingActions()Ljava/util/Map; to getTillingActions_$md$5e849e$0 in fabric-content-registries-v0.mixins.json:HoeItemAccessor from mod fabric-content-registries-v0
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing BucketItemAccessor from fabric-transfer-api-v1.mixins.json into net.minecraft.item.BucketItem
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:BucketItemAccessor from mod fabric-transfer-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing BucketItemMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.item.BucketItem
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:BucketItemMixin from mod fabric-transfer-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing ShearsItemMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.item.ShearsItem
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin from mod fabric-mining-level-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin from mod fabric-mining-level-api-v1->@Inject::fabric$onIsSuitableFor(Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin from mod fabric-mining-level-api-v1->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin from mod fabric-mining-level-api-v1->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin from mod fabric-mining-level-api-v1->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:ShearsItemMixin from mod fabric-mining-level-api-v1->@Inject::fabric$onGetMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing HoneycombItemMixin from fabric-content-registries-v0.mixins.json into net.minecraft.item.HoneycombItem
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:HoneycombItemMixin from mod fabric-content-registries-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:HoneycombItemMixin from mod fabric-content-registries-v0->@Inject::createUnwaxedToWaxedMap(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinItemGroup from fabric-item-groups-v0.mixins.json into net.minecraft.item.ItemGroup
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:MixinItemGroup from mod fabric-item-groups-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemGroup from fabric-item-groups-v0.mixins.json into net.minecraft.item.ItemGroup
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinItemGroup from mod fabric-item-groups-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinItemGroup from mod fabric-item-groups-v0->@Inject::isTopRow(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinItemGroup from mod fabric-item-groups-v0->@Inject::getColumn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing StatusEffectInstanceMixin from apoli.mixins.json into net.minecraft.entity.effect.StatusEffectInstance
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:StatusEffectInstanceMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:12] [main/DEBUG] (FabricLoader/Mixin) Mixing ChestStateManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.block.entity.ViewerCountManager
+[13:52:13] [main/DEBUG] (FabricLoader/Mixin) Mixing InventoryValidationMixin from mixins.reach-entity-attributes.json into net.minecraft.entity.player.PlayerInventory
+[13:52:13] [main/DEBUG] (FabricLoader/Mixin) Mixing CraftingResultSlotMixin from apoli.mixins.json into net.minecraft.screen.slot.CraftingResultSlot
+[13:52:13] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:13] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin from mod apoli->@Inject::testOnTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:13] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin from mod apoli->@Inject::testOnTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:13] [main/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingResultSlotMixin from mod apoli->@Inject::testOnTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) Mixing MixinMultiNoiseBiomeSource from fabric-biome-api-v1.mixins.json into net.minecraft.world.biome.source.MultiNoiseBiomeSource$Preset
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource from mod fabric-biome-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$appendNetherBiomes$0(Ljava/util/List;Lnet/minecraft/util/registry/Registry;Lnet/minecraft/util/registry/RegistryKey;Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$NoiseHypercube;)V to md5e849e$lambda$appendNetherBiomes$0$0 in fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource from mod fabric-biome-api-v1
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:MixinMultiNoiseBiomeSource from mod fabric-biome-api-v1->@Inject::appendNetherBiomes(Lnet/minecraft/util/registry/Registry;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) Mixing AccessorDebugChunkGenerator from fabric-registry-sync-v0.mixins.json into net.minecraft.world.gen.chunk.DebugChunkGenerator
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:AccessorDebugChunkGenerator from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method setBLOCK_STATES(Ljava/util/List;)V to setBLOCK_STATES_$md$5e849e$0 in fabric-registry-sync-v0.mixins.json:AccessorDebugChunkGenerator from mod fabric-registry-sync-v0
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method setX_SIDE_LENGTH(I)V to setX_SIDE_LENGTH_$md$5e849e$1 in fabric-registry-sync-v0.mixins.json:AccessorDebugChunkGenerator from mod fabric-registry-sync-v0
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method setZ_SIDE_LENGTH(I)V to setZ_SIDE_LENGTH_$md$5e849e$2 in fabric-registry-sync-v0.mixins.json:AccessorDebugChunkGenerator from mod fabric-registry-sync-v0
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) Mixing ArgumentTypesMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.command.argument.ArgumentTypes
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:ArgumentTypesMixin from mod fabric-gametest-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:ArgumentTypesMixin from mod fabric-gametest-api-v1->@Inject::register(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) Mixing DefaultAttributeRegistryAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.entity.attribute.DefaultAttributeRegistry
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryAccessor from mod fabric-object-builder-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getRegistry()Ljava/util/Map; to getRegistry_$md$5e849e$0 in fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryAccessor from mod fabric-object-builder-api-v1
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) Mixing DefaultAttributeRegistryMixin from fabric-object-builder-v1.mixins.json into net.minecraft.entity.attribute.DefaultAttributeRegistry
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryMixin from mod fabric-object-builder-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:14] [main/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:DefaultAttributeRegistryMixin from mod fabric-object-builder-api-v1->@Inject::injectAttributes(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.MinecraftClient
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin from mod fabric-lifecycle-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftClientMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.MinecraftClient
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.MinecraftClientAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.client.MinecraftClient
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.MinecraftClientAccessor from mod fabric-networking-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinMinecraftClient from fabric-events-interaction-v0.mixins.json into net.minecraft.client.MinecraftClient
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinMinecraftClient from mod fabric-events-interaction-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-data-generation-api-v1.mixins.json into net.minecraft.client.MinecraftClient
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin from mod fabric-data-generation-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinMinecraftClient from fabric-registry-sync-v0.mixins.json into net.minecraft.client.MinecraftClient
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MinecraftClientMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.MinecraftClient
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin from mod fabric-command-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftClientMixin from apoli.mixins.json into net.minecraft.client.MinecraftClient
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:MinecraftClientMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeEntitiesGlow$1(Lio/github/apace100/apoli/power/SelfGlowPower;)Z to md5e849e$lambda$makeEntitiesGlow$1$0 in apoli.mixins.json:MinecraftClientMixin from mod apoli
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeEntitiesGlow$0(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/EntityGlowPower;)Z to md5e849e$lambda$makeEntitiesGlow$0$1 in apoli.mixins.json:MinecraftClientMixin from mod apoli
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin from mod fabric-lifecycle-events-v1->@Inject::onStartTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin from mod fabric-lifecycle-events-v1->@Inject::onStartTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin from mod fabric-lifecycle-events-v1->@Inject::onStartTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin from mod fabric-lifecycle-events-v1->@Inject::onEndTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin from mod fabric-lifecycle-events-v1->@Inject::onEndTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin from mod fabric-lifecycle-events-v1->@Inject::onEndTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin from mod fabric-lifecycle-events-v1->@Inject::onStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin from mod fabric-lifecycle-events-v1->@Inject::onStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin from mod fabric-lifecycle-events-v1->@Inject::onStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin from mod fabric-lifecycle-events-v1->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin from mod fabric-lifecycle-events-v1->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.MinecraftClientMixin from mod fabric-lifecycle-events-v1->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::onScreenRemove(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::onScreenRemove(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::onScreenRemove(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::onScreenRemoveBecauseStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::onScreenRemoveBecauseStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::onScreenRemoveBecauseStopping(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::beforeScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::beforeScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::beforeScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::afterScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::afterScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::afterScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::beforeLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::beforeLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::beforeLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::afterLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::afterLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric-screen-api-v1->@Inject::afterLoadingScreenTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinMinecraftClient from mod fabric-events-interaction-v0->@Inject::fabric_doItemPickWrapper(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinMinecraftClient from mod fabric-events-interaction-v0->@Inject::cancelItemPick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin from mod fabric-data-generation-api-v1->@Inject::main(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin from mod fabric-data-generation-api-v1->@Inject::main(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:client.MinecraftClientMixin from mod fabric-data-generation-api-v1->@Inject::main(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient from mod fabric-registry-sync-v0->@Inject::disconnectAfter(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient from mod fabric-registry-sync-v0->@Inject::disconnectAfter(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient from mod fabric-registry-sync-v0->@Inject::disconnectAfter(Lnet/minecraft/client/gui/screen/Screen;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient from mod fabric-registry-sync-v0->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient from mod fabric-registry-sync-v0->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinMinecraftClient from mod fabric-registry-sync-v0->@Inject::onStart(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin from mod fabric-command-api-v1->@Inject::onConstruct(Lnet/minecraft/client/RunArgs;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin from mod fabric-command-api-v1->@Inject::onConstruct(Lnet/minecraft/client/RunArgs;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.MinecraftClientMixin from mod fabric-command-api-v1->@Inject::onConstruct(Lnet/minecraft/client/RunArgs;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:MinecraftClientMixin from mod apoli->@Inject::makeEntitiesGlow(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenAccessor from fabric-screen-api-v1.mixins.json into net.minecraft.client.gui.screen.Screen
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenAccessor from mod fabric-screen-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.gui.screen.Screen
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric-screen-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ScreenMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.gui.screen.Screen
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:ScreenMixin from mod fabric-rendering-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric-screen-api-v1->@Inject::beforeInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric-screen-api-v1->@Inject::beforeInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric-screen-api-v1->@Inject::beforeInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric-screen-api-v1->@Inject::afterInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric-screen-api-v1->@Inject::afterInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:ScreenMixin from mod fabric-screen-api-v1->@Inject::afterInitScreen(Lnet/minecraft/client/MinecraftClient;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:ScreenMixin from mod fabric-rendering-v1->@Inject::injectRenderTooltipLambda(Ljava/util/List;Lnet/minecraft/client/item/TooltipData;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinTitleScreen from mixins.modmenu.json into net.minecraft.client.gui.screen.TitleScreen
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.modmenu.json:MixinTitleScreen from mod modmenu: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing AspectsMixin from aspects.mixins.json into net.minecraft.client.gui.screen.TitleScreen
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin from mod aspects: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin from mod aspects->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin from mod aspects->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) aspects.mixins.json:AspectsMixin from mod aspects->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientWorldMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientWorld
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin from mod fabric-lifecycle-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinClientWorld from mixins.cardinal_components_entity.json into net.minecraft.client.world.ClientWorld
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld from mod cardinal-components-entity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin from mod fabric-lifecycle-events-v1->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin from mod fabric-lifecycle-events-v1->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin from mod fabric-lifecycle-events-v1->@Inject::startWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin from mod fabric-lifecycle-events-v1->@Inject::endWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin from mod fabric-lifecycle-events-v1->@Inject::endWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldMixin from mod fabric-lifecycle-events-v1->@Inject::endWorldTick(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld from mod cardinal-components-entity->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld from mod cardinal-components-entity->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld from mod cardinal-components-entity->@Inject::tick(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld from mod cardinal-components-entity->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld from mod cardinal-components-entity->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:client.MixinClientWorld from mod cardinal-components-entity->@Inject::tickRiding(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing HandledScreenFocusedSlotAccessor from calio.mixins.json into net.minecraft.client.gui.screen.ingame.HandledScreen
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:HandledScreenFocusedSlotAccessor from mod calio: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing SinglePreparationResourceReloaderMixin from fabric-resource-conditions-api-v1.mixins.json into net.minecraft.resource.SinglePreparationResourceReloader
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-conditions-api-v1.mixins.json:SinglePreparationResourceReloaderMixin from mod fabric-resource-conditions-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-conditions-api-v1.mixins.json:SinglePreparationResourceReloaderMixin from mod fabric-resource-conditions-api-v1->@Inject::applyResourceConditions(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-conditions-api-v1.mixins.json:SinglePreparationResourceReloaderMixin from mod fabric-resource-conditions-api-v1->@Inject::applyResourceConditions(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-conditions-api-v1.mixins.json:SinglePreparationResourceReloaderMixin from mod fabric-resource-conditions-api-v1->@Inject::applyResourceConditions(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Ljava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientBuiltinResourcePackProviderMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.resource.ClientBuiltinResourcePackProvider
+[13:52:15] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin from mod fabric-resource-loader-v0->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lnet/minecraft/resource/ResourcePackProfile$Factory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin from mod fabric-resource-loader-v0->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lnet/minecraft/resource/ResourcePackProfile$Factory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin from mod fabric-resource-loader-v0->@Inject::addBuiltinResourcePacks(Ljava/util/function/Consumer;Lnet/minecraft/resource/ResourcePackProfile$Factory;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin from mod fabric-resource-loader-v0->@Inject::onSupplyZipProgrammerArtPack(Ljava/io/File;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.ClientBuiltinResourcePackProviderMixin from mod fabric-resource-loader-v0->@Inject::onSupplyDirProgrammerArtPack(Ljava/io/File;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DefaultResourcePackMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.DefaultResourcePack
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:DefaultResourcePackMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourceMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.Resource
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourceMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackManagerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackManager
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackManagerAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackManager
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerAccessor from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric-resource-loader-v0->@Inject::construct(Lnet/minecraft/resource/ResourcePackProfile$Factory;[Lnet/minecraft/resource/ResourcePackProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric-resource-loader-v0->@Inject::construct(Lnet/minecraft/resource/ResourcePackProfile$Factory;[Lnet/minecraft/resource/ResourcePackProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackManagerMixin from mod fabric-resource-loader-v0->@Inject::construct(Lnet/minecraft/resource/ResourcePackProfile$Factory;[Lnet/minecraft/resource/ResourcePackProvider;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ResourcePackProfileMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourcePackProfile
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackProfileMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourcePackProfileMixin from mod fabric-resource-loader-v0->@Inject::onCreateResourcePack(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing FileResourcePackProviderAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.FileResourcePackProvider
+[13:52:16] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:FileResourcePackProviderAccessor from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:16] [Render thread/INFO] (com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
+[13:52:16] [Render thread/DEBUG] (com.mojang.authlib.minecraft.client.MinecraftClient) Connecting to https://api.minecraftservices.com/player/attributes
+[13:52:17] [Render thread/ERROR] (net.minecraft.client.MinecraftClient) Failed to verify authentication
com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401
- at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) ~[authlib-3.2.38.jar:?]
- at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:132) ~[authlib-3.2.38.jar:?]
- at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.(YggdrasilUserApiService.java:44) ~[authlib-3.2.38.jar:?]
- at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createUserApiService(YggdrasilAuthenticationService.java:153) ~[authlib-3.2.38.jar:?]
- at net.minecraft.client.MinecraftClient.createUserApiService(MinecraftClient.java:670) [minecraft-project-@-mapped.jar:?]
+ at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) ~[authlib-3.3.39.jar:?]
+ at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:132) ~[authlib-3.3.39.jar:?]
+ at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.(YggdrasilUserApiService.java:44) ~[authlib-3.3.39.jar:?]
+ at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createUserApiService(YggdrasilAuthenticationService.java:153) ~[authlib-3.3.39.jar:?]
+ at net.minecraft.client.MinecraftClient.createUserApiService(MinecraftClient.java:680) [minecraft-project-@-mapped.jar:?]
at net.minecraft.client.MinecraftClient.(MinecraftClient.java:424) [minecraft-project-@-mapped.jar:?]
at net.minecraft.client.main.Main.main(Main.java:197) [minecraft-project-@-mapped.jar:?]
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602) [fabric-loader-0.12.10.jar:?]
- at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) [fabric-loader-0.12.10.jar:?]
- at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.12.10.jar:?]
+ at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:460) [fabric-loader-0.14.6.jar:?]
+ at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.6.jar:?]
+ at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.14.6.jar:?]
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86) [dev-launch-injector-0.2.1+build.8.jar:?]
Caused by: com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 401
- at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:78) ~[authlib-3.2.38.jar:?]
- at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) ~[authlib-3.2.38.jar:?]
- at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:113) ~[authlib-3.2.38.jar:?]
- ... 13 more
-[07:56:53] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Setting user: Player481
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyBindingAccessor from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.KeyBinding
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:KeyBindingAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method fabric_getCategoryMap()Ljava/util/Map; to fabric_getCategoryMap_$md$39f229$0 in fabric-key-binding-api-v1.mixins.json:KeyBindingAccessor
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyCodeAccessor from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.KeyBinding
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:KeyCodeAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Entrypoint) Iterating over entrypoint 'main'
-[07:56:53] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:attribute has been marked as modded, registry entry reach-entity-attributes:reach was changed
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CriteriaRegistryInvoker from calio.mixins.json into net.minecraft.advancement.criterion.Criteria
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CriteriaRegistryInvoker: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CriteriaAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.advancement.criterion.Criteria
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:CriteriaAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/advancement/criterion/Criterion;)Lnet/minecraft/advancement/criterion/Criterion; to callRegister_$md$39f229$1 in fabric-object-builder-v1.mixins.json:CriteriaAccessor
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.server.MinecraftServer
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.MinecraftServer
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$endResourceReload$0(Ljava/lang/Void;Ljava/lang/Throwable;)Ljava/lang/Void; to md39f229$lambda$endResourceReload$0$0 in fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.MinecraftServer
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:MinecraftServerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinMinecraftServer from fabric-tag-extensions-v0.mixins.json into net.minecraft.server.MinecraftServer
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinMinecraftServer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin->@Inject::tickWorlds(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 doesn't use it's CallbackInfo
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin->@Inject::tickWorlds(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 has 0 override(s) in child classes
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin->@Inject::tickWorlds(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 won't be passed a CallbackInfo as a result
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::beforeShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::afterShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onStartTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onStartTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onStartTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onEndTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onEndTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onEndTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onUnloadWorldAtShutdown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Lnet/minecraft/server/world/ServerWorld;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onUnloadWorldAtShutdown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Lnet/minecraft/server/world/ServerWorld;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::onUnloadWorldAtShutdown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Lnet/minecraft/server/world/ServerWorld;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfoReturnable
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfoReturnable as a result
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin->@Inject::endResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 does use it's CallbackInfoReturnable
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinMinecraftServer->@Inject::method_29440(Ljava/util/Collection;Lnet/minecraft/resource/ServerResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 doesn't use it's CallbackInfo
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinMinecraftServer->@Inject::method_29440(Ljava/util/Collection;Lnet/minecraft/resource/ServerResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 has 0 override(s) in child classes
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinMinecraftServer->@Inject::method_29440(Ljava/util/Collection;Lnet/minecraft/resource/ServerResourceManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 won't be passed a CallbackInfo as a result
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerPlayNetworkHandler
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.server.network.ServerPlayNetworkHandler
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayNetworkHandler
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::handleCustomPayloadReceivedAsync(Lnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 does use it's CallbackInfo
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::saveEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::saveEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::saveEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::undoEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::undoEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin->@Inject::undoEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:53] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:recipe_serializer has been marked as modded, registry entry apoli:power_restricted was changed
-[07:56:53] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:loot_function_type has been marked as modded, registry entry apoli:add_power was changed
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DamageSourceAccessor from calio.mixins.json into net.minecraft.entity.damage.DamageSource
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DamageSourceAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:53] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method createDamageSource(Ljava/lang/String;)Lnet/minecraft/entity/damage/DamageSource; to createDamageSource_$md$39f229$0 in calio.mixins.json:DamageSourceAccessor
-[07:56:53] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:root has been marked as modded, registry entry apoli:power_factory was changed
-[07:56:54] [Render thread/INFO] (io.github.apace100.apoli.Apoli) Apoli 2.2.0 has initialized. Ready to power up your game!
-[07:56:54] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:item has been marked as modded, registry entry aspects:anemo_feather was changed
-[07:56:54] [Render thread/INFO] (aspects) Hello from Aspects :D
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerLoginNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerLoginNetworkHandler
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.ServerLoginNetworkHandlerAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerLoginNetworkHandler
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.ServerLoginNetworkHandlerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handleCustomPayloadReceivedAsync(Lnet/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 does use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handlePlayTransitionNormal(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handlePlayTransitionNormal(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin->@Inject::handlePlayTransitionNormal(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/INFO] (io.github.apace100.origins.Origins) Origins 1.3.0 is initializing. Have fun!
-[07:56:54] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:block has been marked as modded, registry entry origins:temporary_cobweb was changed
-[07:56:54] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:enchantment has been marked as modded, registry entry origins:water_protection was changed
-[07:56:54] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:entity_type has been marked as modded, registry entry origins:enderian_pearl was changed
-[07:56:54] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:loot_condition_type has been marked as modded, registry entry origins:origin was changed
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.loot.LootManager
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLootManager from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootManager
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$apply$2(Lnet/minecraft/resource/ResourceManager;Ljava/util/Map;Lnet/minecraft/util/Identifier;Lnet/minecraft/loot/LootTable;)V to md39f229$lambda$apply$2$0 in fabric-loot-tables-v1.mixins.json:MixinLootManager
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$apply$1(Lnet/fabricmc/fabric/api/loot/v1/FabricLootSupplierBuilder;Lnet/minecraft/util/Identifier;)Lnet/minecraft/loot/LootTable; to md39f229$lambda$apply$1$1 in fabric-loot-tables-v1.mixins.json:MixinLootManager
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$apply$0(Ljava/util/Map;Lnet/minecraft/util/Identifier;Lnet/minecraft/loot/LootTable;)V to md39f229$lambda$apply$0$2 in fabric-loot-tables-v1.mixins.json:MixinLootManager
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootManager->@Inject::apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-loot-tables-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootManager->@Inject::apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-loot-tables-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootManager->@Inject::apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-loot-tables-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LootSupplierBuilderHooks from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootTable$Builder
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:LootSupplierBuilderHooks: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Entrypoint) Iterating over entrypoint 'client'
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinClientPlayNetworkHandler from fabric-content-registries-v0.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleServerPlayReady(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleServerPlayReady(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleServerPlayReady(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleCustomPayload(Lnet/minecraft/network/packet/s2c/play/CustomPayloadS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 does use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onOnCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onOnCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onOnCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::fabric$clearMiningLevelCache(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-mining-level-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::fabric$clearMiningLevelCache(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-mining-level-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin->@Inject::fabric$clearMiningLevelCache(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-mining-level-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler->@Inject::onSynchronizeTagsHook(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler->@Inject::onSynchronizeTagsHook(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler->@Inject::onSynchronizeTagsHook(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-content-registries-v0 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/INFO] (net.fabricmc.fabric.impl.client.indigo.Indigo) [Indigo] Registering Indigo renderer!
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.GameRendererMixin from mixins.reach-entity-attributes.json into net.minecraft.client.render.GameRenderer
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRendererMixin from apoli.mixins.json into net.minecraft.client.render.GameRenderer
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getEyePos$7(Ljava/util/HashSet;Lnet/minecraft/util/math/BlockPos;)V to md39f229$lambda$getEyePos$7$0 in apoli.mixins.json:GameRendererMixin
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventThirdPerson$6(Lio/github/apace100/apoli/power/PhasingPower;)Z to md39f229$lambda$preventThirdPerson$6$1 in apoli.mixins.json:GameRendererMixin
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$beforeRender$5(Lio/github/apace100/apoli/power/PhasingPower;)Z to md39f229$lambda$beforeRender$5$2 in apoli.mixins.json:GameRendererMixin
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$beforeRender$4(Lio/github/apace100/apoli/power/PhasingPower;)Z to md39f229$lambda$beforeRender$4$3 in apoli.mixins.json:GameRendererMixin
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$disableShaderToggle$3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lio/github/apace100/apoli/power/ShaderPower;)V to md39f229$lambda$disableShaderToggle$3$4 in apoli.mixins.json:GameRendererMixin
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderOverlayPowers$2(ZZLio/github/apace100/apoli/power/OverlayPower;)Z to md39f229$lambda$renderOverlayPowers$2$5 in apoli.mixins.json:GameRendererMixin
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$loadShaderFromPower$1(Lio/github/apace100/apoli/power/ShaderPower;)V to md39f229$lambda$loadShaderFromPower$1$6 in apoli.mixins.json:GameRendererMixin
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$loadShaderFromPowerOnCameraEntity$0(Lio/github/apace100/apoli/power/ShaderPower;)V to md39f229$lambda$loadShaderFromPowerOnCameraEntity$0$7 in apoli.mixins.json:GameRendererMixin
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRendererMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.render.GameRenderer
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPowerOnCameraEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPowerOnCameraEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPowerOnCameraEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPower(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPower(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::loadShaderFromPower(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::renderOverlayPowers(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::renderOverlayPowers(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::renderOverlayPowers(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::fixHudWithShaderEnabled(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::fixHudWithShaderEnabled(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::fixHudWithShaderEnabled(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::disableShaderToggle(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::getNightVisionStrength(Lnet/minecraft/entity/LivingEntity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::beforeRender(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::beforeRender(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin->@Inject::beforeRender(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onBeforeRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onBeforeRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onBeforeRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onAfterRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onAfterRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin->@Inject::onAfterRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinSpriteAtlasTexture from fabric-textures-v0.mixins.json into net.minecraft.client.texture.SpriteAtlasTexture
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-textures-v0.mixins.json:MixinSpriteAtlasTexture: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinSpriteAtlasTexture from fabric-renderer-api-v1.mixins.json into net.minecraft.client.texture.SpriteAtlasTexture
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-textures-v0.mixins.json:MixinSpriteAtlasTexture->@Inject::afterLoadSprites(Lnet/minecraft/resource/ResourceManager;Ljava/util/Set;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-textures-v0 does use it's CallbackInfoReturnable
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture->@Inject::uploadHook(Lnet/minecraft/client/texture/SpriteAtlasTexture$Data;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture->@Inject::uploadHook(Lnet/minecraft/client/texture/SpriteAtlasTexture$Data;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture->@Inject::uploadHook(Lnet/minecraft/client/texture/SpriteAtlasTexture$Data;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerScreenHandlerMixin from apoli.mixins.json into net.minecraft.screen.PlayerScreenHandler$1
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerScreenHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventArmorInsertion$0(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;Lio/github/apace100/apoli/power/RestrictArmorPower;)Z to md39f229$lambda$preventArmorInsertion$0$0 in apoli.mixins.json:PlayerScreenHandlerMixin
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerScreenHandlerMixin->@Inject::preventArmorInsertion(Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinItemRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.item.ItemRenderer
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinItemRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$0()Lnet/fabricmc/fabric/impl/client/indigo/renderer/render/ItemRenderContext; to md39f229$lambda$new$0$0 in fabric-renderer-indigo.mixins.json:MixinItemRenderer
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.item.ItemRenderer
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinItemRenderer->@Inject::hook_method_23179(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;ZLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IILnet/minecraft/client/render/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-indigo does use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientLoginNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.client.network.ClientLoginNetworkHandler
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::handleQueryRequest(Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 does use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::invokeLoginDisconnectEvent(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::invokeLoginDisconnectEvent(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::invokeLoginDisconnectEvent(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::handlePlayTransition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::handlePlayTransition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin->@Inject::handlePlayTransition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ElytraFeatureRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.feature.ElytraFeatureRenderer
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ElytraFeatureRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CapeFeatureRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.feature.CapeFeatureRenderer
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CapeFeatureRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CapeFeatureRendererMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.feature.CapeFeatureRenderer
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:CapeFeatureRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CapeFeatureRendererMixin->@Inject::preventCapeRendering(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/client/network/AbstractClientPlayerEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:CapeFeatureRendererMixin->@Inject::injectCapeRenderCheck(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/client/network/AbstractClientPlayerEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinArmorFeatureRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.feature.ArmorFeatureRenderer
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinArmorFeatureRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinArmorFeatureRenderer->@Inject::renderArmor(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/EquipmentSlot;ILnet/minecraft/client/render/entity/model/BipedEntityModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientConnectionMixin from fabric-networking-api-v1.mixins.json into net.minecraft.network.ClientConnection
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::initAddedFields(Lnet/minecraft/network/NetworkSide;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::initAddedFields(Lnet/minecraft/network/NetworkSide;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::initAddedFields(Lnet/minecraft/network/NetworkSide;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::handleDisconnect(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::handleDisconnect(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin->@Inject::handleDisconnect(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinGameOptions from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.GameOptions
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.GameOptionsMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.option.GameOptions
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions->@Inject::loadHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-key-binding-api-v1 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions->@Inject::loadHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-key-binding-api-v1 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions->@Inject::loadHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-key-binding-api-v1 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfo
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes
-[07:56:54] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfo as a result
-[07:56:54] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Backend library: LWJGL version 3.2.1 build 12
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MouseMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.Mouse
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::beforeMouseClickedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 does use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseClickedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::beforeMouseReleasedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 does use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseReleasedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::beforeMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V from mod fabric-screen-api-v1 does use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V from mod fabric-screen-api-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin->@Inject::afterMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyboardMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.Keyboard
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::beforeKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 does use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::beforeKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 does use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin->@Inject::afterKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-screen-api-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ReloadableResourceManagerImplMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ReloadableResourceManagerImpl
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getResourcePackNames$0(Lnet/minecraft/resource/ResourcePack;)Ljava/lang/String; to md39f229$lambda$getResourcePackNames$0$0 in fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin->@Inject::reload(Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfoReturnable
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin->@Inject::reload(Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin->@Inject::reload(Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfoReturnable as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin->@Inject::getResourcePackNames(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 does use it's CallbackInfoReturnable
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.resource.language.LanguageManager
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.texture.TextureManager
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.sound.SoundManager
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.FontManagerResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.font.FontManager$1
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.FontManagerResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinBlockColorMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.color.block.BlockColors
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockColorMap from fabric-rendering-v1.mixins.json into net.minecraft.client.color.block.BlockColors
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockColorMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-v1 does use it's CallbackInfoReturnable
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemColorMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.color.item.ItemColors
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinItemColorMap from fabric-rendering-v1.mixins.json into net.minecraft.client.color.item.ItemColors
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinItemColorMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinItemColorMap->@Inject::create(Lnet/minecraft/client/color/block/BlockColors;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-v1 does use it's CallbackInfoReturnable
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBakedModelManager from fabric-models-v0.mixins.json into net.minecraft.client.render.model.BakedModelManager
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinBakedModelManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.model.BakedModelManager
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.block.BlockRenderManager
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBuiltinModelItemRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.item.BuiltinModelItemRenderer
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBuiltinModelItemRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBuiltinModelItemRenderer->@Inject::fabric_onRender(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemModelMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.render.item.ItemModels
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap->@Inject::onInit(Lnet/minecraft/client/render/model/BakedModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap->@Inject::onInit(Lnet/minecraft/client/render/model/BakedModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap->@Inject::onInit(Lnet/minecraft/client/render/model/BakedModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityRenderDispatcherMixin from apoli.mixins.json into net.minecraft.client.render.entity.EntityRenderDispatcher
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityRenderDispatcherMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventRenderingEntities$0(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventEntityRenderPower;)Z to md39f229$lambda$preventRenderingEntities$0$0 in apoli.mixins.json:EntityRenderDispatcherMixin
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityRenderDispatcherMixin->@Inject::preventRenderingEntities(Lnet/minecraft/entity/Entity;Lnet/minecraft/client/render/Frustum;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.HeldItemRendererMixin from fabric-item-api-v1.mixins.json into net.minecraft.client.render.item.HeldItemRenderer
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin->@Inject::modifyProgressAnimation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin->@Inject::modifyProgressAnimation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin->@Inject::modifyProgressAnimation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-api-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinModelLoader from fabric-models-v0.mixins.json into net.minecraft.client.render.model.ModelLoader
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::loadModelHook(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 does use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::addModelHook(Lnet/minecraft/client/util/ModelIdentifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::addModelHook(Lnet/minecraft/client/util/ModelIdentifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::addModelHook(Lnet/minecraft/client/util/ModelIdentifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::initFinishedHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::initFinishedHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader->@Inject::initFinishedHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-models-v0 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.BakedModel
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinBakedModel: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LightmapTextureManagerMixin from apoli.mixins.json into net.minecraft.client.render.LightmapTextureManager
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LightmapTextureManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockModelRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.block.BlockModelRenderer
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer->@Inject::hookRender(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/client/render/model/BakedModel;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;ZLjava/util/Random;JILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo does use it's CallbackInfoReturnable
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-indigo doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-indigo has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-indigo won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinAmbientOcclusionCalculator from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.block.BlockModelRenderer$AmbientOcclusionCalculator
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinAmbientOcclusionCalculator: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinFluidRenderer from fabric-rendering-fluids-v1.mixins.json into net.minecraft.client.render.block.FluidRenderer
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$0()Ljava/lang/Boolean; to md39f229$lambda$new$0$0 in fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-fluids-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-fluids-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-fluids-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselate(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 does use it's CallbackInfoReturnable
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 doesn't use it's CallbackInfoReturnable
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 won't be passed a CallbackInfoReturnable as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 doesn't use it's CallbackInfoReturnable
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-rendering-fluids-v1 won't be passed a CallbackInfoReturnable as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing WorldRendererMixin from apoli.mixins.json into net.minecraft.client.render.WorldRenderer
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinWorldRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.WorldRenderer
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.WorldRenderer
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::updateChunksIfRenderChanged(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::updateChunksIfRenderChanged(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::updateChunksIfRenderChanged(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::getEntity(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/profiler/Profiler;ZLnet/minecraft/util/math/Vec3d;DDDLnet/minecraft/util/math/Matrix4f;ZLnet/minecraft/client/render/Frustum;ZLnet/minecraft/client/render/VertexConsumerProvider$Immediate;Ljava/util/Iterator;Lnet/minecraft/entity/Entity;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::getEntity(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/profiler/Profiler;ZLnet/minecraft/util/math/Vec3d;DDDLnet/minecraft/util/math/Matrix4f;ZLnet/minecraft/client/render/Frustum;ZLnet/minecraft/client/render/VertexConsumerProvider$Immediate;Ljava/util/Iterator;Lnet/minecraft/entity/Entity;)V from mod apoli has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin->@Inject::getEntity(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/profiler/Profiler;ZLnet/minecraft/util/math/Vec3d;DDDLnet/minecraft/util/math/Matrix4f;ZLnet/minecraft/client/render/Frustum;ZLnet/minecraft/client/render/VertexConsumerProvider$Immediate;Ljava/util/Iterator;Lnet/minecraft/entity/Entity;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$1 for descriptor (IIII)V
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRender(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRender(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRender(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSetup(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSetup(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSetup(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onDrawBlockOutline(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/entity/Entity;DDDLnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::renderWeather(Lnet/minecraft/client/render/LightmapTextureManager;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::renderCloud(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/util/math/Matrix4f;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer->@Inject::renderSky(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/util/math/Matrix4f;FLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 does use it's CallbackInfo
-[07:56:55] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 9360.
-[07:56:55] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 20.
-[07:56:56] [Render thread/DEBUG] (io.netty.util.internal.InternalThreadLocalMap) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
-[07:56:56] [Render thread/DEBUG] (io.netty.util.internal.InternalThreadLocalMap) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
-[07:56:56] [Render thread/DEBUG] (io.netty.util.internal.ThreadLocalRandom) -Dio.netty.initialSeedUniquifier: 0x1792970e7afb895c
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinParticleManager from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ParticleManagerAccessor from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:ParticleManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinParticleManager from fabric-registry-sync-v0.mixins.json into net.minecraft.client.particle.ParticleManager
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager->@Inject::onRegisterDefaultFactories(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-particles-v1 doesn't use it's CallbackInfo
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager->@Inject::onRegisterDefaultFactories(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-particles-v1 has 0 override(s) in child classes
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager->@Inject::onRegisterDefaultFactories(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-particles-v1 won't be passed a CallbackInfo as a result
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager->@Inject::onInit(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager->@Inject::onInit(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager->@Inject::onInit(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ParticleManagerAccessor$SimpleSpriteProviderAccessor from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager$SimpleSpriteProvider
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:ParticleManagerAccessor$SimpleSpriteProviderAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$ModifyItalicDisplayHud from calio.mixins.json into net.minecraft.client.gui.hud.InGameHud
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$ModifyItalicDisplayHud: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing InGameHudMixin from apoli.mixins.json into net.minecraft.client.gui.hud.InGameHud
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderOnHud$0(ZZLio/github/apace100/apoli/power/OverlayPower;)Z to md39f229$lambda$renderOnHud$0$0 in apoli.mixins.json:InGameHudMixin
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinInGameHud from fabric-rendering-v1.mixins.json into net.minecraft.client.gui.hud.InGameHud
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin->@Inject::renderOnHud(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin->@Inject::renderOnHud(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin->@Inject::renderOnHud(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud->@Inject::render(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud->@Inject::render(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 has 0 override(s) in child classes
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud->@Inject::render(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 won't be passed a CallbackInfo as a result
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinDebugHud from fabric-renderer-api-v1.debughud.mixins.json into net.minecraft.client.gui.hud.DebugHud
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.debughud.mixins.json:MixinDebugHud: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.debughud.mixins.json:MixinDebugHud->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-api-v1 does use it's CallbackInfoReturnable
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.debughud.mixins.json:MixinDebugHud->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-api-v1 does use it's CallbackInfoReturnable
-[07:56:56] [Render thread/INFO] (net.minecraft.resource.ReloadableResourceManagerImpl) Reloading ResourceManager: Default, Fabric Mods (Fabric Renderer Registries (v1), Fabric Containers (v0), Fabric Object Builders (v0), Pal, Fabric Game Rule API (v1), Reach Entity Attributes, Fabric API Base, Fabric Item Groups (v0), Fabric Rendering (v0), Fabric Key Binding API (v1), Fabric Textures (v0), Fabric Loader, Fabric Key Bindings (v0), Fabric Item API (v1), Fabric API, Fabric BlockRenderLayer Registration (v1), Fabric Commands (v0), Fabric Game Test API (v1), ThatRobins Extra Origins Keybinds, Fabric Events Interaction (v0), Fabric Command API (v1), Fabric Dimensions API (v1), Fabric Tool Attribute API (v1), Fabric Models (v0), Mod Menu, Calio, Fabric Crash Report Info (v1), Fabric Biome API (v1), Fabric Particles (v1), Cloth Config v6, Fabric Lifecycle Events (v1), Fabric Entity Events (v1), Fabric Renderer - Indigo, Fabric Rendering Data Attachment (v1), Fabric Transfer API (v1), Fabric Mining Level API (v1), Fabric Registry Sync (v0), Apoli, Fabric Rendering (v1), Fabric Events Lifecycle (v0), Fabric Rendering Fluids (v1), Fabric Resource Loader (v0), Fabric Data Generation API (v1), Fabric Loot Tables (v1), Aspects, Fabric Networking API (v1), Fabric Structure API (v1), Fabric Screen API (v1), Fabric Renderer API (v1), Fabric API Lookup API (v1), Fabric Tag Extensions (v0), Fabric Screen Handler API (v1), Fabric Networking (v0), Fabric Object Builder API (v1), Origins, Fabric Content Registries (v0), Fabric Mining Levels (v0))
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing NamespaceResourceManagerAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.NamespaceResourceManager
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method fabric$accessor_getMetadataPath(Lnet/minecraft/util/Identifier;)Lnet/minecraft/util/Identifier; to fabric$accessor_getMetadataPath_$md$39f229$0 in fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerAccessor
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing NamespaceResourceManagerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.NamespaceResourceManager
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin->@Inject::onGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfoReturnable
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin->@Inject::onGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin->@Inject::onGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfoReturnable as a result
-[07:56:56] [Render thread/INFO] (aspects) Hello from Aspects! :D
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing BackgroundRendererMixin from apoli.mixins.json into net.minecraft.client.render.BackgroundRenderer
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:BackgroundRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogEnd$4(Lio/github/apace100/apoli/power/PhasingPower;)Z to md39f229$lambda$redirectFogEnd$4$0 in apoli.mixins.json:BackgroundRendererMixin
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogEnd$3(Lio/github/apace100/apoli/power/PhasingPower;)Z to md39f229$lambda$redirectFogEnd$3$1 in apoli.mixins.json:BackgroundRendererMixin
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogStart$2(Lio/github/apace100/apoli/power/PhasingPower;)Z to md39f229$lambda$redirectFogStart$2$2 in apoli.mixins.json:BackgroundRendererMixin
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogStart$1(Lio/github/apace100/apoli/power/PhasingPower;)Z to md39f229$lambda$redirectFogStart$1$3 in apoli.mixins.json:BackgroundRendererMixin
-[07:56:56] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyD$0(Lio/github/apace100/apoli/power/PhasingPower;)Z to md39f229$lambda$modifyD$0$4 in apoli.mixins.json:BackgroundRendererMixin
-[07:56:56] [Realms Notification Availability checker #1/INFO] (net.minecraft.client.realms.RealmsClient) Could not authorize you against Realms server: Invalid session id
-[07:56:58] [Render thread/INFO] (net.minecraft.client.sound.SoundEngine) OpenAL initialized on device CoreAudio Default
-[07:56:58] [Render thread/INFO] (net.minecraft.client.sound.SoundSystem) Sound engine started
-[07:56:59] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
-[07:56:59] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
-[07:56:59] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
-[07:56:59] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
-[07:56:59] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
-[07:56:59] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
-[07:56:59] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinMultipartBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.MultipartBakedModel
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 doesn't use it's CallbackInfo
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 has 0 override(s) in child classes
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 won't be passed a CallbackInfo as a result
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinWeightedBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.WeightedBakedModel
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 doesn't use it's CallbackInfo
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 has 0 override(s) in child classes
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-renderer-api-v1 won't be passed a CallbackInfo as a result
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityModelsMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.model.EntityModels
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:EntityModelsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:EntityModelsMixin->@Inject::registerExtraModelData(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/ImmutableMap$Builder;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfoReturnable
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityModelLayersAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.model.EntityModelLayers
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:EntityModelLayersAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getLayers()Ljava/util/Set; to getLayers_$md$39f229$0 in fabric-rendering-v1.mixins.json:EntityModelLayersAccessor
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockEntityRenderers from fabric-rendering-v1.mixins.json into net.minecraft.client.render.block.entity.BlockEntityRendererFactories
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockEntityRenderers: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$init$0(Lnet/minecraft/block/entity/BlockEntityType;Lnet/minecraft/client/render/block/entity/BlockEntityRendererFactory;)V to md39f229$lambda$init$0$0 in fabric-rendering-v1.mixins.json:MixinBlockEntityRenderers
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockEntityRenderers->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinEntityRenderers from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.EntityRenderers
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinEntityRenderers: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$onRegisterRenderers$0(Lnet/minecraft/entity/EntityType;Lnet/minecraft/client/render/entity/EntityRendererFactory;)V to md39f229$lambda$onRegisterRenderers$0$0 in fabric-rendering-v1.mixins.json:MixinEntityRenderers
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinEntityRenderers->@Inject::onRegisterRenderers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-rendering-v1 doesn't use it's CallbackInfo
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.LivingEntityRenderer
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$3(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md39f229$lambda$renderColorChangedModel$3$0 in apoli.mixins.json:LivingEntityRendererMixin
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$2(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md39f229$lambda$renderColorChangedModel$2$1 in apoli.mixins.json:LivingEntityRendererMixin
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$1(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md39f229$lambda$renderColorChangedModel$1$2 in apoli.mixins.json:LivingEntityRendererMixin
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventFeatureRendering$0(Ljava/lang/Class;Lio/github/apace100/apoli/power/PreventFeatureRenderPower;)Z to md39f229$lambda$preventFeatureRendering$0$3 in apoli.mixins.json:LivingEntityRendererMixin
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityRendererAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.LivingEntityRenderer
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:LivingEntityRendererAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityRendererMixin->@Inject::letPlayersShakeTheirBodies(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityRendererMixin->@Inject::preventPumpkinRendering(Lnet/minecraft/entity/LivingEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$2 for descriptor (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;IIFFFF)V
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.PlayerEntityRenderer
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$5(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md39f229$lambda$makeSleeveTranslucent$5$0 in apoli.mixins.json:PlayerEntityRendererMixin
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$4(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md39f229$lambda$makeSleeveTranslucent$4$1 in apoli.mixins.json:PlayerEntityRendererMixin
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$3(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md39f229$lambda$makeSleeveTranslucent$3$2 in apoli.mixins.json:PlayerEntityRendererMixin
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$2(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md39f229$lambda$makeArmTranslucent$2$3 in apoli.mixins.json:PlayerEntityRendererMixin
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$1(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md39f229$lambda$makeArmTranslucent$1$4 in apoli.mixins.json:PlayerEntityRendererMixin
-[07:56:59] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$0(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md39f229$lambda$makeArmTranslucent$0$5 in apoli.mixins.json:PlayerEntityRendererMixin
-[07:57:00] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
-[07:57:00] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
-[07:57:00] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
-[07:57:00] [Render thread/INFO] (aspects) Hello from Aspects! :D
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.CreateWorldScreenMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.gui.screen.world.CreateWorldScreen
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 doesn't use it's CallbackInfoReturnable
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 has 0 override(s) in child classes
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-resource-loader-v0 won't be passed a CallbackInfoReturnable as a result
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRulesAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRulesAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Ljava/lang/String;Lnet/minecraft/world/GameRules$Category;Lnet/minecraft/world/GameRules$Type;)Lnet/minecraft/world/GameRules$Key; to callRegister_$md$39f229$0 in fabric-game-rule-api-v1.mixins.json:GameRulesAccessor
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getRuleTypes()Ljava/util/Map; to getRuleTypes_$md$39f229$1 in fabric-game-rule-api-v1.mixins.json:GameRulesAccessor
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RuleKeyMixin from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$Key
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:RuleKeyMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing BooleanRuleAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$BooleanRule
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:BooleanRuleAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeCreate(ZLjava/util/function/BiConsumer;)Lnet/minecraft/world/GameRules$Type; to invokeCreate_$md$39f229$0 in fabric-game-rule-api-v1.mixins.json:BooleanRuleAccessor
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing IntRuleAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$IntRule
-[07:59:19] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:IntRuleAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension_type has been marked as modded, registry entry minecraft:overworld was changed
-[07:59:20] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/biome has been marked as modded, registry entry minecraft:the_void was changed
-[07:59:20] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/configured_carver has been marked as modded, registry entry minecraft:cave was changed
-[07:59:20] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/configured_feature has been marked as modded, registry entry minecraft:seagrass_short was changed
-[07:59:20] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/placed_feature has been marked as modded, registry entry minecraft:crimson_fungi was changed
-[07:59:20] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/configured_structure_feature has been marked as modded, registry entry minecraft:pillager_outpost was changed
-[07:59:20] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/processor_list has been marked as modded, registry entry minecraft:empty was changed
-[07:59:20] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/template_pool has been marked as modded, registry entry minecraft:empty was changed
-[07:59:20] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise_settings has been marked as modded, registry entry minecraft:overworld was changed
-[07:59:20] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise has been marked as modded, registry entry minecraft:temperature was changed
-[07:59:20] [Render thread/DEBUG] (net.fabricmc.fabric.impl.registry.sync.DynamicRegistrySync) Setting up synchronisation of new BuiltinRegistries entries to the built-in DynamicRegistryManager
-[07:59:20] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension_type has been marked as modded, registry entry minecraft:overworld was changed
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinTagManager from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.TagManager
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManager->@Inject::init(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 doesn't use it's CallbackInfo
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManager->@Inject::init(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 has 0 override(s) in child classes
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManager->@Inject::init(Ljava/util/Map;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 won't be passed a CallbackInfo as a result
-[07:59:20] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise_settings has been marked as modded, registry entry minecraft:overworld was changed
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinRegistryOps from fabric-tag-extensions-v0.mixins.json into net.minecraft.util.dynamic.RegistryOps
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinRegistryOps: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing modification.RegistryOpsMixin from fabric-biome-api-v1.mixins.json into net.minecraft.util.dynamic.RegistryOps
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:modification.RegistryOpsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinRegistryOps->@Inject::afterDynamicRegistryLoaded(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/registry/DynamicRegistryManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 doesn't use it's CallbackInfoReturnable
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:modification.RegistryOpsMixin->@Inject::afterCreation(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/registry/DynamicRegistryManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-biome-api-v1 doesn't use it's CallbackInfoReturnable
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing AccessorLevelStorageSession from fabric-registry-sync-v0.mixins.json into net.minecraft.world.level.storage.LevelStorage$Session
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:AccessorLevelStorageSession: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLevelStorageSession from fabric-registry-sync-v0.mixins.json into net.minecraft.world.level.storage.LevelStorage$Session
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::saveWorld(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::saveWorld(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::saveWorld(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::readWorldProperties(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfoReturnable
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::readWorldProperties(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession->@Inject::readWorldProperties(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfoReturnable as a result
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from mixins.playerabilitylib.common.json into net.minecraft.server.network.ServerPlayerInteractionManager
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.server.network.ServerPlayerInteractionManager
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerInteractionManager from fabric-events-interaction-v0.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerAccessor from apoli.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeBlockUseActions$4(Lnet/minecraft/util/hit/BlockHitResult;Lnet/minecraft/util/Hand;Lio/github/apace100/apoli/power/ActionOnBlockUsePower;)V to md39f229$lambda$executeBlockUseActions$4$0 in apoli.mixins.json:ServerPlayerInteractionManagerMixin
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeBlockUseActions$3(Lnet/minecraft/util/hit/BlockHitResult;Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ActionOnBlockUsePower;)Z to md39f229$lambda$executeBlockUseActions$3$1 in apoli.mixins.json:ServerPlayerInteractionManagerMixin
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventBlockInteraction$2(Lnet/minecraft/world/World;Lnet/minecraft/util/hit/BlockHitResult;Lio/github/apace100/apoli/power/PreventBlockUsePower;)Z to md39f229$lambda$preventBlockInteraction$2$2 in apoli.mixins.json:ServerPlayerInteractionManagerMixin
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$actionOnBlockBreak$1(ZZLnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnBlockBreakPower;)V to md39f229$lambda$actionOnBlockBreak$1$3 in apoli.mixins.json:ServerPlayerInteractionManagerMixin
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$actionOnBlockBreak$0(Lio/github/apace100/apoli/power/ActionOnBlockBreakPower;)Z to md39f229$lambda$actionOnBlockBreak$0$4 in apoli.mixins.json:ServerPlayerInteractionManagerMixin
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::saveFlying(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::saveFlying(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::saveFlying(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::keepAbilities(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib doesn't use it's CallbackInfo
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::keepAbilities(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib has 0 override(s) in child classes
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin->@Inject::keepAbilities(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod playerabilitylib won't be passed a CallbackInfo as a result
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::startBlockBreak(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;Lnet/minecraft/util/math/Direction;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::interactBlock(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::interactItem(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::breakBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::onBlockBroken(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;Z)V from mod fabric-events-interaction-v0 doesn't use it's CallbackInfoReturnable
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::onBlockBroken(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;Z)V from mod fabric-events-interaction-v0 has 0 override(s) in child classes
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager->@Inject::onBlockBroken(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;Z)V from mod fabric-events-interaction-v0 won't be passed a CallbackInfoReturnable as a result
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::cacheBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::cacheBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::cacheBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::actionOnBlockBreak(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;ZLnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Z)V from mod apoli doesn't use it's CallbackInfoReturnable
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::actionOnBlockBreak(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;ZLnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Z)V from mod apoli has 0 override(s) in child classes
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::actionOnBlockBreak(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;ZLnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Z)V from mod apoli won't be passed a CallbackInfoReturnable as a result
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::preventBlockInteraction(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::executeBlockUseActions(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::executeBlockUseActions(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin->@Inject::executeBlockUseActions(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RecipeManagerAccessor from apoli.mixins.json into net.minecraft.recipe.RecipeManager
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:RecipeManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RecipeManagerMixin from apoli.mixins.json into net.minecraft.recipe.RecipeManager
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:RecipeManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$prioritizeModifiedRecipes$1(Lnet/minecraft/recipe/Recipe;)Z to md39f229$lambda$prioritizeModifiedRecipes$1$0 in apoli.mixins.json:RecipeManagerMixin
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$prioritizeModifiedRecipes$0(Lnet/minecraft/recipe/RecipeType;Lnet/minecraft/world/World;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/recipe/Recipe;)Ljava/util/stream/Stream; to md39f229$lambda$prioritizeModifiedRecipes$0$1 in apoli.mixins.json:RecipeManagerMixin
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.recipe.RecipeManager
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:RecipeManagerMixin->@Inject::prioritizeModifiedRecipes(Lnet/minecraft/recipe/RecipeType;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/world/World;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLootPool from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootPool
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootPool: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLootSupplier from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootTable
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootSupplier: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.ServerAdvancementLoader
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.tag.TagManagerLoader
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinTagManagerLoader from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.TagManagerLoader
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManagerLoader: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagManagerLoader->@Inject::method_33179(Lnet/minecraft/resource/ResourceManager;Ljava/util/concurrent/Executor;Ljava/util/List;Lnet/minecraft/tag/RequiredTagList;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-tag-extensions-v0 does use it's CallbackInfo
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CommandManagerMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.server.command.CommandManager
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CommandManagerMixin from fabric-command-api-v1.mixins.json into net.minecraft.server.command.CommandManager
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin->@Inject::construct(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 doesn't use it's CallbackInfo
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin->@Inject::construct(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 has 0 override(s) in child classes
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin->@Inject::construct(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-gametest-api-v1 won't be passed a CallbackInfo as a result
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin->@Inject::fabric_addCommands(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 doesn't use it's CallbackInfo
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin->@Inject::fabric_addCommands(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 has 0 override(s) in child classes
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin->@Inject::fabric_addCommands(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-command-api-v1 won't be passed a CallbackInfo as a result
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRuleCommandAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.server.command.GameRuleCommand
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRuleCommandAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeExecuteSet(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/world/GameRules$Key;)I to invokeExecuteSet_$md$39f229$0 in fabric-game-rule-api-v1.mixins.json:GameRuleCommandAccessor
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeExecuteQuery(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/GameRules$Key;)I to invokeExecuteQuery_$md$39f229$1 in fabric-game-rule-api-v1.mixins.json:GameRuleCommandAccessor
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRuleCommandVisitorMixin from fabric-game-rule-api-v1.mixins.json into net.minecraft.server.command.GameRuleCommand$1
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRuleCommandVisitorMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRuleCommandVisitorMixin->@Inject::onRegisterCommand(Lnet/minecraft/world/GameRules$Key;Lnet/minecraft/world/GameRules$Type;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-game-rule-api-v1 does use it's CallbackInfo
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing HelpCommandAccessor from fabric-command-api-v1.mixins.json into net.minecraft.server.command.HelpCommand
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:HelpCommandAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getFailedException()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; to getFailedException_$md$39f229$0 in fabric-command-api-v1.mixins.json:HelpCommandAccessor
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing TeleportCommandMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.command.TeleportCommand
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:TeleportCommandMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:TeleportCommandMixin->@Inject::afterEntityTeleportedToWorld(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;Lnet/minecraft/server/world/ServerWorld;DDDLjava/util/Set;FFLjava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;FFFLnet/minecraft/entity/Entity;)V from mod fabric-entity-events-v1 doesn't use it's CallbackInfo
-[07:59:21] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
-[07:59:21] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
-[07:59:21] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
-[07:59:21] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
-[07:59:21] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing TestFunctionsMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.test.TestFunctions
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:TestFunctionsMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:TestFunctionsMixin->@Inject::getTestFunction(Ljava/lang/reflect/Method;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-gametest-api-v1 does use it's CallbackInfoReturnable
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.function.FunctionLoader
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:21] [Render thread/INFO] (net.minecraft.resource.ReloadableResourceManagerImpl) Reloading ResourceManager: Default, Fabric Mods (Fabric Game Test API (v1), Fabric Tool Attribute API (v1), Apoli, Aspects, Origins)
-[07:59:21] [Worker-Main-30/DEBUG] (FabricLoader/Mixin) Mixing TagBuilderMixin from fabric-data-generation-api-v1.mixins.json into net.minecraft.tag.Tag$Builder
-[07:59:21] [Worker-Main-30/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:TagBuilderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:21] [Worker-Main-30/DEBUG] (FabricLoader/Mixin) Mixing MixinTagBuilder from fabric-tag-extensions-v0.mixins.json into net.minecraft.tag.Tag$Builder
-[07:59:21] [Worker-Main-30/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagBuilder: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:21] [Worker-Main-30/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagBuilder->@Inject::onFromJsonClear(Lcom/google/gson/JsonObject;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 doesn't use it's CallbackInfoReturnable
-[07:59:21] [Worker-Main-30/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagBuilder->@Inject::onFromJsonClear(Lcom/google/gson/JsonObject;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 has 0 override(s) in child classes
-[07:59:21] [Worker-Main-30/DEBUG] (FabricLoader/Mixin) fabric-tag-extensions-v0.mixins.json:MixinTagBuilder->@Inject::onFromJsonClear(Lcom/google/gson/JsonObject;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-tag-extensions-v0 won't be passed a CallbackInfoReturnable as a result
-[07:59:21] [Render thread/INFO] (net.minecraft.recipe.RecipeManager) Loaded 7 recipes
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LootPoolBuilderHooks from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootPool$Builder
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:LootPoolBuilderHooks: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:21] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 1143 advancements
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing WeightedListEntryAccessor from calio.mixins.json into net.minecraft.util.collection.WeightedList$Entry
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:WeightedListEntryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing WeightedListEntryAccessor from apoli.mixins.json into net.minecraft.util.collection.WeightedList$Entry
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WeightedListEntryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:21] [Render thread/DEBUG] (FabricLoader/Mixin) Unexpected: Registered method getWeight()I in net.minecraft.util.collection.WeightedList$Entry was not merged
-[07:59:21] [Render thread/INFO] (io.github.apace100.apoli.Apoli) Finished loading powers from data files. Registry contains 175 powers.
-[07:59:21] [Render thread/ERROR] (io.github.apace100.origins.Origins) There was a problem reading Origin file aspects:altum (skipping): Error reading data field at icon.item: Identifier "minecraft:water_bottle" was not registered in registry "minecraft:item".
-[07:59:21] [Render thread/ERROR] (io.github.apace100.origins.Origins) Origin "aspects:dendro" contained unregistered power: "aspects:suspicious_substance"
-[07:59:21] [Render thread/INFO] (io.github.apace100.origins.Origins) Finished loading origins from data files. Registry contains 27 origins.
-[07:59:21] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: aspects:elements
-[07:59:21] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: origins:origin
-[07:59:21] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: aspects:origins
-[07:59:21] [Render thread/INFO] (io.github.apace100.origins.Origins) Finished loading origin layers from data files. Read 3 layers.
-[07:59:21] [Render thread/INFO] (net.fabricmc.fabric.impl.biome.modification.BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 1.150 ms
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from /Users/adellanicholson/Documents/Aspects/run/saves/New World/data/fabricRegistry.dat
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from /Users/adellanicholson/Documents/Aspects/run/saves/New World/data/fabricRegistry.dat.1
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from /Users/adellanicholson/Documents/Aspects/run/saves/New World/data/fabricRegistry.dat.2
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Starting registry save
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving empty registry data
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension has been marked as modded, registry entry minecraft:overworld was changed
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension has been marked as modded, registry entry minecraft:overworld was changed
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Starting registry save
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action
-[07:59:21] [Render thread/DEBUG] (FabricRegistrySync) Not saving empty registry data
-[07:59:22] [Render thread/INFO] (com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LoginMixin from apoli.mixins.json into net.minecraft.server.PlayerManager
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$syncPowerTypes$1(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/server/network/ServerPlayerEntity;)V to md39f229$lambda$syncPowerTypes$1$0 in apoli.mixins.json:LoginMixin
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$syncPowerTypes$0(Lnet/minecraft/network/PacketByteBuf;Ljava/util/Map$Entry;)V to md39f229$lambda$syncPowerTypes$0$1 in apoli.mixins.json:LoginMixin
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing common.MixinPlayerManager from mixins.cardinal_components_entity.json into net.minecraft.server.PlayerManager
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RegistrySyncMixin from calio.mixins.json into net.minecraft.server.PlayerManager
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerManagerMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.PlayerManager
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinPlayerManager from fabric-registry-sync-v0.mixins.json into net.minecraft.server.PlayerManager
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinPlayerManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerManagerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.PlayerManager
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LoginMixin from origins.mixins.json into net.minecraft.server.PlayerManager
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$openOriginsGui$2(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/server/network/ServerPlayerEntity;)V to md39f229$lambda$openOriginsGui$2$2 in origins.mixins.json:LoginMixin
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$openOriginsGui$1(Lnet/minecraft/network/PacketByteBuf;Lio/github/apace100/origins/component/OriginComponent;Lio/github/apace100/origins/origin/OriginLayer;)V to md39f229$lambda$openOriginsGui$1$3 in origins.mixins.json:LoginMixin
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$openOriginsGui$0(Lnet/minecraft/network/PacketByteBuf;Ljava/util/Map$Entry;)V to md39f229$lambda$openOriginsGui$0$4 in origins.mixins.json:LoginMixin
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::syncPowerTypes(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::syncPowerTypes(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::syncPowerTypes(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokeOnRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokeOnRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokeOnRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli doesn't use it's CallbackInfoReturnable
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli has 0 override(s) in child classes
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli won't be passed a CallbackInfoReturnable as a result
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRespawnCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;FZLnet/minecraft/server/world/ServerWorld;Ljava/util/Optional;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/network/ServerPlayerEntity;Z)V from mod apoli doesn't use it's CallbackInfoReturnable
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRespawnCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;FZLnet/minecraft/server/world/ServerWorld;Ljava/util/Optional;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/network/ServerPlayerEntity;Z)V from mod apoli has 0 override(s) in child classes
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin->@Inject::invokePowerRespawnCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;FZLnet/minecraft/server/world/ServerWorld;Ljava/util/Optional;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/network/ServerPlayerEntity;Z)V from mod apoli won't be passed a CallbackInfoReturnable as a result
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::onPlayerLogIn(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::onPlayerLogIn(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::onPlayerLogIn(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::sendPlayerStatus(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::sendPlayerStatus(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::sendPlayerStatus(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager->@Inject::respawnPlayer(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod cardinal-components-entity does use it's CallbackInfoReturnable
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin->@Inject::autoSyncDataObjectRegistries(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod calio doesn't use it's CallbackInfo
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin->@Inject::autoSyncDataObjectRegistries(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod calio has 0 override(s) in child classes
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin->@Inject::autoSyncDataObjectRegistries(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod calio won't be passed a CallbackInfo as a result
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerManagerMixin->@Inject::afterRespawn(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-entity-events-v1 does use it's CallbackInfoReturnable
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinPlayerManager->@Inject::onPlayerConnect(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 doesn't use it's CallbackInfo
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinPlayerManager->@Inject::onPlayerConnect(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 has 0 override(s) in child classes
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinPlayerManager->@Inject::onPlayerConnect(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-registry-sync-v0 won't be passed a CallbackInfo as a result
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin->@Inject::handlePlayerConnection(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin->@Inject::handlePlayerConnection(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin->@Inject::handlePlayerConnection(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin->@Inject::openOriginsGui(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins doesn't use it's CallbackInfo
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin->@Inject::openOriginsGui(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins has 0 override(s) in child classes
-[07:59:22] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin->@Inject::openOriginsGui(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod origins won't be passed a CallbackInfo as a result
-[07:59:22] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Starting integrated minecraft server version 1.18
-[07:59:22] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Generating keypair
-[07:59:22] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldEntityLoaderMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ServerWorld$ServerEntityHandler
-[07:59:22] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:22] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin->@Inject::invokeEntityLoadEvent(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:59:22] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin->@Inject::invokeEntityUnloadEvent(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:59:22] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing ThreadedAnvilChunkStorageMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage
-[07:59:22] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:22] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.ThreadedAnvilChunkStorageAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage
-[07:59:22] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.ThreadedAnvilChunkStorageAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:22] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin->@Inject::onChunkUnload(Lnet/minecraft/server/world/ChunkHolder;Ljava/util/concurrent/CompletableFuture;JLnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:59:22] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin->@Inject::onChunkUnload(Lnet/minecraft/server/world/ChunkHolder;Ljava/util/concurrent/CompletableFuture;JLnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:59:22] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin->@Inject::onChunkUnload(Lnet/minecraft/server/world/ChunkHolder;Ljava/util/concurrent/CompletableFuture;JLnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:59:22] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin->@Inject::onChunkLoad(Lnet/minecraft/server/world/ChunkHolder;Lnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 does use it's CallbackInfoReturnable
-[07:59:22] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Preparing start region for dimension minecraft:overworld
-[07:59:23] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing ChunkSerializerMixin from fabric-structure-api-v1.mixins.json into net.minecraft.world.ChunkSerializer
-[07:59:23] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:ChunkSerializerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:23] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$static$0()Ljava/lang/Boolean; to md39f229$lambda$static$0$0 in fabric-structure-api-v1.mixins.json:ChunkSerializerMixin
-[07:59:23] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-structure-api-v1.mixins.json:ChunkSerializerMixin->@Inject::removeNullKeys(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-structure-api-v1 does use it's CallbackInfoReturnable
-[07:59:23] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
-[07:59:23] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
-[07:59:23] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
-[07:59:24] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
-[07:59:27] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 3%
-[07:59:27] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 3%
-[07:59:27] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 3%
-[07:59:27] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 3%
-[07:59:27] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 3%
-[07:59:27] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 3%
-[07:59:27] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 30%
-[07:59:28] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 74%
-[07:59:28] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Time elapsed: 5760 ms
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.EntityTrackerAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage$EntityTracker
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing common.MixinEntityTrackerEntry from mixins.cardinal_components_entity.json into net.minecraft.server.network.EntityTrackerEntry
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry: Class version 60 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing EntityTrackerEntryMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.EntityTrackerEntry
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry->@Inject::onStartedTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity doesn't use it's CallbackInfo
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry->@Inject::onStartedTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity has 0 override(s) in child classes
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry->@Inject::onStartedTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod cardinal-components-entity won't be passed a CallbackInfo as a result
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStartTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStartTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStartTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStopTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 doesn't use it's CallbackInfo
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStopTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 has 0 override(s) in child classes
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin->@Inject::onStopTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-networking-api-v1 won't be passed a CallbackInfo as a result
-[07:59:28] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Changing view distance to 12, from 10
-[07:59:28] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Changing simulation distance to 12, from 0
-[07:59:28] [Render thread/DEBUG] (io.netty.channel.MultithreadEventLoopGroup) -Dio.netty.eventLoopThreads: 32
-[07:59:28] [Render thread/DEBUG] (io.netty.channel.nio.NioEventLoop) -Dio.netty.noKeySetOptimization: false
-[07:59:28] [Render thread/DEBUG] (io.netty.channel.nio.NioEventLoop) -Dio.netty.selectorAutoRebuildThreshold: 512
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) -Dio.netty.noUnsafe: false
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) Java version: 17
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) sun.misc.Unsafe.theUnsafe: available
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) sun.misc.Unsafe.copyMemory: available
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.Buffer.address: available
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) direct buffer constructor: unavailable
+ at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:78) ~[authlib-3.3.39.jar:?]
+ at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) ~[authlib-3.3.39.jar:?]
+ at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:113) ~[authlib-3.3.39.jar:?]
+ ... 9 more
+[13:52:17] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Setting user: Player671
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyBindingAccessor from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.KeyBinding
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:KeyBindingAccessor from mod fabric-key-binding-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method fabric_getCategoryMap()Ljava/util/Map; to fabric_getCategoryMap_$md$5e849e$0 in fabric-key-binding-api-v1.mixins.json:KeyBindingAccessor from mod fabric-key-binding-api-v1
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyCodeAccessor from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.KeyBinding
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:KeyCodeAccessor from mod fabric-key-binding-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Entrypoint) Iterating over entrypoint 'main'
+[13:52:17] [Render thread/INFO] (io.github.apace100.origins.Origins) Origins 1.4.1 is initializing. Have fun!
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DamageSourceAccessor from calio.mixins.json into net.minecraft.entity.damage.DamageSource
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:DamageSourceAccessor from mod calio: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method createDamageSource(Ljava/lang/String;)Lnet/minecraft/entity/damage/DamageSource; to createDamageSource_$md$5e849e$0 in calio.mixins.json:DamageSourceAccessor from mod calio
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.MinecraftServer
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$endResourceReload$0(Ljava/lang/Void;Ljava/lang/Throwable;)Ljava/lang/Void; to md5e849e$lambda$endResourceReload$0$0 in fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.server.MinecraftServer
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin from mod fabric-gametest-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MinecraftServerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.MinecraftServer
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinMinecraftServer from fabric-registry-sync-v0.mixins.json into net.minecraft.server.MinecraftServer
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinMinecraftServer from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing modification.MinecraftServerMixin from fabric-biome-api-v1.mixins.json into net.minecraft.server.MinecraftServer
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:modification.MinecraftServerMixin from mod fabric-biome-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::afterSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::afterSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::afterSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::beforeShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::beforeShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::beforeShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::afterShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::afterShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::afterShutdownServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::onStartTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::onStartTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::onStartTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::onEndTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::onEndTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::onEndTick(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::onUnloadWorldAtShutdown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Lnet/minecraft/server/world/ServerWorld;)V doesn't use it's CallbackInfo
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::onUnloadWorldAtShutdown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Lnet/minecraft/server/world/ServerWorld;)V has 0 override(s) in child classes
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::onUnloadWorldAtShutdown(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Ljava/util/Iterator;Lnet/minecraft/server/world/ServerWorld;)V won't be passed a CallbackInfo as a result
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::startResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric-lifecycle-events-v1->@Inject::endResourceReload(Ljava/util/Collection;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin from mod fabric-gametest-api-v1->@Inject::tickWorlds(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin from mod fabric-gametest-api-v1->@Inject::tickWorlds(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:MinecraftServerMixin from mod fabric-gametest-api-v1->@Inject::tickWorlds(Ljava/util/function/BooleanSupplier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinMinecraftServer from mod fabric-registry-sync-v0->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinMinecraftServer from mod fabric-registry-sync-v0->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinMinecraftServer from mod fabric-registry-sync-v0->@Inject::beforeSetupServer(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:modification.MinecraftServerMixin from mod fabric-biome-api-v1->@Inject::finalizeWorldGen(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:modification.MinecraftServerMixin from mod fabric-biome-api-v1->@Inject::finalizeWorldGen(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:17] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-biome-api-v1.mixins.json:modification.MinecraftServerMixin from mod fabric-biome-api-v1->@Inject::finalizeWorldGen(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:17] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:root has been marked as modded, registry entry apoli:power_factory was changed
+[13:52:18] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:block has been marked as modded, registry entry origins:temporary_cobweb was changed
+[13:52:18] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:item has been marked as modded, registry entry origins:orb_of_origin was changed
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerLoginNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerLoginNetworkHandler
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.ServerLoginNetworkHandlerAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerLoginNetworkHandler
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.ServerLoginNetworkHandlerAccessor from mod fabric-networking-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleCustomPayloadReceivedAsync(Lnet/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handlePlayTransitionNormal(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handlePlayTransitionNormal(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handlePlayTransitionNormal(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.ServerPlayNetworkHandler
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin from mod fabric-networking-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from mixins.reach-entity-attributes.json into net.minecraft.server.network.ServerPlayNetworkHandler
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayNetworkHandlerMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayNetworkHandler
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleCustomPayloadReceivedAsync(Lnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin from mod apoli->@Inject::saveEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin from mod apoli->@Inject::saveEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin from mod apoli->@Inject::saveEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin from mod apoli->@Inject::undoEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin from mod apoli->@Inject::undoEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayNetworkHandlerMixin from mod apoli->@Inject::undoEndRespawnStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:18] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:enchantment has been marked as modded, registry entry origins:water_protection was changed
+[13:52:18] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:entity_type has been marked as modded, registry entry origins:enderian_pearl was changed
+[13:52:18] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:loot_condition_type has been marked as modded, registry entry origins:origin was changed
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.loot.LootManager
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LootManagerMixin from fabric-loot-api-v2.mixins.json into net.minecraft.loot.LootManager
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-api-v2.mixins.json:LootManagerMixin from mod fabric-loot-api-v2: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$apply$0(Lnet/minecraft/resource/ResourceManager;Lcom/google/common/collect/ImmutableMap$Builder;Lnet/minecraft/util/Identifier;Lnet/minecraft/loot/LootTable;)V to md5e849e$lambda$apply$0$0 in fabric-loot-api-v2.mixins.json:LootManagerMixin from mod fabric-loot-api-v2
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-api-v2.mixins.json:LootManagerMixin from mod fabric-loot-api-v2->@Inject::apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-api-v2.mixins.json:LootManagerMixin from mod fabric-loot-api-v2->@Inject::apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-api-v2.mixins.json:LootManagerMixin from mod fabric-loot-api-v2->@Inject::apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing JsonDataLoaderMixin from fabric-resource-conditions-api-v1.mixins.json into net.minecraft.resource.JsonDataLoader
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-conditions-api-v1.mixins.json:JsonDataLoaderMixin from mod fabric-resource-conditions-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LootTableBuilderMixin from fabric-loot-api-v2.mixins.json into net.minecraft.loot.LootTable$Builder
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-api-v2.mixins.json:LootTableBuilderMixin from mod fabric-loot-api-v2: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CriteriaAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.advancement.criterion.Criteria
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:CriteriaAccessor from mod fabric-object-builder-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/advancement/criterion/Criterion;)Lnet/minecraft/advancement/criterion/Criterion; to callRegister_$md$5e849e$1 in fabric-object-builder-v1.mixins.json:CriteriaAccessor from mod fabric-object-builder-api-v1
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CriteriaRegistryInvoker from calio.mixins.json into net.minecraft.advancement.criterion.Criteria
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CriteriaRegistryInvoker from mod calio: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:18] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:attribute has been marked as modded, registry entry reach-entity-attributes:reach was changed
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLootSupplier from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootTable
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootSupplier from mod fabric-loot-tables-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LootTableAccessor from fabric-loot-api-v2.mixins.json into net.minecraft.loot.LootTable
+[13:52:18] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-api-v2.mixins.json:LootTableAccessor from mod fabric-loot-api-v2: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
+[13:52:18] [Render thread/INFO] (aspects) Hello from Aspects :D
+[13:52:19] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:recipe_serializer has been marked as modded, registry entry apoli:power_restricted was changed
+[13:52:19] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:loot_function_type has been marked as modded, registry entry apoli:add_power was changed
+[13:52:19] [Render thread/INFO] (io.github.apace100.apoli.Apoli) Apoli 2.3.3 has initialized. Ready to power up your game!
+[13:52:19] [Render thread/DEBUG] (FabricLoader/Entrypoint) Iterating over entrypoint 'client'
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.GameRendererMixin from mixins.reach-entity-attributes.json into net.minecraft.client.render.GameRenderer
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRendererMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.render.GameRenderer
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin from mod fabric-screen-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRendererMixin from apoli.mixins.json into net.minecraft.client.render.GameRenderer
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getEyePos$7(Ljava/util/HashSet;Lnet/minecraft/util/math/BlockPos;)V to md5e849e$lambda$getEyePos$7$0 in apoli.mixins.json:GameRendererMixin from mod apoli
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventThirdPerson$6(Lio/github/apace100/apoli/power/PhasingPower;)Z to md5e849e$lambda$preventThirdPerson$6$1 in apoli.mixins.json:GameRendererMixin from mod apoli
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$beforeRender$5(Lio/github/apace100/apoli/power/PhasingPower;)Z to md5e849e$lambda$beforeRender$5$2 in apoli.mixins.json:GameRendererMixin from mod apoli
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$beforeRender$4(Lio/github/apace100/apoli/power/PhasingPower;)Z to md5e849e$lambda$beforeRender$4$3 in apoli.mixins.json:GameRendererMixin from mod apoli
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$disableShaderToggle$3(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lio/github/apace100/apoli/power/ShaderPower;)V to md5e849e$lambda$disableShaderToggle$3$4 in apoli.mixins.json:GameRendererMixin from mod apoli
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderOverlayPowers$2(ZZLio/github/apace100/apoli/power/OverlayPower;)Z to md5e849e$lambda$renderOverlayPowers$2$5 in apoli.mixins.json:GameRendererMixin from mod apoli
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$loadShaderFromPower$1(Lio/github/apace100/apoli/power/ShaderPower;)V to md5e849e$lambda$loadShaderFromPower$1$6 in apoli.mixins.json:GameRendererMixin from mod apoli
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$loadShaderFromPowerOnCameraEntity$0(Lio/github/apace100/apoli/power/ShaderPower;)V to md5e849e$lambda$loadShaderFromPowerOnCameraEntity$0$7 in apoli.mixins.json:GameRendererMixin from mod apoli
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin from mod fabric-screen-api-v1->@Inject::onBeforeRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin from mod fabric-screen-api-v1->@Inject::onBeforeRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin from mod fabric-screen-api-v1->@Inject::onBeforeRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin from mod fabric-screen-api-v1->@Inject::onAfterRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin from mod fabric-screen-api-v1->@Inject::onAfterRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:GameRendererMixin from mod fabric-screen-api-v1->@Inject::onAfterRenderScreen(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IILnet/minecraft/client/util/math/MatrixStack;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::loadShaderFromPowerOnCameraEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::loadShaderFromPowerOnCameraEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::loadShaderFromPowerOnCameraEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::loadShaderFromPower(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::loadShaderFromPower(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::loadShaderFromPower(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::renderOverlayPowers(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::renderOverlayPowers(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::renderOverlayPowers(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::fixHudWithShaderEnabled(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::fixHudWithShaderEnabled(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::fixHudWithShaderEnabled(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::disableShaderToggle(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::getNightVisionStrength(Lnet/minecraft/entity/LivingEntity;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::beforeRender(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::beforeRender(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:GameRendererMixin from mod apoli->@Inject::beforeRender(FJZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinSpriteAtlasTexture from fabric-textures-v0.mixins.json into net.minecraft.client.texture.SpriteAtlasTexture
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-textures-v0.mixins.json:MixinSpriteAtlasTexture from mod fabric-textures-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinSpriteAtlasTexture from fabric-renderer-api-v1.mixins.json into net.minecraft.client.texture.SpriteAtlasTexture
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture from mod fabric-renderer-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-textures-v0.mixins.json:MixinSpriteAtlasTexture from mod fabric-textures-v0->@Inject::afterLoadSprites(Lnet/minecraft/resource/ResourceManager;Ljava/util/Set;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture from mod fabric-renderer-api-v1->@Inject::uploadHook(Lnet/minecraft/client/texture/SpriteAtlasTexture$Data;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture from mod fabric-renderer-api-v1->@Inject::uploadHook(Lnet/minecraft/client/texture/SpriteAtlasTexture$Data;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinSpriteAtlasTexture from mod fabric-renderer-api-v1->@Inject::uploadHook(Lnet/minecraft/client/texture/SpriteAtlasTexture$Data;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerScreenHandlerMixin from apoli.mixins.json into net.minecraft.screen.PlayerScreenHandler$1
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerScreenHandlerMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventArmorInsertion$0(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;Lio/github/apace100/apoli/power/RestrictArmorPower;)Z to md5e849e$lambda$preventArmorInsertion$0$0 in apoli.mixins.json:PlayerScreenHandlerMixin from mod apoli
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerScreenHandlerMixin from mod apoli->@Inject::preventArmorInsertion(Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.item.ItemRenderer
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinItemRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.item.ItemRenderer
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinItemRenderer from mod fabric-renderer-indigo: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$0()Lnet/fabricmc/fabric/impl/client/indigo/renderer/render/ItemRenderContext; to md5e849e$lambda$new$0$0 in fabric-renderer-indigo.mixins.json:MixinItemRenderer from mod fabric-renderer-indigo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinItemRenderer from mod fabric-renderer-indigo->@Inject::hook_renderItem(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;ZLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IILnet/minecraft/client/render/model/BakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientLoginNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.client.network.ClientLoginNetworkHandler
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin from mod fabric-networking-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleQueryRequest(Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::invokeLoginDisconnectEvent(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::invokeLoginDisconnectEvent(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::invokeLoginDisconnectEvent(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handlePlayTransition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handlePlayTransition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientLoginNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handlePlayTransition(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-networking-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-lifecycle-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-mining-level-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-mining-level-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinClientPlayNetworkHandler from fabric-content-registries-v0.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler from mod fabric-content-registries-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayNetworkHandlerMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientPlayNetworkHandler
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-command-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::initAddon(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleServerPlayReady(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleServerPlayReady(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleServerPlayReady(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleCustomPayload(Lnet/minecraft/network/packet/s2c/play/CustomPayloadS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-networking-api-v1->@Inject::handleDisconnection(Lnet/minecraft/text/Text;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-lifecycle-events-v1->@Inject::onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-lifecycle-events-v1->@Inject::onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-lifecycle-events-v1->@Inject::onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-lifecycle-events-v1->@Inject::onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-lifecycle-events-v1->@Inject::onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-lifecycle-events-v1->@Inject::onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-lifecycle-events-v1->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-lifecycle-events-v1->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-lifecycle-events-v1->@Inject::onClearWorld(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-mining-level-api-v1->@Inject::fabric$clearMiningLevelCache(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-mining-level-api-v1->@Inject::fabric$clearMiningLevelCache(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-mining-level-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-mining-level-api-v1->@Inject::fabric$clearMiningLevelCache(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler from mod fabric-content-registries-v0->@Inject::onSynchronizeTagsHook(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler from mod fabric-content-registries-v0->@Inject::onSynchronizeTagsHook(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-content-registries-v0.mixins.json:client.MixinClientPlayNetworkHandler from mod fabric-content-registries-v0->@Inject::onSynchronizeTagsHook(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-command-api-v1->@Inject::onOnCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-command-api-v1->@Inject::onOnCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:20] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientPlayNetworkHandlerMixin from mod fabric-command-api-v1->@Inject::onOnCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientConnectionMixin from fabric-networking-api-v1.mixins.json into net.minecraft.network.ClientConnection
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric-networking-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric-networking-api-v1->@Inject::initAddedFields(Lnet/minecraft/network/NetworkSide;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric-networking-api-v1->@Inject::initAddedFields(Lnet/minecraft/network/NetworkSide;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric-networking-api-v1->@Inject::initAddedFields(Lnet/minecraft/network/NetworkSide;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric-networking-api-v1->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric-networking-api-v1->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric-networking-api-v1->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric-networking-api-v1->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric-networking-api-v1->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric-networking-api-v1->@Inject::checkPacket(Lnet/minecraft/network/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric-networking-api-v1->@Inject::handleDisconnect(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric-networking-api-v1->@Inject::handleDisconnect(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:ClientConnectionMixin from mod fabric-networking-api-v1->@Inject::handleDisconnect(Lio/netty/channel/ChannelHandlerContext;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:21] [Render thread/INFO] (net.fabricmc.fabric.impl.client.indigo.Indigo) [Indigo] Registering Indigo renderer!
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ElytraFeatureRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.feature.ElytraFeatureRenderer
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ElytraFeatureRendererMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CapeFeatureRendererMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.feature.CapeFeatureRenderer
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:CapeFeatureRendererMixin from mod fabric-rendering-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CapeFeatureRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.feature.CapeFeatureRenderer
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CapeFeatureRendererMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:CapeFeatureRendererMixin from mod fabric-rendering-v1->@Inject::injectCapeRenderCheck(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/client/network/AbstractClientPlayerEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CapeFeatureRendererMixin from mod apoli->@Inject::preventCapeRendering(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILnet/minecraft/client/network/AbstractClientPlayerEntity;FFFFFFLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinArmorFeatureRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.feature.ArmorFeatureRenderer
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinArmorFeatureRenderer from mod fabric-rendering-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinArmorFeatureRenderer from mod fabric-rendering-v1->@Inject::renderArmor(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/EquipmentSlot;ILnet/minecraft/client/render/entity/model/BipedEntityModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinGameOptions from fabric-key-binding-api-v1.mixins.json into net.minecraft.client.option.GameOptions
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions from mod fabric-key-binding-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.GameOptionsMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.option.GameOptions
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions from mod fabric-key-binding-api-v1->@Inject::loadHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions from mod fabric-key-binding-api-v1->@Inject::loadHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-key-binding-api-v1.mixins.json:MixinGameOptions from mod fabric-key-binding-api-v1->@Inject::loadHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin from mod fabric-resource-loader-v0->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin from mod fabric-resource-loader-v0->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin from mod fabric-resource-loader-v0->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin from mod fabric-resource-loader-v0->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin from mod fabric-resource-loader-v0->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:21] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.GameOptionsMixin from mod fabric-resource-loader-v0->@Inject::onLoad(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:22] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Backend library: LWJGL version 3.2.2 build 10
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MouseMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.Mouse
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin from mod fabric-screen-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin from mod fabric-screen-api-v1->@Inject::beforeMouseClickedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin from mod fabric-screen-api-v1->@Inject::afterMouseClickedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin from mod fabric-screen-api-v1->@Inject::beforeMouseReleasedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin from mod fabric-screen-api-v1->@Inject::afterMouseReleasedEvent([ZLnet/minecraft/client/gui/screen/Screen;DDILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin from mod fabric-screen-api-v1->@Inject::beforeMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V does use it's CallbackInfo
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin from mod fabric-screen-api-v1->@Inject::afterMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V doesn't use it's CallbackInfo
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin from mod fabric-screen-api-v1->@Inject::afterMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V has 0 override(s) in child classes
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:MouseMixin from mod fabric-screen-api-v1->@Inject::afterMouseScrollEvent(JDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;DDD)V won't be passed a CallbackInfo as a result
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyboardMixin from fabric-screen-api-v1.mixins.json into net.minecraft.client.Keyboard
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin from mod fabric-screen-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin from mod fabric-screen-api-v1->@Inject::beforeKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin from mod fabric-screen-api-v1->@Inject::afterKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin from mod fabric-screen-api-v1->@Inject::afterKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin from mod fabric-screen-api-v1->@Inject::afterKeyPressedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin from mod fabric-screen-api-v1->@Inject::beforeKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin from mod fabric-screen-api-v1->@Inject::afterKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin from mod fabric-screen-api-v1->@Inject::afterKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-screen-api-v1.mixins.json:KeyboardMixin from mod fabric-screen-api-v1->@Inject::afterKeyReleasedEvent(ILnet/minecraft/client/gui/screen/Screen;[ZIIILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ReloadableResourceManagerImplMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ReloadableResourceManagerImpl
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$getResourcePackNames$0(Lnet/minecraft/resource/ResourcePack;)Ljava/lang/String; to md5e849e$lambda$getResourcePackNames$0$0 in fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin from mod fabric-resource-loader-v0
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ReloadableResourceManagerImplMixin from mod fabric-resource-loader-v0->@Inject::getResourcePackNames(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LifecycledResourceManagerImplMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.LifecycledResourceManagerImpl
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:LifecycledResourceManagerImplMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:LifecycledResourceManagerImplMixin from mod fabric-resource-loader-v0->@Inject::init(Lnet/minecraft/resource/ResourceType;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:LifecycledResourceManagerImplMixin from mod fabric-resource-loader-v0->@Inject::init(Lnet/minecraft/resource/ResourceType;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:23] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:LifecycledResourceManagerImplMixin from mod fabric-resource-loader-v0->@Inject::init(Lnet/minecraft/resource/ResourceType;Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.resource.language.LanguageManager
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.texture.TextureManager
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LevelStorageBugfixMixin from fabric-dimensions-v1.mixins.json into net.minecraft.world.level.storage.LevelStorage
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-dimensions-v1.mixins.json:LevelStorageBugfixMixin from mod fabric-dimensions-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-dimensions-v1.mixins.json:LevelStorageBugfixMixin from mod fabric-dimensions-v1->@Inject::onReadGeneratorProperties(Lcom/mojang/serialization/Dynamic;Lcom/mojang/datafixers/DataFixer;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.sound.SoundManager
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.FontManagerResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.font.FontManager$1
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.FontManagerResourceReloadListenerMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinBlockColorMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.color.block.BlockColors
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockColorMap from fabric-rendering-v1.mixins.json into net.minecraft.client.color.block.BlockColors
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockColorMap from mod fabric-rendering-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap from mod fabric-registry-sync-v0->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap from mod fabric-registry-sync-v0->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinBlockColorMap from mod fabric-registry-sync-v0->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockColorMap from mod fabric-rendering-v1->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemColorMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.color.item.ItemColors
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinItemColorMap from fabric-rendering-v1.mixins.json into net.minecraft.client.color.item.ItemColors
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinItemColorMap from mod fabric-rendering-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap from mod fabric-registry-sync-v0->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap from mod fabric-registry-sync-v0->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemColorMap from mod fabric-registry-sync-v0->@Inject::create(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinItemColorMap from mod fabric-rendering-v1->@Inject::create(Lnet/minecraft/client/color/block/BlockColors;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBakedModelManager from fabric-models-v0.mixins.json into net.minecraft.client.render.model.BakedModelManager
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinBakedModelManager from mod fabric-models-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.model.BakedModelManager
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.block.BlockRenderManager
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBuiltinModelItemRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.item.BuiltinModelItemRenderer
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBuiltinModelItemRenderer from mod fabric-rendering-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBuiltinModelItemRenderer from mod fabric-rendering-v1->@Inject::fabric_onRender(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/render/model/json/ModelTransformation$Mode;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinItemModelMap from fabric-registry-sync-v0.mixins.json into net.minecraft.client.render.item.ItemModels
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap from mod fabric-registry-sync-v0->@Inject::onInit(Lnet/minecraft/client/render/model/BakedModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap from mod fabric-registry-sync-v0->@Inject::onInit(Lnet/minecraft/client/render/model/BakedModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinItemModelMap from mod fabric-registry-sync-v0->@Inject::onInit(Lnet/minecraft/client/render/model/BakedModelManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityRenderDispatcherMixin from apoli.mixins.json into net.minecraft.client.render.entity.EntityRenderDispatcher
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityRenderDispatcherMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventRenderingEntities$0(Lnet/minecraft/entity/Entity;Lio/github/apace100/apoli/power/PreventEntityRenderPower;)Z to md5e849e$lambda$preventRenderingEntities$0$0 in apoli.mixins.json:EntityRenderDispatcherMixin from mod apoli
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:EntityRenderDispatcherMixin from mod apoli->@Inject::preventRenderingEntities(Lnet/minecraft/entity/Entity;Lnet/minecraft/client/render/Frustum;DDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.HeldItemRendererMixin from fabric-item-api-v1.mixins.json into net.minecraft.client.render.item.HeldItemRenderer
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin from mod fabric-item-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin from mod fabric-item-api-v1->@Inject::modifyProgressAnimation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin from mod fabric-item-api-v1->@Inject::modifyProgressAnimation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:25] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.HeldItemRendererMixin from mod fabric-item-api-v1->@Inject::modifyProgressAnimation(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinModelLoader from fabric-models-v0.mixins.json into net.minecraft.client.render.model.ModelLoader
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader from mod fabric-models-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader from mod fabric-models-v0->@Inject::loadModelHook(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader from mod fabric-models-v0->@Inject::addModelHook(Lnet/minecraft/client/util/ModelIdentifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader from mod fabric-models-v0->@Inject::addModelHook(Lnet/minecraft/client/util/ModelIdentifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader from mod fabric-models-v0->@Inject::addModelHook(Lnet/minecraft/client/util/ModelIdentifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader from mod fabric-models-v0->@Inject::initFinishedHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader from mod fabric-models-v0->@Inject::initFinishedHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-models-v0.mixins.json:MixinModelLoader from mod fabric-models-v0->@Inject::initFinishedHook(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.BakedModel
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinBakedModel from mod fabric-renderer-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LightmapTextureManagerMixin from apoli.mixins.json into net.minecraft.client.render.LightmapTextureManager
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LightmapTextureManagerMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$nightVisionPowerEffect$0(FLjava/lang/Float;)Ljava/lang/Float; to md5e849e$lambda$nightVisionPowerEffect$0$0 in apoli.mixins.json:LightmapTextureManagerMixin from mod apoli
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockModelRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.block.BlockModelRenderer
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer from mod fabric-renderer-indigo: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer from mod fabric-renderer-indigo->@Inject::hookRender(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/client/render/model/BakedModel;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;ZLjava/util/Random;JILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer from mod fabric-renderer-indigo->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer from mod fabric-renderer-indigo->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinBlockModelRenderer from mod fabric-renderer-indigo->@Inject::onInit(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinAmbientOcclusionCalculator from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.block.BlockModelRenderer$AmbientOcclusionCalculator
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinAmbientOcclusionCalculator from mod fabric-renderer-indigo: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinFluidRenderer from fabric-rendering-fluids-v1.mixins.json into net.minecraft.client.render.block.FluidRenderer
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer from mod fabric-rendering-fluids-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$new$0()Ljava/lang/Boolean; to md5e849e$lambda$new$0$0 in fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer from mod fabric-rendering-fluids-v1
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer from mod fabric-rendering-fluids-v1->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer from mod fabric-rendering-fluids-v1->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer from mod fabric-rendering-fluids-v1->@Inject::onResourceReloadReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer from mod fabric-rendering-fluids-v1->@Inject::tesselate(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/block/BlockState;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer from mod fabric-rendering-fluids-v1->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/block/BlockState;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer from mod fabric-rendering-fluids-v1->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/block/BlockState;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer from mod fabric-rendering-fluids-v1->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/block/BlockState;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer from mod fabric-rendering-fluids-v1->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/block/BlockState;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer from mod fabric-rendering-fluids-v1->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/block/BlockState;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-fluids-v1.mixins.json:MixinFluidRenderer from mod fabric-rendering-fluids-v1->@Inject::tesselateReturn(Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/block/BlockState;Lnet/minecraft/fluid/FluidState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.KeyedResourceReloadListenerClientMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.render.WorldRenderer
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.KeyedResourceReloadListenerClientMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinWorldRenderer from fabric-rendering-v1.mixins.json into net.minecraft.client.render.WorldRenderer
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing WorldRendererMixin from apoli.mixins.json into net.minecraft.client.render.WorldRenderer
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$skipSkyRenderingForPhasingBlindness$0(Lio/github/apace100/apoli/power/PhasingPower;)Z to md5e849e$lambda$skipSkyRenderingForPhasingBlindness$0$0 in apoli.mixins.json:WorldRendererMixin from mod apoli
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeRender(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeRender(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeRender(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::afterTerrainSetup(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::afterTerrainSetup(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::afterTerrainSetup(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/Frustum;ZZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::afterTerrainSolid(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::afterEntities(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeRenderOutline(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::onDrawBlockOutline(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/entity/Entity;DDDLnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::onRenderParticles(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::beforeClouds(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::onChunkDebugRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::afterRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::onReload(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::renderWeather(Lnet/minecraft/client/render/LightmapTextureManager;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::renderCloud(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/util/math/Matrix4f;FDDDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:26] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinWorldRenderer from mod fabric-rendering-v1->@Inject::renderSky(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/util/math/Matrix4f;FLnet/minecraft/client/render/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:27] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin from mod apoli->@Inject::skipSkyRenderingForPhasingBlindness(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/util/math/Matrix4f;FLnet/minecraft/client/render/Camera;ZLjava/lang/Runnable;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:27] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin from mod apoli->@Inject::updateChunksIfRenderChanged(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:27] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin from mod apoli->@Inject::updateChunksIfRenderChanged(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:27] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin from mod apoli->@Inject::updateChunksIfRenderChanged(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:27] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin from mod apoli->@Inject::getEntity(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/profiler/Profiler;ZLnet/minecraft/util/math/Vec3d;DDDLnet/minecraft/util/math/Matrix4f;ZLnet/minecraft/client/render/Frustum;FZZLnet/minecraft/client/render/VertexConsumerProvider$Immediate;Ljava/util/Iterator;Lnet/minecraft/entity/Entity;)V doesn't use it's CallbackInfo
+[13:52:27] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin from mod apoli->@Inject::getEntity(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/profiler/Profiler;ZLnet/minecraft/util/math/Vec3d;DDDLnet/minecraft/util/math/Matrix4f;ZLnet/minecraft/client/render/Frustum;FZZLnet/minecraft/client/render/VertexConsumerProvider$Immediate;Ljava/util/Iterator;Lnet/minecraft/entity/Entity;)V has 0 override(s) in child classes
+[13:52:27] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WorldRendererMixin from mod apoli->@Inject::getEntity(Lnet/minecraft/client/util/math/MatrixStack;FJZLnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/GameRenderer;Lnet/minecraft/client/render/LightmapTextureManager;Lnet/minecraft/util/math/Matrix4f;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;Lnet/minecraft/util/profiler/Profiler;ZLnet/minecraft/util/math/Vec3d;DDDLnet/minecraft/util/math/Matrix4f;ZLnet/minecraft/client/render/Frustum;FZZLnet/minecraft/client/render/VertexConsumerProvider$Immediate;Ljava/util/Iterator;Lnet/minecraft/entity/Entity;)V won't be passed a CallbackInfo as a result
+[13:52:27] [Render thread/DEBUG] (FabricLoader/Mixin) ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$1 for descriptor (IIII)V
+[13:52:27] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 9360.
+[13:52:27] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 20.
+[13:52:27] [Render thread/DEBUG] (io.netty.util.internal.InternalThreadLocalMap) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
+[13:52:27] [Render thread/DEBUG] (io.netty.util.internal.InternalThreadLocalMap) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
+[13:52:28] [Render thread/DEBUG] (io.netty.util.internal.ThreadLocalRandom) -Dio.netty.initialSeedUniquifier: 0x0276e4cefa3d3435
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinParticleManager from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager from mod fabric-particles-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ParticleManagerAccessor from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:ParticleManagerAccessor from mod fabric-particles-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinParticleManager from fabric-registry-sync-v0.mixins.json into net.minecraft.client.particle.ParticleManager
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager from mod fabric-particles-v1->@Inject::onRegisterDefaultFactories(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager from mod fabric-particles-v1->@Inject::onRegisterDefaultFactories(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:MixinParticleManager from mod fabric-particles-v1->@Inject::onRegisterDefaultFactories(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager from mod fabric-registry-sync-v0->@Inject::onInit(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager from mod fabric-registry-sync-v0->@Inject::onInit(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:client.MixinParticleManager from mod fabric-registry-sync-v0->@Inject::onInit(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/texture/TextureManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ParticleManagerAccessor$SimpleSpriteProviderAccessor from fabric-particles-v1.mixins.json into net.minecraft.client.particle.ParticleManager$SimpleSpriteProvider
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-particles-v1.mixins.json:ParticleManagerAccessor$SimpleSpriteProviderAccessor from mod fabric-particles-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CustomNonItalicNameMixin$ModifyItalicDisplayHud from calio.mixins.json into net.minecraft.client.gui.hud.InGameHud
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:CustomNonItalicNameMixin$ModifyItalicDisplayHud from mod calio: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinInGameHud from fabric-rendering-v1.mixins.json into net.minecraft.client.gui.hud.InGameHud
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud from mod fabric-rendering-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing InGameHudMixin from apoli.mixins.json into net.minecraft.client.gui.hud.InGameHud
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderOnHud$0(ZZLio/github/apace100/apoli/power/OverlayPower;)Z to md5e849e$lambda$renderOnHud$0$0 in apoli.mixins.json:InGameHudMixin from mod apoli
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud from mod fabric-rendering-v1->@Inject::render(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud from mod fabric-rendering-v1->@Inject::render(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinInGameHud from mod fabric-rendering-v1->@Inject::render(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin from mod apoli->@Inject::renderOnHud(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin from mod apoli->@Inject::renderOnHud(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameHudMixin from mod apoli->@Inject::renderOnHud(Lnet/minecraft/client/util/math/MatrixStack;FLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinDebugHud from fabric-renderer-api-v1.debughud.mixins.json into net.minecraft.client.gui.hud.DebugHud
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.debughud.mixins.json:MixinDebugHud from mod fabric-renderer-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.debughud.mixins.json:MixinDebugHud from mod fabric-renderer-api-v1->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.debughud.mixins.json:MixinDebugHud from mod fabric-renderer-api-v1->@Inject::getLeftText(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:28] [Render thread/INFO] (com.mojang.text2speech.NarratorWindows) Narrator library for x64 successfully loaded
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DefaultResourcePackResourceMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.DefaultResourcePack$1
+[13:52:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:DefaultResourcePackResourceMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:29] [Render thread/INFO] (net.minecraft.resource.ReloadableResourceManagerImpl) Reloading ResourceManager: Default, Fabric Mods (Origins, Fabric Lifecycle Events (v1), Fabric Transitive Access Wideners (v1), Fabric Models (v0), Fabric Game Test API (v1), Fabric Events Lifecycle (v0), Cloth Config v6, Reach Entity Attributes, Mod Menu, ThatRobins Extra Origins Keybinds, Additionalentityattributes, Fabric Mining Level API (v1), Fabric Screen API (v1), Fabric Loot Tables (v1), Fabric Transfer API (v1), Fabric Key Binding API (v1), Fabric Dimensions API (v1), Fabric API Lookup API (v1), Fabric Loader, Fabric Key Bindings (v0), Fabric Item API (v1), Fabric Rendering Data Attachment (v1), Fabric Textures (v0), Fabric BlockRenderLayer Registration (v1), Pal, Fabric Commands (v0), Aspects, Fabric Crash Report Info (v1), Fabric Resource Loader (v0), Fabric Particles (v1), Fabric Renderer Registries (v1), Fabric Resource Conditions API (v1), Fabric Convention Tags, Fabric API, Fabric Networking API (v1), Fabric Screen Handler API (v1), Fabric Events Interaction (v0), Fabric Entity Events (v1), Fabric Data Generation API (v1), Fabric Rendering (v0), Fabric Game Rule API (v1), Fabric Loot API (v2), Fabric API Base, Cardinal Components API (entities), Fabric Registry Sync (v0), Fabric Object Builder API (v1), Fabric Renderer - Indigo, Fabric Containers (v0), Fabric Networking (v0), Fabric Content Registries (v0), Fabric Command API (v1), Fabric Biome API (v1), Fabric Renderer API (v1), Calio, Cardinal Components API (base), Fabric Rendering Fluids (v1), Fabric Rendering (v1), Apoli, Fabric Item Groups (v0))
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing NamespaceResourceManagerAccessor from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.NamespaceResourceManager
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerAccessor from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method fabric$accessor_getMetadataPath(Lnet/minecraft/util/Identifier;)Lnet/minecraft/util/Identifier; to fabric$accessor_getMetadataPath_$md$5e849e$0 in fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerAccessor from mod fabric-resource-loader-v0
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing NamespaceResourceManagerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.NamespaceResourceManager
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin from mod fabric-resource-loader-v0->@Inject::onGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V doesn't use it's CallbackInfoReturnable
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin from mod fabric-resource-loader-v0->@Inject::onGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V has 0 override(s) in child classes
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin from mod fabric-resource-loader-v0->@Inject::onGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;)V won't be passed a CallbackInfoReturnable as a result
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin from mod fabric-resource-loader-v0->@Inject::trackSourceOnGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;Lnet/minecraft/util/Identifier;Ljava/util/Iterator;Lnet/minecraft/resource/ResourcePack;)V doesn't use it's CallbackInfoReturnable
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin from mod fabric-resource-loader-v0->@Inject::trackSourceOnGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;Lnet/minecraft/util/Identifier;Ljava/util/Iterator;Lnet/minecraft/resource/ResourcePack;)V has 0 override(s) in child classes
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin from mod fabric-resource-loader-v0->@Inject::trackSourceOnGetAllResources(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Ljava/util/List;Lnet/minecraft/util/Identifier;Ljava/util/Iterator;Lnet/minecraft/resource/ResourcePack;)V won't be passed a CallbackInfoReturnable as a result
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:NamespaceResourceManagerMixin from mod fabric-resource-loader-v0->@Inject::trackSourceOnGetResource(Lnet/minecraft/util/Identifier;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/resource/ResourcePack;Lnet/minecraft/util/Identifier;ILnet/minecraft/resource/ResourcePack;)V does use it's CallbackInfoReturnable
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing SimpleResourceReloadMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.SimpleResourceReload
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:SimpleResourceReloadMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:SimpleResourceReloadMixin from mod fabric-resource-loader-v0->@Inject::method_40087(Lnet/minecraft/resource/ResourceManager;Ljava/util/List;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:52:29] [Worker-Main-4/DEBUG] (FabricLoader/Mixin) Mixing ResourceImplMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.resource.ResourceImpl
+[13:52:29] [Worker-Main-4/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:ResourceImplMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:29] [Render thread/INFO] (aspects) Hello from Aspects! :D
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.BackgroundRendererMixin from additionalentityattributes.mixins.json into net.minecraft.client.render.BackgroundRenderer
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing BackgroundRendererMixin from apoli.mixins.json into net.minecraft.client.render.BackgroundRenderer
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:BackgroundRendererMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogStart$5(Lio/github/apace100/apoli/power/PhasingPower;)Z to md5e849e$lambda$redirectFogStart$5$0 in apoli.mixins.json:BackgroundRendererMixin from mod apoli
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$redirectFogStart$4(Lio/github/apace100/apoli/power/PhasingPower;)Z to md5e849e$lambda$redirectFogStart$4$1 in apoli.mixins.json:BackgroundRendererMixin from mod apoli
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyFogEndForPhasingBlindness$3(Lio/github/apace100/apoli/power/PhasingPower;)Z to md5e849e$lambda$modifyFogEndForPhasingBlindness$3$2 in apoli.mixins.json:BackgroundRendererMixin from mod apoli
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyFogEndForPhasingBlindness$2(Lio/github/apace100/apoli/power/PhasingPower;)Z to md5e849e$lambda$modifyFogEndForPhasingBlindness$2$3 in apoli.mixins.json:BackgroundRendererMixin from mod apoli
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyD$1(Lio/github/apace100/apoli/power/PhasingPower;)Z to md5e849e$lambda$modifyD$1$4 in apoli.mixins.json:BackgroundRendererMixin from mod apoli
+[13:52:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyFogDensityForPhasingBlindness$0(Lio/github/apace100/apoli/power/PhasingPower;)Z to md5e849e$lambda$modifyFogDensityForPhasingBlindness$0$5 in apoli.mixins.json:BackgroundRendererMixin from mod apoli
+[13:52:30] [Realms Notification Availability checker #1/INFO] (net.minecraft.client.realms.RealmsClient) Could not authorize you against Realms server: Invalid session id
+[13:52:36] [Render thread/INFO] (net.minecraft.client.sound.SoundEngine) OpenAL initialized on device OpenAL Soft on Speaker/HP (Realtek High Definition Audio)
+[13:52:36] [Render thread/INFO] (net.minecraft.client.sound.SoundSystem) Sound engine started
+[13:52:36] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
+[13:52:40] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
+[13:52:40] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
+[13:52:40] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
+[13:52:40] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
+[13:52:40] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
+[13:52:40] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
+[13:52:40] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinMultipartBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.MultipartBakedModel
+[13:52:40] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel from mod fabric-renderer-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:40] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel from mod fabric-renderer-api-v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:40] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel from mod fabric-renderer-api-v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:40] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinMultipartBakedModel from mod fabric-renderer-api-v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:40] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinWeightedBakedModel from fabric-renderer-api-v1.mixins.json into net.minecraft.client.render.model.WeightedBakedModel
+[13:52:40] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel from mod fabric-renderer-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:40] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel from mod fabric-renderer-api-v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:40] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel from mod fabric-renderer-api-v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:52:40] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-api-v1.mixins.json:client.MixinWeightedBakedModel from mod fabric-renderer-api-v1->@Inject::onInit(Ljava/util/List;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityModelsMixin from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.model.EntityModels
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:EntityModelsMixin from mod fabric-rendering-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:EntityModelsMixin from mod fabric-rendering-v1->@Inject::registerExtraModelData(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/google/common/collect/ImmutableMap$Builder;)V doesn't use it's CallbackInfoReturnable
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing EntityModelLayersAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.model.EntityModelLayers
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:EntityModelLayersAccessor from mod fabric-rendering-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getLayers()Ljava/util/Set; to getLayers_$md$5e849e$0 in fabric-rendering-v1.mixins.json:EntityModelLayersAccessor from mod fabric-rendering-v1
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockEntityRenderers from fabric-rendering-v1.mixins.json into net.minecraft.client.render.block.entity.BlockEntityRendererFactories
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockEntityRenderers from mod fabric-rendering-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$init$0(Lnet/minecraft/block/entity/BlockEntityType;Lnet/minecraft/client/render/block/entity/BlockEntityRendererFactory;)V to md5e849e$lambda$init$0$0 in fabric-rendering-v1.mixins.json:MixinBlockEntityRenderers from mod fabric-rendering-v1
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinBlockEntityRenderers from mod fabric-rendering-v1->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinEntityRenderers from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.EntityRenderers
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinEntityRenderers from mod fabric-rendering-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$onRegisterRenderers$0(Lnet/minecraft/entity/EntityType;Lnet/minecraft/client/render/entity/EntityRendererFactory;)V to md5e849e$lambda$onRegisterRenderers$0$0 in fabric-rendering-v1.mixins.json:MixinEntityRenderers from mod fabric-rendering-v1
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:MixinEntityRenderers from mod fabric-rendering-v1->@Inject::onRegisterRenderers(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityRendererAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.entity.LivingEntityRenderer
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:LivingEntityRendererAccessor from mod fabric-rendering-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LivingEntityRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.LivingEntityRenderer
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityRendererMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$3(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md5e849e$lambda$renderColorChangedModel$3$0 in apoli.mixins.json:LivingEntityRendererMixin from mod apoli
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$2(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md5e849e$lambda$renderColorChangedModel$2$1 in apoli.mixins.json:LivingEntityRendererMixin from mod apoli
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$renderColorChangedModel$1(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md5e849e$lambda$renderColorChangedModel$1$2 in apoli.mixins.json:LivingEntityRendererMixin from mod apoli
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventFeatureRendering$0(Ljava/lang/Class;Lio/github/apace100/apoli/power/PreventFeatureRenderPower;)Z to md5e849e$lambda$preventFeatureRendering$0$3 in apoli.mixins.json:LivingEntityRendererMixin from mod apoli
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityRendererMixin from mod apoli->@Inject::letPlayersShakeTheirBodies(Lnet/minecraft/entity/LivingEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LivingEntityRendererMixin from mod apoli->@Inject::preventPumpkinRendering(Lnet/minecraft/entity/LivingEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) ArgsClassGenerator assigning org.spongepowered.asm.synthetic.args.Args$2 for descriptor (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;IIFFFF)V
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerEntityRendererMixin from apoli.mixins.json into net.minecraft.client.render.entity.PlayerEntityRenderer
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:PlayerEntityRendererMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$5(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md5e849e$lambda$makeSleeveTranslucent$5$0 in apoli.mixins.json:PlayerEntityRendererMixin from mod apoli
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$4(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md5e849e$lambda$makeSleeveTranslucent$4$1 in apoli.mixins.json:PlayerEntityRendererMixin from mod apoli
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeSleeveTranslucent$3(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md5e849e$lambda$makeSleeveTranslucent$3$2 in apoli.mixins.json:PlayerEntityRendererMixin from mod apoli
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$2(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md5e849e$lambda$makeArmTranslucent$2$3 in apoli.mixins.json:PlayerEntityRendererMixin from mod apoli
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$1(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md5e849e$lambda$makeArmTranslucent$1$4 in apoli.mixins.json:PlayerEntityRendererMixin from mod apoli
+[13:52:42] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$makeArmTranslucent$0(Ljava/lang/Float;Ljava/lang/Float;)Ljava/lang/Float; to md5e849e$lambda$makeArmTranslucent$0$5 in apoli.mixins.json:PlayerEntityRendererMixin from mod apoli
+[13:52:46] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
+[13:52:46] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
+[13:52:46] [Render thread/INFO] (net.minecraft.client.texture.SpriteAtlasTexture) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
+[13:52:46] [Render thread/INFO] (aspects) Hello from Aspects! :D
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.CreateWorldScreenMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.client.gui.screen.world.CreateWorldScreen
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin from mod fabric-resource-loader-v0->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin from mod fabric-resource-loader-v0->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:client.CreateWorldScreenMixin from mod fabric-resource-loader-v0->@Inject::onScanPacks(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRulesAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRulesAccessor from mod fabric-game-rule-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Ljava/lang/String;Lnet/minecraft/world/GameRules$Category;Lnet/minecraft/world/GameRules$Type;)Lnet/minecraft/world/GameRules$Key; to callRegister_$md$5e849e$0 in fabric-game-rule-api-v1.mixins.json:GameRulesAccessor from mod fabric-game-rule-api-v1
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getRuleTypes()Ljava/util/Map; to getRuleTypes_$md$5e849e$1 in fabric-game-rule-api-v1.mixins.json:GameRulesAccessor from mod fabric-game-rule-api-v1
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RuleKeyMixin from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$Key
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:RuleKeyMixin from mod fabric-game-rule-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing BooleanRuleAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$BooleanRule
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:BooleanRuleAccessor from mod fabric-game-rule-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeCreate(ZLjava/util/function/BiConsumer;)Lnet/minecraft/world/GameRules$Type; to invokeCreate_$md$5e849e$0 in fabric-game-rule-api-v1.mixins.json:BooleanRuleAccessor from mod fabric-game-rule-api-v1
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing IntRuleAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.world.GameRules$IntRule
+[13:53:58] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:IntRuleAccessor from mod fabric-game-rule-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing AccessorLevelStorageSession from fabric-registry-sync-v0.mixins.json into net.minecraft.world.level.storage.LevelStorage$Session
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:AccessorLevelStorageSession from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLevelStorageSession from fabric-registry-sync-v0.mixins.json into net.minecraft.world.level.storage.LevelStorage$Session
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession from mod fabric-registry-sync-v0->@Inject::saveWorld(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession from mod fabric-registry-sync-v0->@Inject::saveWorld(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession from mod fabric-registry-sync-v0->@Inject::saveWorld(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;Lnet/minecraft/nbt/NbtCompound;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession from mod fabric-registry-sync-v0->@Inject::readWorldProperties(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession from mod fabric-registry-sync-v0->@Inject::readWorldProperties(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinLevelStorageSession from mod fabric-registry-sync-v0->@Inject::readWorldProperties(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.server.network.ServerPlayerInteractionManager
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from mixins.playerabilitylib.common.json into net.minecraft.server.network.ServerPlayerInteractionManager
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin from mod playerabilitylib: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinServerPlayerInteractionManager from fabric-events-interaction-v0.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager from mod fabric-events-interaction-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerAccessor from apoli.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerAccessor from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ServerPlayerInteractionManagerMixin from apoli.mixins.json into net.minecraft.server.network.ServerPlayerInteractionManager
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeBlockUseActions$4(Lnet/minecraft/util/hit/BlockHitResult;Lnet/minecraft/util/Hand;Lio/github/apace100/apoli/power/ActionOnBlockUsePower;)V to md5e849e$lambda$executeBlockUseActions$4$0 in apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeBlockUseActions$3(Lnet/minecraft/util/hit/BlockHitResult;Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ActionOnBlockUsePower;)Z to md5e849e$lambda$executeBlockUseActions$3$1 in apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventBlockInteraction$2(Lnet/minecraft/world/World;Lnet/minecraft/util/hit/BlockHitResult;Lio/github/apace100/apoli/power/PreventBlockUsePower;)Z to md5e849e$lambda$preventBlockInteraction$2$2 in apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$actionOnBlockBreak$1(ZZLnet/minecraft/util/math/BlockPos;Lio/github/apace100/apoli/power/ActionOnBlockBreakPower;)V to md5e849e$lambda$actionOnBlockBreak$1$3 in apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$actionOnBlockBreak$0(Lio/github/apace100/apoli/power/ActionOnBlockBreakPower;)Z to md5e849e$lambda$actionOnBlockBreak$0$4 in apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin from mod playerabilitylib->@Inject::saveFlying(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin from mod playerabilitylib->@Inject::saveFlying(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin from mod playerabilitylib->@Inject::saveFlying(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin from mod playerabilitylib->@Inject::keepAbilities(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin from mod playerabilitylib->@Inject::keepAbilities(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.playerabilitylib.common.json:ServerPlayerInteractionManagerMixin from mod playerabilitylib->@Inject::keepAbilities(Lnet/minecraft/world/GameMode;Lnet/minecraft/world/GameMode;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager from mod fabric-events-interaction-v0->@Inject::startBlockBreak(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket$Action;Lnet/minecraft/util/math/Direction;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager from mod fabric-events-interaction-v0->@Inject::interactBlock(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager from mod fabric-events-interaction-v0->@Inject::interactItem(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager from mod fabric-events-interaction-v0->@Inject::breakBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;)V does use it's CallbackInfoReturnable
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager from mod fabric-events-interaction-v0->@Inject::onBlockBroken(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;Z)V doesn't use it's CallbackInfoReturnable
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager from mod fabric-events-interaction-v0->@Inject::onBlockBroken(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;Z)V has 0 override(s) in child classes
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinServerPlayerInteractionManager from mod fabric-events-interaction-v0->@Inject::onBlockBroken(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;Z)V won't be passed a CallbackInfoReturnable as a result
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli->@Inject::cacheBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli->@Inject::cacheBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli->@Inject::cacheBlock(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli->@Inject::actionOnBlockBreak(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;ZLnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Z)V doesn't use it's CallbackInfoReturnable
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli->@Inject::actionOnBlockBreak(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;ZLnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Z)V has 0 override(s) in child classes
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli->@Inject::actionOnBlockBreak(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/Block;ZLnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Z)V won't be passed a CallbackInfoReturnable as a result
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli->@Inject::preventBlockInteraction(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli->@Inject::executeBlockUseActions(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli->@Inject::executeBlockUseActions(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:54:00] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ServerPlayerInteractionManagerMixin from mod apoli->@Inject::executeBlockUseActions(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension_type has been marked as modded, registry entry minecraft:overworld was changed
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from C:\Users\yena\Documents\GitHub\Aspects\run\saves\New World\data\fabricRegistry.dat
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from C:\Users\yena\Documents\GitHub\Aspects\run\saves\New World\data\fabricRegistry.dat.1
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Reading registry data from C:\Users\yena\Documents\GitHub\Aspects\run\saves\New World\data\fabricRegistry.dat.2
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Starting registry save
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/density_function_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_placement
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition
+[13:54:02] [Render thread/DEBUG] (FabricRegistrySync) Not saving empty registry data
+[13:54:04] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension has been marked as modded, registry entry minecraft:overworld was changed
+[13:54:04] [Render thread/DEBUG] (FabricRegistrySync) Registry minecraft:dimension has been marked as modded, registry entry minecraft:overworld was changed
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DataPackContentsMixin from fabric-resource-conditions-api-v1.mixins.json into net.minecraft.server.DataPackContents
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-conditions-api-v1.mixins.json:DataPackContentsMixin from mod fabric-resource-conditions-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-conditions-api-v1.mixins.json:DataPackContentsMixin from mod fabric-resource-conditions-api-v1->@Inject::hookRefresh(Lnet/minecraft/util/registry/DynamicRegistryManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-conditions-api-v1.mixins.json:DataPackContentsMixin from mod fabric-resource-conditions-api-v1->@Inject::hookRefresh(Lnet/minecraft/util/registry/DynamicRegistryManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-conditions-api-v1.mixins.json:DataPackContentsMixin from mod fabric-resource-conditions-api-v1->@Inject::hookRefresh(Lnet/minecraft/util/registry/DynamicRegistryManager;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.recipe.RecipeManager
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RecipeManagerAccessor from apoli.mixins.json into net.minecraft.recipe.RecipeManager
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:RecipeManagerAccessor from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RecipeManagerMixin from apoli.mixins.json into net.minecraft.recipe.RecipeManager
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:RecipeManagerMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$prioritizeModifiedRecipes$1(Lnet/minecraft/recipe/Recipe;)Z to md5e849e$lambda$prioritizeModifiedRecipes$1$0 in apoli.mixins.json:RecipeManagerMixin from mod apoli
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$prioritizeModifiedRecipes$0(Lnet/minecraft/recipe/RecipeType;Lnet/minecraft/world/World;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/recipe/Recipe;)Ljava/util/stream/Stream; to md5e849e$lambda$prioritizeModifiedRecipes$0$1 in apoli.mixins.json:RecipeManagerMixin from mod apoli
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:RecipeManagerMixin from mod apoli->@Inject::prioritizeModifiedRecipes(Lnet/minecraft/recipe/RecipeType;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/world/World;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinLootPool from fabric-loot-tables-v1.mixins.json into net.minecraft.loot.LootPool
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-tables-v1.mixins.json:MixinLootPool from mod fabric-loot-tables-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LootPoolAccessor from fabric-loot-api-v2.mixins.json into net.minecraft.loot.LootPool
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-api-v2.mixins.json:LootPoolAccessor from mod fabric-loot-api-v2: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.ServerAdvancementLoader
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.tag.TagManagerLoader
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing TagManagerLoaderMixin from fabric-resource-conditions-api-v1.mixins.json into net.minecraft.tag.TagManagerLoader
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-conditions-api-v1.mixins.json:TagManagerLoaderMixin from mod fabric-resource-conditions-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-conditions-api-v1.mixins.json:TagManagerLoaderMixin from mod fabric-resource-conditions-api-v1->@Inject::hookApply(Ljava/util/List;Ljava/lang/Void;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-conditions-api-v1.mixins.json:TagManagerLoaderMixin from mod fabric-resource-conditions-api-v1->@Inject::hookApply(Ljava/util/List;Ljava/lang/Void;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-conditions-api-v1.mixins.json:TagManagerLoaderMixin from mod fabric-resource-conditions-api-v1->@Inject::hookApply(Ljava/util/List;Ljava/lang/Void;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CommandManagerMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.server.command.CommandManager
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin from mod fabric-gametest-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing CommandManagerMixin from fabric-command-api-v1.mixins.json into net.minecraft.server.command.CommandManager
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin from mod fabric-command-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin from mod fabric-gametest-api-v1->@Inject::construct(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin from mod fabric-gametest-api-v1->@Inject::construct(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:CommandManagerMixin from mod fabric-gametest-api-v1->@Inject::construct(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin from mod fabric-command-api-v1->@Inject::fabric_addCommands(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin from mod fabric-command-api-v1->@Inject::fabric_addCommands(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:04] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:CommandManagerMixin from mod fabric-command-api-v1->@Inject::fabric_addCommands(Lnet/minecraft/server/command/CommandManager$RegistrationEnvironment;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRuleCommandAccessor from fabric-game-rule-api-v1.mixins.json into net.minecraft.server.command.GameRuleCommand
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRuleCommandAccessor from mod fabric-game-rule-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeExecuteSet(Lcom/mojang/brigadier/context/CommandContext;Lnet/minecraft/world/GameRules$Key;)I to invokeExecuteSet_$md$5e849e$0 in fabric-game-rule-api-v1.mixins.json:GameRuleCommandAccessor from mod fabric-game-rule-api-v1
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method invokeExecuteQuery(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/GameRules$Key;)I to invokeExecuteQuery_$md$5e849e$1 in fabric-game-rule-api-v1.mixins.json:GameRuleCommandAccessor from mod fabric-game-rule-api-v1
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing GameRuleCommandVisitorMixin from fabric-game-rule-api-v1.mixins.json into net.minecraft.server.command.GameRuleCommand$1
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRuleCommandVisitorMixin from mod fabric-game-rule-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-game-rule-api-v1.mixins.json:GameRuleCommandVisitorMixin from mod fabric-game-rule-api-v1->@Inject::onRegisterCommand(Lnet/minecraft/world/GameRules$Key;Lnet/minecraft/world/GameRules$Type;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing HelpCommandAccessor from fabric-command-api-v1.mixins.json into net.minecraft.server.command.HelpCommand
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:HelpCommandAccessor from mod fabric-command-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getFailedException()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType; to getFailedException_$md$5e849e$0 in fabric-command-api-v1.mixins.json:HelpCommandAccessor from mod fabric-command-api-v1
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing TeleportCommandMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.command.TeleportCommand
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:TeleportCommandMixin from mod fabric-entity-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:TeleportCommandMixin from mod fabric-entity-events-v1->@Inject::afterEntityTeleportedToWorld(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;Lnet/minecraft/server/world/ServerWorld;DDDLjava/util/Set;FFLjava/lang/Object;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;FFFLnet/minecraft/entity/Entity;)V doesn't use it's CallbackInfo
+[13:54:05] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
+[13:54:05] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
+[13:54:05] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
+[13:54:05] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
+[13:54:05] [Render thread/WARN] (net.minecraft.server.command.CommandManager) Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing TestFunctionsMixin from fabric-gametest-api-v1.mixins.json into net.minecraft.test.TestFunctions
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:TestFunctionsMixin from mod fabric-gametest-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-gametest-api-v1.mixins.json:TestFunctionsMixin from mod fabric-gametest-api-v1->@Inject::getTestFunction(Ljava/lang/reflect/Method;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing KeyedResourceReloadListenerMixin from fabric-resource-loader-v0.mixins.json into net.minecraft.server.function.FunctionLoader
+[13:54:05] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-resource-loader-v0.mixins.json:KeyedResourceReloadListenerMixin from mod fabric-resource-loader-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:05] [Worker-Main-9/DEBUG] (FabricLoader/Mixin) Mixing TagBuilderMixin from fabric-data-generation-api-v1.mixins.json into net.minecraft.tag.Tag$Builder
+[13:54:05] [Worker-Main-9/DEBUG] (FabricLoader/Mixin) fabric-data-generation-api-v1.mixins.json:TagBuilderMixin from mod fabric-data-generation-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:08] [Render thread/INFO] (net.minecraft.recipe.RecipeManager) Loaded 7 recipes
+[13:54:08] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LootPoolBuilderMixin from fabric-loot-api-v2.mixins.json into net.minecraft.loot.LootPool$Builder
+[13:54:08] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-loot-api-v2.mixins.json:LootPoolBuilderMixin from mod fabric-loot-api-v2: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
+[13:54:09] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 1143 advancements
+[13:54:09] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing WeightedListEntryAccessor from calio.mixins.json into net.minecraft.util.collection.WeightedList$Entry
+[13:54:09] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:WeightedListEntryAccessor from mod calio: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:09] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing WeightedListEntryAccessor from apoli.mixins.json into net.minecraft.util.collection.WeightedList$Entry
+[13:54:09] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:WeightedListEntryAccessor from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:09] [Render thread/DEBUG] (FabricLoader/Mixin) Unexpected: Registered method getWeight()I in net.minecraft.util.collection.WeightedList$Entry was not merged
+[13:54:09] [Render thread/INFO] (io.github.apace100.apoli.Apoli) Finished loading powers from data files. Registry contains 181 powers.
+[13:54:09] [Render thread/ERROR] (io.github.apace100.origins.Origins) Origin "aspects:geo/dendro" contained unregistered power: "aspects:suspicious_substance"
+[13:54:09] [Render thread/INFO] (io.github.apace100.origins.Origins) Finished loading origins from data files. Registry contains 27 origins.
+[13:54:09] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: aspects:elements
+[13:54:09] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: origins:origin
+[13:54:09] [Render thread/INFO] (io.github.apace100.origins.Origins) Trying to read layer file: aspects:origins
+[13:54:09] [Render thread/INFO] (io.github.apace100.origins.Origins) Finished loading origin layers from data files. Read 3 layers.
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Starting registry save
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/density_function_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_placement
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition
+[13:54:09] [Render thread/DEBUG] (FabricRegistrySync) Not saving empty registry data
+[13:54:12] [Render thread/INFO] (com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LoginMixin from apoli.mixins.json into net.minecraft.server.PlayerManager
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$syncPowerTypes$1(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/server/network/ServerPlayerEntity;)V to md5e849e$lambda$syncPowerTypes$1$0 in apoli.mixins.json:LoginMixin from mod apoli
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$syncPowerTypes$0(Lnet/minecraft/network/PacketByteBuf;Ljava/util/Map$Entry;)V to md5e849e$lambda$syncPowerTypes$0$1 in apoli.mixins.json:LoginMixin from mod apoli
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing LoginMixin from origins.mixins.json into net.minecraft.server.PlayerManager
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin from mod origins: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$openOriginsGui$2(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/server/network/ServerPlayerEntity;)V to md5e849e$lambda$openOriginsGui$2$2 in origins.mixins.json:LoginMixin from mod origins
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$openOriginsGui$1(Lnet/minecraft/network/PacketByteBuf;Lio/github/apace100/origins/component/OriginComponent;Lio/github/apace100/origins/origin/OriginLayer;)V to md5e849e$lambda$openOriginsGui$1$3 in origins.mixins.json:LoginMixin from mod origins
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$openOriginsGui$0(Lnet/minecraft/network/PacketByteBuf;Ljava/util/Map$Entry;)V to md5e849e$lambda$openOriginsGui$0$4 in origins.mixins.json:LoginMixin from mod origins
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerManagerMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.PlayerManager
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin from mod fabric-networking-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing PlayerManagerMixin from fabric-entity-events-v1.mixins.json into net.minecraft.server.PlayerManager
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerManagerMixin from mod fabric-entity-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing common.MixinPlayerManager from mixins.cardinal_components_entity.json into net.minecraft.server.PlayerManager
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager from mod cardinal-components-entity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing RegistrySyncMixin from calio.mixins.json into net.minecraft.server.PlayerManager
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin from mod calio: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin from mod apoli->@Inject::syncPowerTypes(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin from mod apoli->@Inject::syncPowerTypes(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin from mod apoli->@Inject::syncPowerTypes(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin from mod apoli->@Inject::invokeOnRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin from mod apoli->@Inject::invokeOnRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin from mod apoli->@Inject::invokeOnRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin from mod apoli->@Inject::invokePowerRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin from mod apoli->@Inject::invokePowerRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin from mod apoli->@Inject::invokePowerRemovedCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin from mod apoli->@Inject::invokePowerRespawnCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;FZLnet/minecraft/server/world/ServerWorld;Ljava/util/Optional;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/network/ServerPlayerEntity;Z)V doesn't use it's CallbackInfoReturnable
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin from mod apoli->@Inject::invokePowerRespawnCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;FZLnet/minecraft/server/world/ServerWorld;Ljava/util/Optional;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/network/ServerPlayerEntity;Z)V has 0 override(s) in child classes
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:LoginMixin from mod apoli->@Inject::invokePowerRespawnCallback(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lnet/minecraft/util/math/BlockPos;FZLnet/minecraft/server/world/ServerWorld;Ljava/util/Optional;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/network/ServerPlayerEntity;Z)V won't be passed a CallbackInfoReturnable as a result
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin from mod origins->@Inject::openOriginsGui(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin from mod origins->@Inject::openOriginsGui(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:LoginMixin from mod origins->@Inject::openOriginsGui(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin from mod fabric-networking-api-v1->@Inject::handlePlayerConnection(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin from mod fabric-networking-api-v1->@Inject::handlePlayerConnection(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:PlayerManagerMixin from mod fabric-networking-api-v1->@Inject::handlePlayerConnection(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-entity-events-v1.mixins.json:PlayerManagerMixin from mod fabric-entity-events-v1->@Inject::afterRespawn(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager from mod cardinal-components-entity->@Inject::onPlayerLogIn(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager from mod cardinal-components-entity->@Inject::onPlayerLogIn(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager from mod cardinal-components-entity->@Inject::onPlayerLogIn(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager from mod cardinal-components-entity->@Inject::sendPlayerStatus(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager from mod cardinal-components-entity->@Inject::sendPlayerStatus(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager from mod cardinal-components-entity->@Inject::sendPlayerStatus(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinPlayerManager from mod cardinal-components-entity->@Inject::respawnPlayer(Lnet/minecraft/server/network/ServerPlayerEntity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin from mod calio->@Inject::autoSyncDataObjectRegistries(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin from mod calio->@Inject::autoSyncDataObjectRegistries(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:12] [Render thread/DEBUG] (FabricLoader/Mixin) calio.mixins.json:RegistrySyncMixin from mod calio->@Inject::autoSyncDataObjectRegistries(Lnet/minecraft/network/ClientConnection;Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:12] [Render thread/INFO] (net.fabricmc.fabric.impl.biome.modification.BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 20.95 ms
+[13:54:12] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Starting integrated minecraft server version 1.18.2
+[13:54:12] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Generating keypair
+[13:54:13] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing ServerWorldEntityLoaderMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ServerWorld$ServerEntityHandler
+[13:54:13] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin from mod fabric-lifecycle-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:13] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin from mod fabric-lifecycle-events-v1->@Inject::invokeEntityLoadEvent(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:13] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin from mod fabric-lifecycle-events-v1->@Inject::invokeEntityUnloadEvent(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:13] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing ThreadedAnvilChunkStorageMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage
+[13:54:13] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin from mod fabric-lifecycle-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:13] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.ThreadedAnvilChunkStorageAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage
+[13:54:13] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.ThreadedAnvilChunkStorageAccessor from mod fabric-networking-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:13] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin from mod fabric-lifecycle-events-v1->@Inject::onChunkUnload(Lnet/minecraft/server/world/ChunkHolder;Ljava/util/concurrent/CompletableFuture;JLnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:13] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin from mod fabric-lifecycle-events-v1->@Inject::onChunkUnload(Lnet/minecraft/server/world/ChunkHolder;Ljava/util/concurrent/CompletableFuture;JLnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:13] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin from mod fabric-lifecycle-events-v1->@Inject::onChunkUnload(Lnet/minecraft/server/world/ChunkHolder;Ljava/util/concurrent/CompletableFuture;JLnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:13] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:ThreadedAnvilChunkStorageMixin from mod fabric-lifecycle-events-v1->@Inject::onChunkLoad(Lnet/minecraft/server/world/ChunkHolder;Lnet/minecraft/world/chunk/Chunk;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:14] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Preparing start region for dimension minecraft:overworld
+[13:54:16] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkSerializer from fabric-registry-sync-v0.mixins.json into net.minecraft.world.ChunkSerializer
+[13:54:16] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-registry-sync-v0.mixins.json:MixinChunkSerializer from mod fabric-registry-sync-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:17] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:17] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:17] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:17] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:17] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:17] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:17] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:18] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:18] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:18] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:19] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:19] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:20] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:21] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:21] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:21] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 0%
+[13:54:22] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 1%
+[13:54:22] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 2%
+[13:54:23] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 4%
+[13:54:24] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 4%
+[13:54:24] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 4%
+[13:54:24] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 4%
+[13:54:25] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 4%
+[13:54:25] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 4%
+[13:54:26] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 4%
+[13:54:27] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 4%
+[13:54:27] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 4%
+[13:54:27] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 4%
+[13:54:28] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 4%
+[13:54:28] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 4%
+[13:54:29] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 4%
+[13:54:29] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 5%
+[13:54:30] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 9%
+[13:54:30] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 10%
+[13:54:31] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 13%
+[13:54:32] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 21%
+[13:54:32] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 21%
+[13:54:32] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 24%
+[13:54:33] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 35%
+[13:54:33] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 46%
+[13:54:34] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 46%
+[13:54:34] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 49%
+[13:54:35] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 49%
+[13:54:35] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 51%
+[13:54:36] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 54%
+[13:54:36] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 58%
+[13:54:37] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 58%
+[13:54:37] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 62%
+[13:54:38] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 78%
+[13:54:38] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 81%
+[13:54:39] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 84%
+[13:54:40] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Preparing spawn area: 91%
+[13:54:41] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing SimpleInventoryMixin from fabric-transfer-api-v1.mixins.json into net.minecraft.inventory.SimpleInventory
+[13:54:41] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-transfer-api-v1.mixins.json:SimpleInventoryMixin from mod fabric-transfer-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:44] [Render thread/INFO] (net.minecraft.server.WorldGenerationProgressLogger) Time elapsed: 30402 ms
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing accessor.EntityTrackerAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.server.world.ThreadedAnvilChunkStorage$EntityTracker
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor from mod fabric-networking-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing EntityTrackerEntryMixin from fabric-networking-api-v1.mixins.json into net.minecraft.server.network.EntityTrackerEntry
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin from mod fabric-networking-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing common.MixinEntityTrackerEntry from mixins.cardinal_components_entity.json into net.minecraft.server.network.EntityTrackerEntry
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry from mod cardinal-components-entity: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52)
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin from mod fabric-networking-api-v1->@Inject::onStartTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin from mod fabric-networking-api-v1->@Inject::onStartTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin from mod fabric-networking-api-v1->@Inject::onStartTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin from mod fabric-networking-api-v1->@Inject::onStopTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin from mod fabric-networking-api-v1->@Inject::onStopTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:EntityTrackerEntryMixin from mod fabric-networking-api-v1->@Inject::onStopTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry from mod cardinal-components-entity->@Inject::onStartedTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry from mod cardinal-components-entity->@Inject::onStartedTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:45] [Server thread/DEBUG] (FabricLoader/Mixin) mixins.cardinal_components_entity.json:common.MixinEntityTrackerEntry from mod cardinal-components-entity->@Inject::onStartedTracking(Lnet/minecraft/server/network/ServerPlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:45] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Changing view distance to 5, from 10
+[13:54:45] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Changing simulation distance to 7, from 0
+[13:54:45] [Render thread/DEBUG] (io.netty.channel.MultithreadEventLoopGroup) -Dio.netty.eventLoopThreads: 8
+[13:54:45] [Render thread/DEBUG] (io.netty.channel.nio.NioEventLoop) -Dio.netty.noKeySetOptimization: false
+[13:54:45] [Render thread/DEBUG] (io.netty.channel.nio.NioEventLoop) -Dio.netty.selectorAutoRebuildThreshold: 512
+[13:54:45] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) -Dio.netty.noUnsafe: false
+[13:54:45] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) Java version: 18
+[13:54:45] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) sun.misc.Unsafe.theUnsafe: available
+[13:54:45] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) sun.misc.Unsafe.copyMemory: available
+[13:54:45] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.Buffer.address: available
+[13:54:45] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) direct buffer constructor: unavailable
java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
- at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:253) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
+ at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.util.internal.PlatformDependent0$4.run(PlatformDependent0.java:253) ~[netty-all-4.1.68.Final.jar:?]
at java.security.AccessController.doPrivileged(AccessController.java:318) ~[?:?]
- at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:247) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:294) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:88) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoop.newTaskQueue0(NioEventLoop.java:279) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:150) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoop.(NioEventLoop.java:138) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:183) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:38) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:84) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:60) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:49) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.MultithreadEventLoopGroup.(MultithreadEventLoopGroup.java:59) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:87) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:82) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:69) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
+ at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:247) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:294) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:88) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoop.newTaskQueue0(NioEventLoop.java:279) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:150) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoop.(NioEventLoop.java:138) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:183) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:38) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:84) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:60) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:49) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.MultithreadEventLoopGroup.(MultithreadEventLoopGroup.java:59) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:87) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:82) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:69) ~[netty-all-4.1.68.Final.jar:?]
at net.minecraft.server.ServerNetworkIo.method_14348(ServerNetworkIo.java:56) ~[minecraft-project-@-mapped.jar:?]
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.0.1-jre.jar:?]
at net.minecraft.util.Lazy.get(Lazy.java:19) ~[minecraft-project-@-mapped.jar:?]
at net.minecraft.server.ServerNetworkIo.bindLocal(ServerNetworkIo.java:148) ~[minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.MinecraftClient.startIntegratedServer(MinecraftClient.java:2085) ~[minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.MinecraftClient.startIntegratedServer(MinecraftClient.java:1943) ~[minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.gui.screen.world.WorldListWidget$Entry.start(WorldListWidget.java:436) ~[minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.gui.screen.world.WorldListWidget$Entry.play(WorldListWidget.java:342) ~[minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.gui.screen.world.WorldListWidget$Entry.mouseClicked(WorldListWidget.java:273) ~[minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.MinecraftClient.startIntegratedServer(MinecraftClient.java:2057) ~[minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.MinecraftClient.startIntegratedServer(MinecraftClient.java:1937) ~[minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.gui.screen.world.WorldListWidget$Entry.start(WorldListWidget.java:431) ~[minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.gui.screen.world.WorldListWidget$Entry.play(WorldListWidget.java:340) ~[minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.gui.screen.world.WorldListWidget$Entry.mouseClicked(WorldListWidget.java:271) ~[minecraft-project-@-mapped.jar:?]
at net.minecraft.client.gui.widget.EntryListWidget.mouseClicked(EntryListWidget.java:359) ~[minecraft-project-@-mapped.jar:?]
at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:27) ~[minecraft-project-@-mapped.jar:?]
at net.minecraft.client.Mouse.method_1611(Mouse.java:94) ~[minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:491) ~[minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:492) ~[minecraft-project-@-mapped.jar:?]
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:94) ~[minecraft-project-@-mapped.jar:?]
at net.minecraft.client.Mouse.method_22686(Mouse.java:165) ~[minecraft-project-@-mapped.jar:?]
- at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101) ~[minecraft-project-@-mapped.jar:?]
+ at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:103) ~[minecraft-project-@-mapped.jar:?]
at net.minecraft.client.Mouse.method_22684(Mouse.java:165) ~[minecraft-project-@-mapped.jar:?]
- at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) [lwjgl-glfw-3.2.1.jar:build 12]
- at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.1.jar:build 12]
- at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3129) [lwjgl-glfw-3.2.1.jar:build 12]
- at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:218) [minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1145) [minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:733) [minecraft-project-@-mapped.jar:?]
+ at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) [lwjgl-glfw-3.2.2.jar:?]
+ at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar:?]
+ at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) [lwjgl-glfw-3.2.2.jar:?]
+ at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:197) [minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.util.Window.swapBuffers(Window.java:310) [minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1147) [minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:737) [minecraft-project-@-mapped.jar:?]
at net.minecraft.client.main.Main.main(Main.java:236) [minecraft-project-@-mapped.jar:?]
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602) [fabric-loader-0.12.10.jar:?]
- at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) [fabric-loader-0.12.10.jar:?]
- at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.12.10.jar:?]
+ at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:460) [fabric-loader-0.14.6.jar:?]
+ at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.6.jar:?]
+ at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.14.6.jar:?]
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86) [dev-launch-injector-0.2.1+build.8.jar:?]
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.Bits.unaligned: available, true
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
-java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @1796cf6c
- at jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:392) ~[?:?]
+[13:54:45] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.Bits.unaligned: available, true
+[13:54:46] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
+java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @3bd82cf5
+ at jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394) ~[?:?]
at java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:674) ~[?:?]
- at java.lang.reflect.Method.invoke(Method.java:560) ~[?:?]
- at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:375) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
+ at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
+ at io.netty.util.internal.PlatformDependent0$6.run(PlatformDependent0.java:375) ~[netty-all-4.1.68.Final.jar:?]
at java.security.AccessController.doPrivileged(AccessController.java:318) ~[?:?]
- at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:366) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:294) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:88) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoop.newTaskQueue0(NioEventLoop.java:279) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:150) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoop.(NioEventLoop.java:138) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:183) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:38) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:84) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:60) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:49) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.MultithreadEventLoopGroup.(MultithreadEventLoopGroup.java:59) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:87) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:82) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
- at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:69) ~[netty-all-4.1.68.Final.jar:4.1.68.Final]
+ at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:366) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:294) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:88) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoop.newTaskQueue0(NioEventLoop.java:279) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:150) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoop.(NioEventLoop.java:138) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:183) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:38) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:84) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:60) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:49) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.MultithreadEventLoopGroup.(MultithreadEventLoopGroup.java:59) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:87) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:82) ~[netty-all-4.1.68.Final.jar:?]
+ at io.netty.channel.nio.NioEventLoopGroup.(NioEventLoopGroup.java:69) ~[netty-all-4.1.68.Final.jar:?]
at net.minecraft.server.ServerNetworkIo.method_14348(ServerNetworkIo.java:56) ~[minecraft-project-@-mapped.jar:?]
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.0.1-jre.jar:?]
at net.minecraft.util.Lazy.get(Lazy.java:19) ~[minecraft-project-@-mapped.jar:?]
at net.minecraft.server.ServerNetworkIo.bindLocal(ServerNetworkIo.java:148) ~[minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.MinecraftClient.startIntegratedServer(MinecraftClient.java:2085) ~[minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.MinecraftClient.startIntegratedServer(MinecraftClient.java:1943) ~[minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.gui.screen.world.WorldListWidget$Entry.start(WorldListWidget.java:436) ~[minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.gui.screen.world.WorldListWidget$Entry.play(WorldListWidget.java:342) ~[minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.gui.screen.world.WorldListWidget$Entry.mouseClicked(WorldListWidget.java:273) ~[minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.MinecraftClient.startIntegratedServer(MinecraftClient.java:2057) ~[minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.MinecraftClient.startIntegratedServer(MinecraftClient.java:1937) ~[minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.gui.screen.world.WorldListWidget$Entry.start(WorldListWidget.java:431) ~[minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.gui.screen.world.WorldListWidget$Entry.play(WorldListWidget.java:340) ~[minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.gui.screen.world.WorldListWidget$Entry.mouseClicked(WorldListWidget.java:271) ~[minecraft-project-@-mapped.jar:?]
at net.minecraft.client.gui.widget.EntryListWidget.mouseClicked(EntryListWidget.java:359) ~[minecraft-project-@-mapped.jar:?]
at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:27) ~[minecraft-project-@-mapped.jar:?]
at net.minecraft.client.Mouse.method_1611(Mouse.java:94) ~[minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:491) ~[minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:492) ~[minecraft-project-@-mapped.jar:?]
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:94) ~[minecraft-project-@-mapped.jar:?]
at net.minecraft.client.Mouse.method_22686(Mouse.java:165) ~[minecraft-project-@-mapped.jar:?]
- at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101) ~[minecraft-project-@-mapped.jar:?]
+ at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:103) ~[minecraft-project-@-mapped.jar:?]
at net.minecraft.client.Mouse.method_22684(Mouse.java:165) ~[minecraft-project-@-mapped.jar:?]
- at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) [lwjgl-glfw-3.2.1.jar:build 12]
- at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.1.jar:build 12]
- at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3129) [lwjgl-glfw-3.2.1.jar:build 12]
- at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:218) [minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1145) [minecraft-project-@-mapped.jar:?]
- at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:733) [minecraft-project-@-mapped.jar:?]
+ at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) [lwjgl-glfw-3.2.2.jar:?]
+ at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar:?]
+ at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) [lwjgl-glfw-3.2.2.jar:?]
+ at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:197) [minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.util.Window.swapBuffers(Window.java:310) [minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1147) [minecraft-project-@-mapped.jar:?]
+ at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:737) [minecraft-project-@-mapped.jar:?]
at net.minecraft.client.main.Main.main(Main.java:236) [minecraft-project-@-mapped.jar:?]
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602) [fabric-loader-0.12.10.jar:?]
- at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) [fabric-loader-0.12.10.jar:?]
- at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.12.10.jar:?]
+ at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:460) [fabric-loader-0.14.6.jar:?]
+ at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.6.jar:?]
+ at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.14.6.jar:?]
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86) [dev-launch-injector-0.2.1+build.8.jar:?]
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.DirectByteBuffer.(long, int): unavailable
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) sun.misc.Unsafe: available
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) maxDirectMemory: 8589934592 bytes (maybe)
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.tmpdir: /var/folders/hd/4xsb86b57kxgdy1rw0c11hn00000gn/T (java.io.tmpdir)
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.bitMode: 64 (sun.arch.data.model)
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) Platform: MacOS
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.maxDirectMemory: -1 bytes
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.uninitializedArrayAllocationThreshold: -1
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.CleanerJava9) java.nio.ByteBuffer.cleaner(): available
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.noPreferDirect: false
-[07:59:28] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) org.jctools-core.MpscChunkedArrayQueue: available
-[07:59:28] [Render thread/DEBUG] (io.netty.channel.DefaultChannelId) -Dio.netty.processId: 40648 (auto-detected)
-[07:59:28] [Render thread/DEBUG] (io.netty.util.NetUtil) -Djava.net.preferIPv4Stack: false
-[07:59:28] [Render thread/DEBUG] (io.netty.util.NetUtil) -Djava.net.preferIPv6Addresses: false
-[07:59:28] [Render thread/DEBUG] (io.netty.util.NetUtilInitializations) Loopback interface: lo0 (lo0, 0:0:0:0:0:0:0:1%lo0)
-[07:59:28] [Render thread/DEBUG] (io.netty.util.NetUtil) Failed to get SOMAXCONN from sysctl and file /proc/sys/net/core/somaxconn. Default: 128
-[07:59:28] [Render thread/DEBUG] (io.netty.channel.DefaultChannelId) -Dio.netty.machineId: ac:de:48:ff:fe:00:11:22 (auto-detected)
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.numHeapArenas: 32
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.numDirectArenas: 32
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.pageSize: 8192
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxOrder: 11
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.chunkSize: 16777216
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.smallCacheSize: 256
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.normalCacheSize: 64
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.cacheTrimInterval: 8192
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.useCacheForAllThreads: true
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.allocator.type: pooled
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.threadLocalDirectBufferSize: 0
-[07:59:28] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.maxThreadLocalCharBufferSize: 16384
-[07:59:28] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing accessor.CustomPayloadC2SPacketAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.network.packet.c2s.play.CustomPayloadC2SPacket
-[07:59:28] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.CustomPayloadC2SPacketAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing accessor.LoginQueryResponseC2SPacketAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.network.packet.c2s.login.LoginQueryResponseC2SPacket
-[07:59:28] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.LoginQueryResponseC2SPacketAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.maxCapacityPerThread: 4096
-[07:59:28] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.maxSharedCapacityFactor: 2
-[07:59:28] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.linkCapacity: 16
-[07:59:28] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.ratio: 8
-[07:59:28] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.delayedQueue.ratio: 8
-[07:59:28] [Server thread/DEBUG] (io.netty.buffer.AbstractByteBuf) -Dio.netty.buffer.checkAccessible: true
-[07:59:28] [Server thread/DEBUG] (io.netty.buffer.AbstractByteBuf) -Dio.netty.buffer.checkBounds: true
-[07:59:28] [Server thread/DEBUG] (io.netty.util.ResourceLeakDetectorFactory) Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@4ccb8d90
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientLoginNetworkAddon for Client) Handling inbound login response with id 0 and channel with name fabric-networking-api-v1:early_registration
-[07:59:28] [Netty Local Client IO #0/DEBUG] (fabric-networking-api-v1) Received accepted channels from the server
-[07:59:28] [Netty Local Client IO #0/DEBUG] (fabric-networking-api-v1) Sent accepted channels to the server
-[07:59:28] [Netty Server IO #1/DEBUG] (ServerLoginNetworkAddon for local:E:ff32cc2c) Handling inbound login query with id 0
-[07:59:28] [Server thread/DEBUG] (fabric-networking-api-v1) Sent accepted channels to the client for "com.mojang.authlib.GameProfile@4e21b87c[id=fafe4ed7-8e8e-3030-a8e4-3ca9d4ada870,name=Player481,properties={},legacy=false] (local:E:ff32cc2c)"
-[07:59:28] [Netty Server IO #1/DEBUG] (fabric-networking-api-v1) Received accepted channels from the client for "com.mojang.authlib.GameProfile@4e21b87c[id=fafe4ed7-8e8e-3030-a8e4-3ca9d4ada870,name=Player481,properties={},legacy=false] (local:E:ff32cc2c)"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientLoginNetworkAddon for Client) Handling inbound login response with id 1 and channel with name origins:handshake
-[07:59:28] [Netty Server IO #1/DEBUG] (ServerLoginNetworkAddon for local:E:ff32cc2c) Handling inbound login query with id 1
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing HungerManagerMixin from apoli.mixins.json into net.minecraft.entity.player.HungerManager
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeAdditionalEatAction$4(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md39f229$lambda$executeAdditionalEatAction$4$0 in apoli.mixins.json:HungerManagerMixin
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySaturation$3(Lio/github/apace100/apoli/power/ModifyFoodPower;)Ljava/util/stream/Stream; to md39f229$lambda$modifySaturation$3$1 in apoli.mixins.json:HungerManagerMixin
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySaturation$2(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md39f229$lambda$modifySaturation$2$2 in apoli.mixins.json:HungerManagerMixin
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyHunger$1(Lio/github/apace100/apoli/power/ModifyFoodPower;)Ljava/util/stream/Stream; to md39f229$lambda$modifyHunger$1$3 in apoli.mixins.json:HungerManagerMixin
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyHunger$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md39f229$lambda$modifyHunger$0$4 in apoli.mixins.json:HungerManagerMixin
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::executeAdditionalEatAction(Lnet/minecraft/item/Item;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::executeAdditionalEatAction(Lnet/minecraft/item/Item;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::executeAdditionalEatAction(Lnet/minecraft/item/Item;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::cachePlayer(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli doesn't use it's CallbackInfo
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::cachePlayer(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli has 0 override(s) in child classes
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin->@Inject::cachePlayer(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli won't be passed a CallbackInfo as a result
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing CraftingInventoryAccessor from apoli.mixins.json into net.minecraft.inventory.CraftingInventory
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingInventoryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing CraftingInventoryMixin from apoli.mixins.json into net.minecraft.inventory.CraftingInventory
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingInventoryMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Netty Local Client IO #0/DEBUG] (FabricRegistrySync) Registry minecraft:dimension_type has been marked as modded, registry entry minecraft:overworld was changed
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing OriginUpgradeMixin from origins.mixins.json into net.minecraft.advancement.PlayerAdvancementTracker
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$checkOriginUpgrade$0(Lnet/minecraft/advancement/Advancement;Lio/github/apace100/origins/origin/OriginLayer;Lio/github/apace100/origins/origin/Origin;)V to md39f229$lambda$checkOriginUpgrade$0$0 in origins.mixins.json:OriginUpgradeMixin
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin->@Inject::checkOriginUpgrade(Lnet/minecraft/advancement/Advancement;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ZLnet/minecraft/advancement/AdvancementProgress;Z)V from mod origins doesn't use it's CallbackInfoReturnable
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin->@Inject::checkOriginUpgrade(Lnet/minecraft/advancement/Advancement;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ZLnet/minecraft/advancement/AdvancementProgress;Z)V from mod origins has 0 override(s) in child classes
-[07:59:28] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin->@Inject::checkOriginUpgrade(Lnet/minecraft/advancement/Advancement;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ZLnet/minecraft/advancement/AdvancementProgress;Z)V from mod origins won't be passed a CallbackInfoReturnable as a result
-[07:59:28] [Server thread/INFO] (net.minecraft.server.PlayerManager) Player481[local:E:ff32cc2c] logged in with entity id 177 at (2.3639315525186104, 69.0, -1.8732131720595706)
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Creating registry sync packet
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:game_event
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:sound_event
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:fluid
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:block
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:enchantment
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:entity_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Syncing registry: minecraft:item
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:potion
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:particle_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:block_entity_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:motive
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:custom_stat
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:chunk_status
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:rule_test
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:pos_rule_test
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:menu
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:recipe_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:recipe_serializer
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:attribute
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:position_source_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:stat_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:villager_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:villager_profession
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:point_of_interest_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:memory_module_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:sensor_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:schedule
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:activity
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_pool_entry_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_function_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_condition_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_number_provider_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_nbt_provider_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:loot_score_provider_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:float_provider_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:int_provider_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:height_provider_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:block_predicate_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/carver
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/feature
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_feature
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_piece
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/placement_modifier_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/block_state_provider_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/foliage_placer_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/trunk_placer_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/tree_decorator_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/feature_size_type
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/biome_source
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/chunk_generator
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/material_condition
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/material_rule
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_processor
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: minecraft:worldgen/structure_pool_element
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:power_factory
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:entity_condition
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:bientity_condition
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:item_condition
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:block_condition
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:damage_condition
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:fluid_condition
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:biome_condition
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:entity_action
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:item_action
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:block_action
-[07:59:28] [Server thread/DEBUG] (FabricRegistrySync) Not syncing registry: apoli:bientity_action
-[07:59:28] [Netty Local Client IO #0/DEBUG] (FabricRegistrySync) Registry minecraft:worldgen/noise_settings has been marked as modded, registry entry minecraft:overworld was changed
-[07:59:28] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player481 joined the game
-[07:59:28] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing ClientAdvancementManagerAccessor from apoli.mixins.json into net.minecraft.client.network.ClientAdvancementManager
-[07:59:28] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientAdvancementManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing client.ClientCommandSourceMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientCommandSource
-[07:59:28] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientCommandSourceMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "minecraft:register"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "minecraft:brand"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "fabric:registry/sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerInteractionManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.client.network.ClientPlayerInteractionManager
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerInteractionManagerMixin from fabric-item-api-v1.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.ClientPlayerInteractionManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinClientPlayerInteractionManager from fabric-events-interaction-v0.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerInteractionManagerAccessor from apoli.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerInteractionManagerMixin from apoli.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeBlockUseActions$1(Lnet/minecraft/util/hit/BlockHitResult;Lnet/minecraft/util/Hand;Lnet/minecraft/client/network/ClientPlayerEntity;Lio/github/apace100/apoli/power/ActionOnBlockUsePower;)Z to md39f229$lambda$executeBlockUseActions$1$0 in apoli.mixins.json:ClientPlayerInteractionManagerMixin
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventBlockInteraction$0(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/hit/BlockHitResult;Lio/github/apace100/apoli/power/PreventBlockUsePower;)Z to md39f229$lambda$preventBlockInteraction$0$1 in apoli.mixins.json:ClientPlayerInteractionManagerMixin
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::attackBlock(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::method_2902(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::interactBlock(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::interactItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::attackEntity(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-events-interaction-v0 does use it's CallbackInfo
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager->@Inject::interactEntityAtLocation(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/hit/EntityHitResult;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-events-interaction-v0 does use it's CallbackInfoReturnable
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerMixin->@Inject::preventBlockInteraction(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerMixin->@Inject::executeBlockUseActions(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientChunkManagerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientChunkManager
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin->@Inject::onChunkLoad(IILnet/minecraft/network/PacketByteBuf;Lnet/minecraft/nbt/NbtCompound;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-lifecycle-events-v1 does use it's CallbackInfoReturnable
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin->@Inject::onChunkUnload(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ILnet/minecraft/world/chunk/WorldChunk;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin->@Inject::onChunkUnload(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ILnet/minecraft/world/chunk/WorldChunk;)V from mod fabric-lifecycle-events-v1 has 0 override(s) in child classes
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin->@Inject::onChunkUnload(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ILnet/minecraft/world/chunk/WorldChunk;)V from mod fabric-lifecycle-events-v1 won't be passed a CallbackInfo as a result
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientWorldEntityLoaderMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientWorld$ClientEntityHandler
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin->@Inject::invokeLoadEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin->@Inject::invokeUnloadEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-lifecycle-events-v1 doesn't use it's CallbackInfo
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DimensionEffectsAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.DimensionEffects
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:DimensionEffectsAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getIdentifierMap()Lit/unimi/dsi/fastutil/objects/Object2ObjectMap; to getIdentifierMap_$md$39f229$0 in fabric-rendering-v1.mixins.json:DimensionEffectsAccessor
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockRenderLayer from fabric-blockrenderlayer-v1.mixins.json into net.minecraft.client.render.RenderLayers
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-blockrenderlayer-v1.mixins.json:MixinBlockRenderLayer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-blockrenderlayer-v1.mixins.json:MixinBlockRenderLayer->@Inject::onInitialize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-blockrenderlayer-v1 doesn't use it's CallbackInfo
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$BuiltChunk
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRenderer: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRebuildTask from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$BuiltChunk$RebuildTask
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookChunkBuild(FFFLnet/minecraft/client/render/chunk/ChunkBuilder$ChunkData;Lnet/minecraft/client/render/chunk/BlockBufferBuilderStorage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo doesn't use it's CallbackInfoReturnable
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookChunkBuild(FFFLnet/minecraft/client/render/chunk/ChunkBuilder$ChunkData;Lnet/minecraft/client/render/chunk/BlockBufferBuilderStorage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo has 0 override(s) in child classes
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookChunkBuild(FFFLnet/minecraft/client/render/chunk/ChunkBuilder$ChunkData;Lnet/minecraft/client/render/chunk/BlockBufferBuilderStorage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo won't be passed a CallbackInfoReturnable as a result
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookRebuildChunkReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo doesn't use it's CallbackInfoReturnable
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookRebuildChunkReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo has 0 override(s) in child classes
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask->@Inject::hookRebuildChunkReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-renderer-indigo won't be passed a CallbackInfoReturnable as a result
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRenderData from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$ChunkData
-[07:59:28] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRenderData: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "apoli:power_list"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "origins:origin_list"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "origins:layer_list"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "origins:badge_list"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:28] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player481) Handling inbound packet from channel with name "minecraft:brand"
-[07:59:28] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player481) Handling inbound packet from channel with name "minecraft:register"
-[07:59:29] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 0 advancements
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinChunkRendererRegionBuilder from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegionBuilder
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegionBuilder: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegionBuilder->@Inject::create(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;IIII[[Lnet/minecraft/client/render/chunk/ChunkRendererRegionBuilder$ClientChunk;)V from mod fabric-rendering-data-attachment-v1 does use it's CallbackInfoReturnable
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegionBuilder->@Inject::create(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;IIII[[Lnet/minecraft/client/render/chunk/ChunkRendererRegionBuilder$ClientChunk;)V from mod fabric-rendering-data-attachment-v1 does use it's CallbackInfoReturnable
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ModelPredicateProviderRegistryAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.client.item.ModelPredicateProviderRegistry
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistryAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/item/UnclampedModelPredicateProvider;)Lnet/minecraft/client/item/UnclampedModelPredicateProvider; to callRegister_$md$39f229$0 in fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistryAccessor
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ModelPredicateProviderRegistrySpecificAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.client.item.ModelPredicateProviderRegistry
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistrySpecificAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/item/Item;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/item/UnclampedModelPredicateProvider;)V to callRegister_$md$39f229$1 in fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistrySpecificAccessor
-[07:59:29] [Worker-Main-26/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Opening connection to https://sessionserver.mojang.com/session/minecraft/profile/fafe4ed78e8e3030a8e43ca9d4ada870?unsigned=true
-[07:59:29] [Worker-Main-26/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Reading data from https://sessionserver.mojang.com/session/minecraft/profile/fafe4ed78e8e3030a8e43ca9d4ada870?unsigned=true
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing InGameOverlayRendererMixin from apoli.mixins.json into net.minecraft.client.gui.hud.InGameOverlayRenderer
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameOverlayRendererMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameOverlayRendererMixin->@Inject::preventInWallOverlayRendering(Lnet/minecraft/client/texture/Sprite;Lnet/minecraft/client/util/math/MatrixStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod apoli does use it's CallbackInfo
-[07:59:29] [Worker-Main-26/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Successful read, server response was 204
-[07:59:29] [Worker-Main-26/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Response:
-[07:59:29] [Worker-Main-26/DEBUG] (com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService) Couldn't fetch profile properties for com.mojang.authlib.GameProfile@553c4b91[id=fafe4ed7-8e8e-3030-a8e4-3ca9d4ada870,name=Player481,properties={},legacy=false] as the profile does not exist
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRendererRegion from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRendererRegion: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinChunkRendererRegion from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegion: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ChunkRendererRegionMixin from apoli.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ChunkRendererRegionMixin: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ChunkRendererRegionMixin->@Inject::modifyBlockRender(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:59:29] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ChunkRendererRegionMixin->@Inject::modifyFluidRender(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod apoli does use it's CallbackInfoReturnable
-[07:59:30] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 9360, new limit 24768.
-[07:59:30] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing SpawnRestrictionAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.entity.SpawnRestriction
-[07:59:30] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:SpawnRestrictionAccessor: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[07:59:30] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/entity/EntityType;Lnet/minecraft/entity/SpawnRestriction$Location;Lnet/minecraft/world/Heightmap$Type;Lnet/minecraft/entity/SpawnRestriction$SpawnPredicate;)V to callRegister_$md$39f229$0 in fabric-object-builder-v1.mixins.json:SpawnRestrictionAccessor
-[07:59:30] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:30] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:30] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[07:59:31] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 144.
-[07:59:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "apoli:set_attacker"
-[07:59:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "apoli:set_attacker"
-[07:59:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "apoli:set_attacker"
-[07:59:39] [Render thread/DEBUG] (net.fabricmc.fabric.impl.command.client.ClientCommandInternals) Syntax exception for client-sided command '/gamemode creative'
+[13:54:46] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.DirectByteBuffer.(long, int): unavailable
+[13:54:46] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) sun.misc.Unsafe: available
+[13:54:46] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) maxDirectMemory: 5213519872 bytes (maybe)
+[13:54:46] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.tmpdir: C:\Users\yena\AppData\Local\Temp (java.io.tmpdir)
+[13:54:46] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.bitMode: 64 (sun.arch.data.model)
+[13:54:46] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) Platform: Windows
+[13:54:46] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.maxDirectMemory: -1 bytes
+[13:54:46] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.uninitializedArrayAllocationThreshold: -1
+[13:54:46] [Render thread/DEBUG] (io.netty.util.internal.CleanerJava9) java.nio.ByteBuffer.cleaner(): available
+[13:54:46] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.noPreferDirect: false
+[13:54:46] [Render thread/DEBUG] (io.netty.util.internal.PlatformDependent) org.jctools-core.MpscChunkedArrayQueue: available
+[13:54:46] [Render thread/DEBUG] (io.netty.channel.DefaultChannelId) -Dio.netty.processId: 16724 (auto-detected)
+[13:54:46] [Render thread/DEBUG] (io.netty.util.NetUtil) -Djava.net.preferIPv4Stack: false
+[13:54:46] [Render thread/DEBUG] (io.netty.util.NetUtil) -Djava.net.preferIPv6Addresses: false
+[13:54:46] [Render thread/DEBUG] (io.netty.util.NetUtilInitializations) Loopback interface: lo (Software Loopback Interface 1, 127.0.0.1)
+[13:54:46] [Render thread/DEBUG] (io.netty.util.NetUtil) Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200
+[13:54:46] [Render thread/DEBUG] (io.netty.channel.DefaultChannelId) -Dio.netty.machineId: 34:f3:9a:ff:fe:40:91:15 (auto-detected)
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.numHeapArenas: 8
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.numDirectArenas: 8
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.pageSize: 8192
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxOrder: 11
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.chunkSize: 16777216
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.smallCacheSize: 256
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.normalCacheSize: 64
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.cacheTrimInterval: 8192
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.useCacheForAllThreads: true
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.allocator.type: pooled
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.threadLocalDirectBufferSize: 0
+[13:54:47] [Render thread/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.maxThreadLocalCharBufferSize: 16384
+[13:54:48] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing accessor.CustomPayloadC2SPacketAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.network.packet.c2s.play.CustomPayloadC2SPacket
+[13:54:48] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.CustomPayloadC2SPacketAccessor from mod fabric-networking-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:48] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing accessor.LoginQueryResponseC2SPacketAccessor from fabric-networking-api-v1.mixins.json into net.minecraft.network.packet.c2s.login.LoginQueryResponseC2SPacket
+[13:54:48] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) fabric-networking-api-v1.mixins.json:accessor.LoginQueryResponseC2SPacketAccessor from mod fabric-networking-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:48] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.maxCapacityPerThread: 4096
+[13:54:48] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.maxSharedCapacityFactor: 2
+[13:54:48] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.linkCapacity: 16
+[13:54:48] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.ratio: 8
+[13:54:48] [Netty Local Client IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.delayedQueue.ratio: 8
+[13:54:49] [Netty Local Client IO #0/DEBUG] (ClientLoginNetworkAddon for Client) Handling inbound login response with id 0 and channel with name origins:handshake
+[13:54:49] [Netty Local Client IO #0/DEBUG] (io.netty.buffer.AbstractByteBuf) -Dio.netty.buffer.checkAccessible: true
+[13:54:49] [Netty Local Client IO #0/DEBUG] (io.netty.buffer.AbstractByteBuf) -Dio.netty.buffer.checkBounds: true
+[13:54:49] [Netty Local Client IO #0/DEBUG] (io.netty.util.ResourceLeakDetectorFactory) Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@2d059bc8
+[13:54:49] [Netty Server IO #1/DEBUG] (ServerLoginNetworkAddon for local:E:ecda6261) Handling inbound login query with id 0
+[13:54:49] [Netty Local Client IO #0/DEBUG] (ClientLoginNetworkAddon for Client) Handling inbound login response with id 1 and channel with name fabric-networking-api-v1:early_registration
+[13:54:49] [Netty Local Client IO #0/DEBUG] (fabric-networking-api-v1) Received accepted channels from the server
+[13:54:49] [Netty Local Client IO #0/DEBUG] (fabric-networking-api-v1) Sent accepted channels to the server
+[13:54:49] [Netty Server IO #1/DEBUG] (ServerLoginNetworkAddon for local:E:ecda6261) Handling inbound login query with id 1
+[13:54:49] [Netty Server IO #1/DEBUG] (fabric-networking-api-v1) Received accepted channels from the client for "com.mojang.authlib.GameProfile@7c2e99cc[id=41196538-4c2b-371d-b141-0e51ad033fac,name=Player671,properties={},legacy=false] (local:E:ecda6261)"
+[13:54:49] [Server thread/DEBUG] (fabric-networking-api-v1) Sent accepted channels to the client for "com.mojang.authlib.GameProfile@7c2e99cc[id=41196538-4c2b-371d-b141-0e51ad033fac,name=Player671,properties={},legacy=false] (local:E:ecda6261)"
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing HungerManagerMixin from apoli.mixins.json into net.minecraft.entity.player.HungerManager
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeAdditionalEatAction$4(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md5e849e$lambda$executeAdditionalEatAction$4$0 in apoli.mixins.json:HungerManagerMixin from mod apoli
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySaturation$3(Lio/github/apace100/apoli/power/ModifyFoodPower;)Ljava/util/stream/Stream; to md5e849e$lambda$modifySaturation$3$1 in apoli.mixins.json:HungerManagerMixin from mod apoli
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifySaturation$2(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md5e849e$lambda$modifySaturation$2$2 in apoli.mixins.json:HungerManagerMixin from mod apoli
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyHunger$1(Lio/github/apace100/apoli/power/ModifyFoodPower;)Ljava/util/stream/Stream; to md5e849e$lambda$modifyHunger$1$3 in apoli.mixins.json:HungerManagerMixin from mod apoli
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$modifyHunger$0(Lnet/minecraft/item/ItemStack;Lio/github/apace100/apoli/power/ModifyFoodPower;)Z to md5e849e$lambda$modifyHunger$0$4 in apoli.mixins.json:HungerManagerMixin from mod apoli
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin from mod apoli->@Inject::executeAdditionalEatAction(Lnet/minecraft/item/Item;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin from mod apoli->@Inject::executeAdditionalEatAction(Lnet/minecraft/item/Item;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin from mod apoli->@Inject::executeAdditionalEatAction(Lnet/minecraft/item/Item;Lnet/minecraft/item/ItemStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin from mod apoli->@Inject::cachePlayer(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin from mod apoli->@Inject::cachePlayer(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:HungerManagerMixin from mod apoli->@Inject::cachePlayer(Lnet/minecraft/entity/player/PlayerEntity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing CraftingInventoryAccessor from apoli.mixins.json into net.minecraft.inventory.CraftingInventory
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingInventoryAccessor from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing CraftingInventoryMixin from apoli.mixins.json into net.minecraft.inventory.CraftingInventory
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:CraftingInventoryMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing OriginUpgradeMixin from origins.mixins.json into net.minecraft.advancement.PlayerAdvancementTracker
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin from mod origins: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$checkOriginUpgrade$0(Lnet/minecraft/advancement/Advancement;Lio/github/apace100/origins/origin/OriginLayer;Lio/github/apace100/origins/origin/Origin;)V to md5e849e$lambda$checkOriginUpgrade$0$0 in origins.mixins.json:OriginUpgradeMixin from mod origins
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin from mod origins->@Inject::checkOriginUpgrade(Lnet/minecraft/advancement/Advancement;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ZLnet/minecraft/advancement/AdvancementProgress;Z)V doesn't use it's CallbackInfoReturnable
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin from mod origins->@Inject::checkOriginUpgrade(Lnet/minecraft/advancement/Advancement;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ZLnet/minecraft/advancement/AdvancementProgress;Z)V has 0 override(s) in child classes
+[13:54:49] [Server thread/DEBUG] (FabricLoader/Mixin) origins.mixins.json:OriginUpgradeMixin from mod origins->@Inject::checkOriginUpgrade(Lnet/minecraft/advancement/Advancement;Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ZLnet/minecraft/advancement/AdvancementProgress;Z)V won't be passed a CallbackInfoReturnable as a result
+[13:54:49] [Server thread/WARN] (io.github.apace100.apoli.Apoli) Data type of "aspects:luna_primary" changed, skipping data for that power on entity Player671
+[13:54:49] [Server thread/ERROR] (io.github.apace100.apoli.Apoli) Error while reading power holder data: Could not get power type from id 'aspects:luna_primary_toggle', as it was not registered!
+[13:54:49] [Server thread/INFO] (net.minecraft.server.PlayerManager) Player671[local:E:ecda6261] logged in with entity id 158 at (22.171091993824586, 72.0, -6.958657254810715)
+[13:54:49] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player671 joined the game
+[13:54:50] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player671 has made the advancement [Cover Me with Diamonds]
+[13:54:50] [Netty Local Client IO #0/DEBUG] (FabricRegistrySync) Registry minecraft:dimension_type has been marked as modded, registry entry minecraft:overworld was changed
+[13:54:50] [Netty Local Client IO #0/DEBUG] (net.fabricmc.fabric.impl.registry.sync.DynamicRegistrySync) Setting up synchronisation of new BuiltinRegistries entries to the built-in DynamicRegistryManager
+[13:54:50] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing ClientAdvancementManagerAccessor from apoli.mixins.json into net.minecraft.client.network.ClientAdvancementManager
+[13:54:50] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientAdvancementManagerAccessor from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:50] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) Mixing client.ClientCommandSourceMixin from fabric-command-api-v1.mixins.json into net.minecraft.client.network.ClientCommandSource
+[13:54:50] [Netty Local Client IO #0/DEBUG] (FabricLoader/Mixin) fabric-command-api-v1.mixins.json:client.ClientCommandSourceMixin from mod fabric-command-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "minecraft:register"
+[13:54:50] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player671 has made the advancement [Acquire Hardware]
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "minecraft:brand"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerInteractionManagerMixin from mixins.reach-entity-attributes.json into net.minecraft.client.network.ClientPlayerInteractionManager
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientPlayerInteractionManagerMixin from fabric-item-api-v1.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-api-v1.mixins.json:client.ClientPlayerInteractionManagerMixin from mod fabric-item-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinClientPlayerInteractionManager from fabric-events-interaction-v0.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager from mod fabric-events-interaction-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:power_list"
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerInteractionManagerAccessor from apoli.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerAccessor from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ClientPlayerInteractionManagerMixin from apoli.mixins.json into net.minecraft.client.network.ClientPlayerInteractionManager
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$executeBlockUseActions$1(Lnet/minecraft/util/hit/BlockHitResult;Lnet/minecraft/util/Hand;Lnet/minecraft/client/network/ClientPlayerEntity;Lio/github/apace100/apoli/power/ActionOnBlockUsePower;)Z to md5e849e$lambda$executeBlockUseActions$1$0 in apoli.mixins.json:ClientPlayerInteractionManagerMixin from mod apoli
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming synthetic method lambda$preventBlockInteraction$0(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/hit/BlockHitResult;Lio/github/apace100/apoli/power/PreventBlockUsePower;)Z to md5e849e$lambda$preventBlockInteraction$0$1 in apoli.mixins.json:ClientPlayerInteractionManagerMixin from mod apoli
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager from mod fabric-events-interaction-v0->@Inject::attackBlock(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager from mod fabric-events-interaction-v0->@Inject::method_2902(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager from mod fabric-events-interaction-v0->@Inject::interactBlock(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager from mod fabric-events-interaction-v0->@Inject::interactItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager from mod fabric-events-interaction-v0->@Inject::attackEntity(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-events-interaction-v0.mixins.json:MixinClientPlayerInteractionManager from mod fabric-events-interaction-v0->@Inject::interactEntityAtLocation(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/hit/EntityHitResult;Lnet/minecraft/util/Hand;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerMixin from mod apoli->@Inject::preventBlockInteraction(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ClientPlayerInteractionManagerMixin from mod apoli->@Inject::executeBlockUseActions(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/util/Hand;Lnet/minecraft/util/hit/BlockHitResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "origins:origin_list"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "origins:layer_list"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "origins:badge_list"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientChunkManagerMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientChunkManager
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin from mod fabric-lifecycle-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin from mod fabric-lifecycle-events-v1->@Inject::onChunkLoad(IILnet/minecraft/network/PacketByteBuf;Lnet/minecraft/nbt/NbtCompound;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin from mod fabric-lifecycle-events-v1->@Inject::onChunkUnload(IILnet/minecraft/network/PacketByteBuf;Lnet/minecraft/nbt/NbtCompound;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ILnet/minecraft/world/chunk/WorldChunk;Lnet/minecraft/util/math/ChunkPos;)V doesn't use it's CallbackInfoReturnable
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin from mod fabric-lifecycle-events-v1->@Inject::onChunkUnload(IILnet/minecraft/network/PacketByteBuf;Lnet/minecraft/nbt/NbtCompound;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ILnet/minecraft/world/chunk/WorldChunk;Lnet/minecraft/util/math/ChunkPos;)V has 0 override(s) in child classes
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin from mod fabric-lifecycle-events-v1->@Inject::onChunkUnload(IILnet/minecraft/network/PacketByteBuf;Lnet/minecraft/nbt/NbtCompound;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ILnet/minecraft/world/chunk/WorldChunk;Lnet/minecraft/util/math/ChunkPos;)V won't be passed a CallbackInfoReturnable as a result
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin from mod fabric-lifecycle-events-v1->@Inject::onChunkUnload(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ILnet/minecraft/world/chunk/WorldChunk;)V doesn't use it's CallbackInfo
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin from mod fabric-lifecycle-events-v1->@Inject::onChunkUnload(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ILnet/minecraft/world/chunk/WorldChunk;)V has 0 override(s) in child classes
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientChunkManagerMixin from mod fabric-lifecycle-events-v1->@Inject::onChunkUnload(IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;ILnet/minecraft/world/chunk/WorldChunk;)V won't be passed a CallbackInfo as a result
+[13:54:50] [Server thread/WARN] (net.minecraft.server.MinecraftServer) Can't keep up! Is the server overloaded? Running 3488ms or 69 ticks behind
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.ClientWorldEntityLoaderMixin from fabric-lifecycle-events-v1.mixins.json into net.minecraft.client.world.ClientWorld$ClientEntityHandler
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin from mod fabric-lifecycle-events-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin from mod fabric-lifecycle-events-v1->@Inject::invokeLoadEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:50] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-lifecycle-events-v1.mixins.json:client.ClientWorldEntityLoaderMixin from mod fabric-lifecycle-events-v1->@Inject::invokeUnloadEntity(Lnet/minecraft/entity/Entity;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing DimensionEffectsAccessor from fabric-rendering-v1.mixins.json into net.minecraft.client.render.DimensionEffects
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-v1.mixins.json:DimensionEffectsAccessor from mod fabric-rendering-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Accessor method getIdentifierMap()Lit/unimi/dsi/fastutil/objects/Object2ObjectMap; to getIdentifierMap_$md$5e849e$0 in fabric-rendering-v1.mixins.json:DimensionEffectsAccessor from mod fabric-rendering-v1
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinBlockRenderLayer from fabric-blockrenderlayer-v1.mixins.json into net.minecraft.client.render.RenderLayers
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-blockrenderlayer-v1.mixins.json:MixinBlockRenderLayer from mod fabric-blockrenderlayer-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-blockrenderlayer-v1.mixins.json:MixinBlockRenderLayer from mod fabric-blockrenderlayer-v1->@Inject::onInitialize(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRenderer from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$BuiltChunk
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRenderer from mod fabric-renderer-indigo: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRebuildTask from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$BuiltChunk$RebuildTask
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask from mod fabric-renderer-indigo: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask from mod fabric-renderer-indigo->@Inject::hookChunkBuild(FFFLnet/minecraft/client/render/chunk/ChunkBuilder$ChunkData;Lnet/minecraft/client/render/chunk/BlockBufferBuilderStorage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask from mod fabric-renderer-indigo->@Inject::hookChunkBuild(FFFLnet/minecraft/client/render/chunk/ChunkBuilder$ChunkData;Lnet/minecraft/client/render/chunk/BlockBufferBuilderStorage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask from mod fabric-renderer-indigo->@Inject::hookChunkBuild(FFFLnet/minecraft/client/render/chunk/ChunkBuilder$ChunkData;Lnet/minecraft/client/render/chunk/BlockBufferBuilderStorage;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask from mod fabric-renderer-indigo->@Inject::hookRebuildChunkReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V doesn't use it's CallbackInfoReturnable
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask from mod fabric-renderer-indigo->@Inject::hookRebuildChunkReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V has 0 override(s) in child classes
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRebuildTask from mod fabric-renderer-indigo->@Inject::hookRebuildChunkReturn(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V won't be passed a CallbackInfoReturnable as a result
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRenderData from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkBuilder$ChunkData
+[13:54:51] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRenderData from mod fabric-renderer-indigo: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:51] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "minecraft:brand"
+[13:54:51] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "minecraft:register"
+[13:54:52] [Render thread/WARN] (net.minecraft.client.network.ClientPlayNetworkHandler) Received passengers for unknown entity
+[13:54:52] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Player671 has made the advancement [Cover Me with Diamonds]
+[13:54:52] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Player671 has made the advancement [Acquire Hardware]
+[13:54:52] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 41 advancements
+[13:54:53] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinChunkRendererRegionBuilder from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegionBuilder
+[13:54:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegionBuilder from mod fabric-rendering-data-attachment-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegionBuilder from mod fabric-rendering-data-attachment-v1->@Inject::create(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;IIII[[Lnet/minecraft/client/render/chunk/ChunkRendererRegionBuilder$ClientChunk;)V does use it's CallbackInfoReturnable
+[13:54:53] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegionBuilder from mod fabric-rendering-data-attachment-v1->@Inject::create(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;ILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;IIII[[Lnet/minecraft/client/render/chunk/ChunkRendererRegionBuilder$ClientChunk;)V does use it's CallbackInfoReturnable
+[13:54:53] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing InGameOverlayRendererMixin from apoli.mixins.json into net.minecraft.client.gui.hud.InGameOverlayRenderer
+[13:54:53] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameOverlayRendererMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:54:53] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:InGameOverlayRendererMixin from mod apoli->@Inject::preventInWallOverlayRendering(Lnet/minecraft/client/texture/Sprite;Lnet/minecraft/client/util/math/MatrixStack;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:54:53] [Worker-Main-9/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Opening connection to https://sessionserver.mojang.com/session/minecraft/profile/411965384c2b371db1410e51ad033fac?unsigned=true
+[13:54:53] [Worker-Main-9/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Reading data from https://sessionserver.mojang.com/session/minecraft/profile/411965384c2b371db1410e51ad033fac?unsigned=true
+[13:54:53] [Worker-Main-9/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Successful read, server response was 204
+[13:54:53] [Worker-Main-9/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Response:
+[13:54:53] [Worker-Main-9/DEBUG] (com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService) Couldn't fetch profile properties for com.mojang.authlib.GameProfile@d3d641f[id=41196538-4c2b-371d-b141-0e51ad033fac,name=Player671,properties={},legacy=false] as the profile does not exist
+[13:54:54] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:54:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:02] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinChunkRendererRegion from fabric-rendering-data-attachment-v1.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion
+[13:55:02] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-rendering-data-attachment-v1.mixins.json:client.MixinChunkRendererRegion from mod fabric-rendering-data-attachment-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:55:02] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing MixinChunkRendererRegion from fabric-renderer-indigo.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion
+[13:55:02] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-renderer-indigo.mixins.json:MixinChunkRendererRegion from mod fabric-renderer-indigo: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:55:02] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ChunkRendererRegionMixin from apoli.mixins.json into net.minecraft.client.render.chunk.ChunkRendererRegion
+[13:55:02] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ChunkRendererRegionMixin from mod apoli: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:55:02] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ChunkRendererRegionMixin from mod apoli->@Inject::modifyBlockRender(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:55:02] [Render thread/DEBUG] (FabricLoader/Mixin) apoli.mixins.json:ChunkRendererRegionMixin from mod apoli->@Inject::modifyFluidRender(Lnet/minecraft/util/math/BlockPos;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:55:10] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:12] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 0, new limit 144.
+[13:55:13] [Render thread/DEBUG] (com.mojang.blaze3d.systems.RenderSystem) Growing IndexBuffer: Old limit 9360, new limit 31680.
+[13:55:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:21] [Server thread/DEBUG] (FabricLoader/Mixin) Mixing SpawnRestrictionAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.entity.SpawnRestriction
+[13:55:21] [Server thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:SpawnRestrictionAccessor from mod fabric-object-builder-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:55:21] [Server thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/entity/EntityType;Lnet/minecraft/entity/SpawnRestriction$Location;Lnet/minecraft/world/Heightmap$Type;Lnet/minecraft/entity/SpawnRestriction$SpawnPredicate;)V to callRegister_$md$5e849e$0 in fabric-object-builder-v1.mixins.json:SpawnRestrictionAccessor from mod fabric-object-builder-api-v1
+[13:55:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:26] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:30] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:55:30] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:55:31] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:55:31] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:55:31] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:33] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:55:33] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:55:34] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:55:34] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:55:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:35] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:55:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:55:35] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:55:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:55:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:40] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:40] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:41] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:55:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:55:42] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:55:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:55:43] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:55:43] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:55:45] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:55:45] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:55:45] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:55:45] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:55:45] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:55:45] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:55:46] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinCreativePlayerInventoryGui from fabric-item-groups-v0.mixins.json into net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen
+[13:55:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui from mod fabric-item-groups-v0: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:55:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui from mod fabric-item-groups-v0->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V doesn't use it's CallbackInfo
+[13:55:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui from mod fabric-item-groups-v0->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V has 0 override(s) in child classes
+[13:55:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui from mod fabric-item-groups-v0->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V won't be passed a CallbackInfo as a result
+[13:55:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui from mod fabric-item-groups-v0->@Inject::setSelectedTab(Lnet/minecraft/item/ItemGroup;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:55:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui from mod fabric-item-groups-v0->@Inject::renderTabTooltipIfHovered(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/item/ItemGroup;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:55:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui from mod fabric-item-groups-v0->@Inject::isClickInTab(Lnet/minecraft/item/ItemGroup;DDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V does use it's CallbackInfoReturnable
+[13:55:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui from mod fabric-item-groups-v0->@Inject::renderTabIcon(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/item/ItemGroup;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V does use it's CallbackInfo
+[13:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:56] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:57] [Render thread/DEBUG] (net.fabricmc.fabric.impl.command.client.ClientCommandInternals) Syntax exception for client-sided command '/give Player671 minecraft:fire_charge 9'
com.mojang.brigadier.exceptions.CommandSyntaxException: Unknown or incomplete command, see below for error at position 0: <--[HERE]
-[07:59:39] [Server thread/INFO] (net.minecraft.server.MinecraftServer) [Player481: Set own game mode to Creative Mode]
-[07:59:39] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Set own game mode to Creative Mode
-[07:59:39] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Saving and pausing game...
-[07:59:39] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
-[07:59:39] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
-[07:59:39] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action
-[07:59:39] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data
-[07:59:59] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Saving and pausing game...
-[07:59:59] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
-[07:59:59] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
-[07:59:59] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action
-[07:59:59] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data
-[08:00:01] [Worker-Main-22/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Opening connection to https://sessionserver.mojang.com/session/minecraft/profile/fafe4ed78e8e3030a8e43ca9d4ada870?unsigned=false
-[08:00:01] [Worker-Main-22/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Reading data from https://sessionserver.mojang.com/session/minecraft/profile/fafe4ed78e8e3030a8e43ca9d4ada870?unsigned=false
-[08:00:02] [Worker-Main-22/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Successful read, server response was 204
-[08:00:02] [Worker-Main-22/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Response:
-[08:00:02] [Worker-Main-22/DEBUG] (com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService) Couldn't fetch profile properties for com.mojang.authlib.GameProfile@4e21b87c[id=fafe4ed7-8e8e-3030-a8e4-3ca9d4ada870,name=Player481,properties={},legacy=false] as the profile does not exist
-[08:00:11] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Saving and pausing game...
-[08:00:11] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
-[08:00:11] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
-[08:00:11] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action
-[08:00:11] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data
-[08:00:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:50] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player481) Handling inbound packet from channel with name "apoli:use_active_powers"
-[08:00:50] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "apoli:sync_power"
-[08:00:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:52] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:53] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:53] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:53] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:53] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:55] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player481 has made the advancement [Stone Age]
-[08:00:55] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Player481 has made the advancement [Stone Age]
-[08:00:55] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 19 advancements
-[08:00:55] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:57] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player481) Handling inbound packet from channel with name "apoli:use_active_powers"
-[08:00:57] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "apoli:sync_power"
-[08:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:00:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:08] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:08] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:08] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:09] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:10] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:10] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:11] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:11] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:11] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:14] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:15] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 20 advancements
-[08:01:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "apoli:set_attacker"
-[08:01:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:22] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:22] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:22] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:23] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:24] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:25] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:27] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:28] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:29] [Render thread/INFO] (net.minecraft.advancement.AdvancementManager) Loaded 26 advancements
-[08:01:29] [Render thread/WARN] (net.minecraft.client.sound.SoundSystem) Unable to play empty soundEvent: minecraft:entity.salmon.ambient
-[08:01:29] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:29] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:29] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:29] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:30] [Render thread/WARN] (net.minecraft.client.sound.SoundSystem) Unable to play empty soundEvent: minecraft:entity.cod.ambient
-[08:01:32] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "apoli:set_attacker"
-[08:01:33] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "apoli:set_attacker"
-[08:01:33] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "apoli:set_attacker"
-[08:01:34] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:34] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:34] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:34] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:34] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:35] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:36] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:37] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:38] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:39] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:40] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:40] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:41] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:42] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:43] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:43] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:44] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:46] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing client.MixinCreativePlayerInventoryGui from fabric-item-groups-v0.mixins.json into net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen
-[08:01:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
-[08:01:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-groups-v0 doesn't use it's CallbackInfo
-[08:01:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-groups-v0 has 0 override(s) in child classes
-[08:01:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui->@Inject::init(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-groups-v0 won't be passed a CallbackInfo as a result
-[08:01:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui->@Inject::setSelectedTab(Lnet/minecraft/item/ItemGroup;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-groups-v0 does use it's CallbackInfo
-[08:01:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui->@Inject::renderTabTooltipIfHovered(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/item/ItemGroup;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-item-groups-v0 does use it's CallbackInfoReturnable
-[08:01:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui->@Inject::isClickInTab(Lnet/minecraft/item/ItemGroup;DDLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V from mod fabric-item-groups-v0 does use it's CallbackInfoReturnable
-[08:01:46] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-item-groups-v0.mixins.json:client.MixinCreativePlayerInventoryGui->@Inject::renderTabIcon(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/item/ItemGroup;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V from mod fabric-item-groups-v0 does use it's CallbackInfo
-[08:01:47] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:48] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player481) Handling inbound packet from channel with name "cardinal-components:entity_sync"
-[08:01:48] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Stopping!
-[08:01:48] [Server thread/INFO] (net.minecraft.server.network.ServerPlayNetworkHandler) Player481 lost connection: Disconnected
-[08:01:48] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player481 left the game
-[08:01:48] [Server thread/INFO] (net.minecraft.server.network.ServerPlayNetworkHandler) Stopping singleplayer server as player logged out
-[08:01:48] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Stopping server
-[08:01:48] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving players
-[08:01:48] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving worlds
-[08:01:48] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
-[08:01:49] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
-[08:01:49] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action
-[08:01:49] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data
-[08:01:49] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (New World): All chunks are saved
-[08:01:49] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
-[08:01:49] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
-[08:01:49] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage: All dimensions are saved
+[13:55:57] [Server thread/INFO] (net.minecraft.server.MinecraftServer) [Player671: Gave 9 [Fire Charge] to Player671]
+[13:55:57] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Gave 9 [Fire Charge] to Player671
+[13:55:58] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:59] [Render thread/DEBUG] (net.fabricmc.fabric.impl.command.client.ClientCommandInternals) Syntax exception for client-sided command '/gamemode creative'
+com.mojang.brigadier.exceptions.CommandSyntaxException: Unknown or incomplete command, see below for error at position 0: <--[HERE]
+[13:55:59] [Server thread/INFO] (net.minecraft.server.MinecraftServer) [Player671: Set own game mode to Creative Mode]
+[13:55:59] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:55:59] [Render thread/INFO] (net.minecraft.client.gui.hud.ChatHud) [CHAT] Set own game mode to Creative Mode
+[13:56:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:00] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:01] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:56:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:56:01] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:56:01] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:56:03] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:56:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:56:03] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:56:03] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:56:04] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:04] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:04] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:04] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:04] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:56:04] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:56:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:05] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:06] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:07] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:56:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:56:07] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:08] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:08] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:08] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:08] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:08] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:08] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:09] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:09] [Netty Server IO #1/DEBUG] (ServerPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:use_active_powers"
+[13:56:09] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "apoli:sync_power"
+[13:56:11] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ModelPredicateProviderRegistryAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.client.item.ModelPredicateProviderRegistry
+[13:56:11] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistryAccessor from mod fabric-object-builder-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:56:11] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/item/UnclampedModelPredicateProvider;)Lnet/minecraft/client/item/UnclampedModelPredicateProvider; to callRegister_$md$5e849e$0 in fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistryAccessor from mod fabric-object-builder-api-v1
+[13:56:11] [Render thread/DEBUG] (FabricLoader/Mixin) Mixing ModelPredicateProviderRegistrySpecificAccessor from fabric-object-builder-v1.mixins.json into net.minecraft.client.item.ModelPredicateProviderRegistry
+[13:56:11] [Render thread/DEBUG] (FabricLoader/Mixin) fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistrySpecificAccessor from mod fabric-object-builder-api-v1: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
+[13:56:11] [Render thread/DEBUG] (FabricLoader/Mixin) Renaming @Invoker method callRegister(Lnet/minecraft/item/Item;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/item/UnclampedModelPredicateProvider;)V to callRegister_$md$5e849e$1 in fabric-object-builder-v1.mixins.json:ModelPredicateProviderRegistrySpecificAccessor from mod fabric-object-builder-api-v1
+[13:56:12] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:13] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:15] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:16] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:17] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:18] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:19] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:20] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:21] [Netty Local Client IO #0/DEBUG] (ClientPlayNetworkAddon for Player671) Handling inbound packet from channel with name "cardinal-components:entity_sync"
+[13:56:23] [Server thread/INFO] (net.minecraft.server.integrated.IntegratedServer) Saving and pausing game...
+[13:56:23] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
+[13:56:23] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
+[13:56:23] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/density_function_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_placement
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition
+[13:56:23] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data
+[13:56:24] [Render thread/INFO] (net.minecraft.client.MinecraftClient) Stopping!
+[13:56:24] [Server thread/INFO] (net.minecraft.server.network.ServerPlayNetworkHandler) Player671 lost connection: Disconnected
+[13:56:24] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Player671 left the game
+[13:56:24] [Server thread/INFO] (net.minecraft.server.network.ServerPlayNetworkHandler) Stopping singleplayer server as player logged out
+[13:56:24] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Stopping server
+[13:56:24] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving players
+[13:56:24] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving worlds
+[13:56:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
+[13:56:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
+[13:56:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Starting registry save
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:item
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_entity_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:custom_stat
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:fluid_condition
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/foliage_placer_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:stat_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_rule
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_condition
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:attribute
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:position_source_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:height_provider_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/density_function_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:fluid
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_action
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_condition_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_pool_element
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:activity
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_action
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_serializer
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature_size_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:power_factory
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:point_of_interest_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_action
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Skipping un-modded registry: minecraft:mob_effect
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_pool_entry_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/block_state_provider_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/chunk_generator
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:entity_condition
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:float_provider_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:chunk_status
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:enchantment
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_function_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_processor
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_score_provider_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/tree_decorator_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:schedule
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/material_condition
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:entity_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_profession
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:potion
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:block_action
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:recipe_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:int_provider_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/feature
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:pos_rule_test
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_placement
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_nbt_provider_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:biome_condition
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:menu
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/trunk_placer_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/placement_modifier_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:motive
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/carver
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_feature
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:loot_number_provider_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/structure_piece
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sound_event
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:particle_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:game_event
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:worldgen/biome_source
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:villager_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block_predicate_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:block
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:item_condition
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:sensor_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:bientity_condition
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:rule_test
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: minecraft:memory_module_type
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving registry: apoli:damage_condition
+[13:56:26] [Server thread/DEBUG] (FabricRegistrySync) Not saving empty registry data
+[13:56:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (New World): All chunks are saved
+[13:56:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
+[13:56:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
+[13:56:26] [Server thread/INFO] (net.minecraft.server.MinecraftServer) ThreadedAnvilChunkStorage: All dimensions are saved
diff --git a/run/logs/latest.log b/run/logs/latest.log
index d1cda4b..7b3241e 100644
--- a/run/logs/latest.log
+++ b/run/logs/latest.log
@@ -1,188 +1,220 @@
-[07:56:44] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18 with Fabric Loader 0.12.10
-[07:56:44] [main/INFO] (FabricLoader) Loading 62 mods:
- - apoli 2.2.0
+[13:51:40] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18.2 with Fabric Loader 0.14.6
+[13:51:40] [ForkJoinPool-1-worker-1/WARN] (FabricLoader/Metadata) Mod aspects uses the version ${version} which isn't compatible with Loader's extended semantic version format (Could not parse version number component '${version}'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
+[13:51:41] [main/INFO] (FabricLoader) Loading 62 mods:
+ - additionalentityattributes 1.0.0+1.18.2
+ - apoli 2.3.3
- aspects ${version}
- - calio 1.4.2
- - cardinal-components-base 4.0.0-alpha.1+21w37a
- - cardinal-components-entity 4.0.0-alpha.1+21w37a
+ - calio 1.5.1
+ - cardinal-components-base 4.1.4
+ - cardinal-components-entity 4.1.4
- cloth-basic-math 0.6.0
- - cloth-config 6.0.42
- - extrakeybinds 1.18-0.1.0
- - fabric 0.44.0+1.18
- - fabric-api-base 0.4.1+b4f4f6cdc8
- - fabric-api-lookup-api-v1 1.4.0+16d92c47c8
- - fabric-biome-api-v1 6.0.1+ded849a9c8
- - fabric-blockrenderlayer-v1 1.1.9+3ac43d95c8
- - fabric-command-api-v1 1.1.6+3ac43d95c8
- - fabric-commands-v0 0.2.5+b4f4f6cdc8
- - fabric-containers-v0 0.1.18+d154e2c6c8
- - fabric-content-registries-v0 0.4.5+6f53a73dc8
- - fabric-crash-report-info-v1 0.1.8+3ac43d95c8
- - fabric-data-generation-api-v1 1.0.0+3fec4ad9c8
- - fabric-dimensions-v1 2.1.7+43d29571c8
- - fabric-entity-events-v1 1.4.5+6b21378ac8
- - fabric-events-interaction-v0 0.4.16+bfa23f17c8
- - fabric-events-lifecycle-v0 0.2.6+b4f4f6cdc8
- - fabric-game-rule-api-v1 1.0.10+3ac43d95c8
- - fabric-gametest-api-v1 1.0.5+03d159cfc8
- - fabric-item-api-v1 1.3.0+691a79b5c8
- - fabric-item-groups-v0 0.3.3+3ac43d95c8
- - fabric-key-binding-api-v1 1.0.8+c8aba2f3c8
- - fabric-keybindings-v0 0.2.6+b4f4f6cdc8
- - fabric-lifecycle-events-v1 1.4.10+c15ca335c8
- - fabric-loot-tables-v1 1.0.8+3ac43d95c8
- - fabric-mining-level-api-v1 1.0.3+3ac43d95c8
- - fabric-mining-levels-v0 0.1.7+b4f4f6cdc8
- - fabric-models-v0 0.3.3+3ac43d95c8
- - fabric-networking-api-v1 1.0.18+3ac43d95c8
- - fabric-networking-v0 0.3.5+b4f4f6cdc8
- - fabric-object-builder-api-v1 1.11.0+3b82842ec8
- - fabric-object-builders-v0 0.7.8+3ac43d95c8
- - fabric-particles-v1 0.2.9+526dc1acc8
- - fabric-registry-sync-v0 0.8.5+3ac43d95c8
- - fabric-renderer-api-v1 0.4.9+3ac43d95c8
- - fabric-renderer-indigo 0.4.12+3ac43d95c8
- - fabric-renderer-registries-v1 3.2.7+b4f4f6cdc8
- - fabric-rendering-data-attachment-v1 0.3.4+7242e9d7c8
- - fabric-rendering-fluids-v1 0.1.18+3ac43d95c8
- - fabric-rendering-v0 1.1.9+b4f4f6cdc8
- - fabric-rendering-v1 1.10.3+6b21378ac8
- - fabric-resource-loader-v0 0.4.11+3ac43d95c8
- - fabric-screen-api-v1 1.0.7+3ac43d95c8
- - fabric-screen-handler-api-v1 1.1.11+3ac43d95c8
- - fabric-structure-api-v1 2.0.8+295197a7c8
- - fabric-tag-extensions-v0 1.2.5+3ac43d95c8
- - fabric-textures-v0 1.0.9+3ac43d95c8
- - fabric-tool-attribute-api-v1 1.3.4+7de09f55c8
- - fabric-transfer-api-v1 1.5.5+b4f4f6cdc8
- - fabricloader 0.12.10
- - java 17
- - minecraft 1.18
- - modmenu 3.0.0
- - origins 1.3.0
- - playerabilitylib 1.3.0
+ - cloth-config 6.2.57
+ - extrakeybinds 0.2.0
+ - fabric 0.54.0+1.18.2
+ - fabric-api-base 0.4.4+d7c144a860
+ - fabric-api-lookup-api-v1 1.6.1+2373a54560
+ - fabric-biome-api-v1 8.0.4+7b0f312660
+ - fabric-blockrenderlayer-v1 1.1.12+3ac43d9560
+ - fabric-command-api-v1 1.1.9+d7c144a860
+ - fabric-commands-v0 0.2.8+b4f4f6cd60
+ - fabric-containers-v0 0.1.21+d7c144a860
+ - fabric-content-registries-v0 3.0.6+d82b939260
+ - fabric-convention-tags-v1 1.0.1+474e4f7960
+ - fabric-crash-report-info-v1 0.2.1+ee261a3e60
+ - fabric-data-generation-api-v1 2.0.9+e19de87d60
+ - fabric-dimensions-v1 2.1.19+ffb2c71e60
+ - fabric-entity-events-v1 1.4.8+d7c144a860
+ - fabric-events-interaction-v0 0.4.19+d7c144a860
+ - fabric-events-lifecycle-v0 0.2.16+d7c144a860
+ - fabric-game-rule-api-v1 1.0.13+d7c144a860
+ - fabric-gametest-api-v1 1.0.18+91b7aa6660
+ - fabric-item-api-v1 1.5.0+85719ab760
+ - fabric-item-groups-v0 0.3.13+91896a4960
+ - fabric-key-binding-api-v1 1.0.12+54e5b2ec60
+ - fabric-keybindings-v0 0.2.10+b4f4f6cd60
+ - fabric-lifecycle-events-v1 2.0.4+d8d7804a60
+ - fabric-loot-api-v2 1.0.0+e747827960
+ - fabric-loot-tables-v1 1.1.0+e747827960
+ - fabric-mining-level-api-v1 2.1.2+81ea5b3c60
+ - fabric-models-v0 0.3.6+d7c144a860
+ - fabric-networking-api-v1 1.0.21+d882b91560
+ - fabric-networking-v0 0.3.8+b4f4f6cd60
+ - fabric-object-builder-api-v1 2.1.2+032c981d60
+ - fabric-particles-v1 0.2.12+526dc1ac60
+ - fabric-registry-sync-v0 0.9.8+0d9ab37260
+ - fabric-renderer-api-v1 0.4.13+d882b91560
+ - fabric-renderer-indigo 0.5.0+7faf0d8860
+ - fabric-renderer-registries-v1 3.2.11+b4f4f6cd60
+ - fabric-rendering-data-attachment-v1 0.3.7+d7c144a860
+ - fabric-rendering-fluids-v1 2.0.2+54e5b2ec60
+ - fabric-rendering-v0 1.1.13+b4f4f6cd60
+ - fabric-rendering-v1 1.10.7+54e5b2ec60
+ - fabric-resource-conditions-api-v1 2.0.3+91b7aa6660
+ - fabric-resource-loader-v0 0.5.1+e747827960
+ - fabric-screen-api-v1 1.0.10+d882b91560
+ - fabric-screen-handler-api-v1 1.2.0+1f6558e860
+ - fabric-textures-v0 1.0.12+3ac43d9560
+ - fabric-transfer-api-v1 1.6.2+f4563ac860
+ - fabric-transitive-access-wideners-v1 1.1.0+e747827960
+ - fabricloader 0.14.6
+ - java 18
+ - minecraft 1.18.2
+ - modmenu 3.1.0
+ - origins 1.4.1
+ - playerabilitylib 1.5.0
- reach-entity-attributes 2.1.1
-[07:56:47] [main/WARN] (FabricLoader/Metadata) Mod `aspects` (${version}) does not respect SemVer - comparison support is limited.
-[07:56:47] [main/INFO] (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.10.7+mixin.0.8.4/7a4ca9d54d9ae564dea0363d668036a8420ed9b8/sponge-mixin-0.10.7+mixin.0.8.4.jar Service=Knot/Fabric Env=CLIENT
-[07:56:47] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
-[07:56:47] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16
-[07:56:51] [main/WARN] (FabricLoader/Mixin) @Inject(@At("INVOKE")) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin::handler$zeo000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
-[07:56:52] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
-[07:56:53] [Render thread/ERROR] (Minecraft) Failed to verify authentication
+[13:51:50] [main/INFO] (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/yena/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.11.4+mixin.0.8.5/c1dc27696aa4006e492c2485c9ccbcb26045a971/sponge-mixin-0.11.4+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT
+[13:51:50] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
+[13:51:50] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16
+[13:51:50] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_17
+[13:51:56] [main/WARN] (FileUtil) Configuration conflict: there is more than one oshi.properties file on the classpath
+[13:51:57] [main/WARN] (FileUtil) Configuration conflict: there is more than one oshi.architecture.properties file on the classpath
+[13:52:16] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
+[13:52:17] [Render thread/ERROR] (Minecraft) Failed to verify authentication
com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401
- at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) ~[authlib-3.2.38.jar:?]
- at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:132) ~[authlib-3.2.38.jar:?]
- at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.(YggdrasilUserApiService.java:44) ~[authlib-3.2.38.jar:?]
- at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createUserApiService(YggdrasilAuthenticationService.java:153) ~[authlib-3.2.38.jar:?]
- at net.minecraft.client.MinecraftClient.createUserApiService(MinecraftClient.java:670) [minecraft-project-@-mapped.jar:?]
+ at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) ~[authlib-3.3.39.jar:?]
+ at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:132) ~[authlib-3.3.39.jar:?]
+ at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.(YggdrasilUserApiService.java:44) ~[authlib-3.3.39.jar:?]
+ at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createUserApiService(YggdrasilAuthenticationService.java:153) ~[authlib-3.3.39.jar:?]
+ at net.minecraft.client.MinecraftClient.createUserApiService(MinecraftClient.java:680) [minecraft-project-@-mapped.jar:?]
at net.minecraft.client.MinecraftClient.(MinecraftClient.java:424) [minecraft-project-@-mapped.jar:?]
at net.minecraft.client.main.Main.main(Main.java:197) [minecraft-project-@-mapped.jar:?]
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
- at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
- at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:602) [fabric-loader-0.12.10.jar:?]
- at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) [fabric-loader-0.12.10.jar:?]
- at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.12.10.jar:?]
+ at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:460) [fabric-loader-0.14.6.jar:?]
+ at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.6.jar:?]
+ at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.14.6.jar:?]
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86) [dev-launch-injector-0.2.1+build.8.jar:?]
Caused by: com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 401
- at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:78) ~[authlib-3.2.38.jar:?]
- at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) ~[authlib-3.2.38.jar:?]
- at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:113) ~[authlib-3.2.38.jar:?]
- ... 13 more
-[07:56:53] [Render thread/INFO] (Minecraft) Setting user: Player481
-[07:56:54] [Render thread/INFO] (Apoli) Apoli 2.2.0 has initialized. Ready to power up your game!
-[07:56:54] [Render thread/INFO] (aspects) Hello from Aspects :D
-[07:56:54] [Render thread/INFO] (Origins) Origins 1.3.0 is initializing. Have fun!
-[07:56:54] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer!
-[07:56:54] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.2.1 build 12
-[07:56:56] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric Renderer Registries (v1), Fabric Containers (v0), Fabric Object Builders (v0), Pal, Fabric Game Rule API (v1), Reach Entity Attributes, Fabric API Base, Fabric Item Groups (v0), Fabric Rendering (v0), Fabric Key Binding API (v1), Fabric Textures (v0), Fabric Loader, Fabric Key Bindings (v0), Fabric Item API (v1), Fabric API, Fabric BlockRenderLayer Registration (v1), Fabric Commands (v0), Fabric Game Test API (v1), ThatRobins Extra Origins Keybinds, Fabric Events Interaction (v0), Fabric Command API (v1), Fabric Dimensions API (v1), Fabric Tool Attribute API (v1), Fabric Models (v0), Mod Menu, Calio, Fabric Crash Report Info (v1), Fabric Biome API (v1), Fabric Particles (v1), Cloth Config v6, Fabric Lifecycle Events (v1), Fabric Entity Events (v1), Fabric Renderer - Indigo, Fabric Rendering Data Attachment (v1), Fabric Transfer API (v1), Fabric Mining Level API (v1), Fabric Registry Sync (v0), Apoli, Fabric Rendering (v1), Fabric Events Lifecycle (v0), Fabric Rendering Fluids (v1), Fabric Resource Loader (v0), Fabric Data Generation API (v1), Fabric Loot Tables (v1), Aspects, Fabric Networking API (v1), Fabric Structure API (v1), Fabric Screen API (v1), Fabric Renderer API (v1), Fabric API Lookup API (v1), Fabric Tag Extensions (v0), Fabric Screen Handler API (v1), Fabric Networking (v0), Fabric Object Builder API (v1), Origins, Fabric Content Registries (v0), Fabric Mining Levels (v0))
-[07:56:56] [Render thread/INFO] (aspects) Hello from Aspects! :D
-[07:56:56] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: Invalid session id
-[07:56:58] [Render thread/INFO] (Minecraft) OpenAL initialized on device CoreAudio Default
-[07:56:58] [Render thread/INFO] (Minecraft) Sound engine started
-[07:56:59] [Render thread/INFO] (Minecraft) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
-[07:56:59] [Render thread/INFO] (Minecraft) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
-[07:56:59] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
-[07:56:59] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
-[07:56:59] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
-[07:56:59] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
-[07:56:59] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
-[07:57:00] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
-[07:57:00] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
-[07:57:00] [Render thread/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
-[07:57:00] [Render thread/INFO] (aspects) Hello from Aspects! :D
-[07:59:21] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
-[07:59:21] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
-[07:59:21] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
-[07:59:21] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
-[07:59:21] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
-[07:59:21] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric Game Test API (v1), Fabric Tool Attribute API (v1), Apoli, Aspects, Origins)
-[07:59:21] [Render thread/INFO] (Minecraft) Loaded 7 recipes
-[07:59:21] [Render thread/INFO] (Minecraft) Loaded 1143 advancements
-[07:59:21] [Render thread/INFO] (Apoli) Finished loading powers from data files. Registry contains 175 powers.
-[07:59:21] [Render thread/ERROR] (Origins) There was a problem reading Origin file aspects:altum (skipping): Error reading data field at icon.item: Identifier "minecraft:water_bottle" was not registered in registry "minecraft:item".
-[07:59:21] [Render thread/ERROR] (Origins) Origin "aspects:dendro" contained unregistered power: "aspects:suspicious_substance"
-[07:59:21] [Render thread/INFO] (Origins) Finished loading origins from data files. Registry contains 27 origins.
-[07:59:21] [Render thread/INFO] (Origins) Trying to read layer file: aspects:elements
-[07:59:21] [Render thread/INFO] (Origins) Trying to read layer file: origins:origin
-[07:59:21] [Render thread/INFO] (Origins) Trying to read layer file: aspects:origins
-[07:59:21] [Render thread/INFO] (Origins) Finished loading origin layers from data files. Read 3 layers.
-[07:59:21] [Render thread/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 1.150 ms
-[07:59:22] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
-[07:59:22] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.18
-[07:59:22] [Server thread/INFO] (Minecraft) Generating keypair
-[07:59:22] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld
-[07:59:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
-[07:59:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
-[07:59:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
-[07:59:24] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
-[07:59:27] [Render thread/INFO] (Minecraft) Preparing spawn area: 3%
-[07:59:27] [Render thread/INFO] (Minecraft) Preparing spawn area: 3%
-[07:59:27] [Render thread/INFO] (Minecraft) Preparing spawn area: 3%
-[07:59:27] [Render thread/INFO] (Minecraft) Preparing spawn area: 3%
-[07:59:27] [Render thread/INFO] (Minecraft) Preparing spawn area: 3%
-[07:59:27] [Render thread/INFO] (Minecraft) Preparing spawn area: 3%
-[07:59:27] [Render thread/INFO] (Minecraft) Preparing spawn area: 30%
-[07:59:28] [Render thread/INFO] (Minecraft) Preparing spawn area: 74%
-[07:59:28] [Render thread/INFO] (Minecraft) Time elapsed: 5760 ms
-[07:59:28] [Server thread/INFO] (Minecraft) Changing view distance to 12, from 10
-[07:59:28] [Server thread/INFO] (Minecraft) Changing simulation distance to 12, from 0
-[07:59:28] [Server thread/INFO] (Minecraft) Player481[local:E:ff32cc2c] logged in with entity id 177 at (2.3639315525186104, 69.0, -1.8732131720595706)
-[07:59:28] [Server thread/INFO] (Minecraft) Player481 joined the game
-[07:59:29] [Render thread/INFO] (Minecraft) Loaded 0 advancements
-[07:59:39] [Server thread/INFO] (Minecraft) [Player481: Set own game mode to Creative Mode]
-[07:59:39] [Render thread/INFO] (Minecraft) [CHAT] Set own game mode to Creative Mode
-[07:59:39] [Server thread/INFO] (Minecraft) Saving and pausing game...
-[07:59:39] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
-[07:59:39] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
-[07:59:39] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
-[07:59:59] [Server thread/INFO] (Minecraft) Saving and pausing game...
-[07:59:59] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
-[07:59:59] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
-[07:59:59] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
-[08:00:11] [Server thread/INFO] (Minecraft) Saving and pausing game...
-[08:00:11] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
-[08:00:11] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
-[08:00:11] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
-[08:00:55] [Server thread/INFO] (Minecraft) Player481 has made the advancement [Stone Age]
-[08:00:55] [Render thread/INFO] (Minecraft) [CHAT] Player481 has made the advancement [Stone Age]
-[08:00:55] [Render thread/INFO] (Minecraft) Loaded 19 advancements
-[08:01:15] [Render thread/INFO] (Minecraft) Loaded 20 advancements
-[08:01:29] [Render thread/INFO] (Minecraft) Loaded 26 advancements
-[08:01:29] [Render thread/WARN] (Minecraft) Unable to play empty soundEvent: minecraft:entity.salmon.ambient
-[08:01:30] [Render thread/WARN] (Minecraft) Unable to play empty soundEvent: minecraft:entity.cod.ambient
-[08:01:48] [Render thread/INFO] (Minecraft) Stopping!
-[08:01:48] [Server thread/INFO] (Minecraft) Player481 lost connection: Disconnected
-[08:01:48] [Server thread/INFO] (Minecraft) Player481 left the game
-[08:01:48] [Server thread/INFO] (Minecraft) Stopping singleplayer server as player logged out
-[08:01:48] [Server thread/INFO] (Minecraft) Stopping server
-[08:01:48] [Server thread/INFO] (Minecraft) Saving players
-[08:01:48] [Server thread/INFO] (Minecraft) Saving worlds
-[08:01:48] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
-[08:01:49] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
-[08:01:49] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
-[08:01:49] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (New World): All chunks are saved
-[08:01:49] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
-[08:01:49] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
-[08:01:49] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage: All dimensions are saved
+ at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:78) ~[authlib-3.3.39.jar:?]
+ at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) ~[authlib-3.3.39.jar:?]
+ at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:113) ~[authlib-3.3.39.jar:?]
+ ... 9 more
+[13:52:17] [Render thread/INFO] (Minecraft) Setting user: Player671
+[13:52:17] [Render thread/INFO] (Origins) Origins 1.4.1 is initializing. Have fun!
+[13:52:18] [Render thread/INFO] (aspects) Hello from Aspects :D
+[13:52:19] [Render thread/INFO] (Apoli) Apoli 2.3.3 has initialized. Ready to power up your game!
+[13:52:21] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer!
+[13:52:22] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.2.2 build 10
+[13:52:28] [Render thread/INFO] (Minecraft) Narrator library for x64 successfully loaded
+[13:52:29] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Origins, Fabric Lifecycle Events (v1), Fabric Transitive Access Wideners (v1), Fabric Models (v0), Fabric Game Test API (v1), Fabric Events Lifecycle (v0), Cloth Config v6, Reach Entity Attributes, Mod Menu, ThatRobins Extra Origins Keybinds, Additionalentityattributes, Fabric Mining Level API (v1), Fabric Screen API (v1), Fabric Loot Tables (v1), Fabric Transfer API (v1), Fabric Key Binding API (v1), Fabric Dimensions API (v1), Fabric API Lookup API (v1), Fabric Loader, Fabric Key Bindings (v0), Fabric Item API (v1), Fabric Rendering Data Attachment (v1), Fabric Textures (v0), Fabric BlockRenderLayer Registration (v1), Pal, Fabric Commands (v0), Aspects, Fabric Crash Report Info (v1), Fabric Resource Loader (v0), Fabric Particles (v1), Fabric Renderer Registries (v1), Fabric Resource Conditions API (v1), Fabric Convention Tags, Fabric API, Fabric Networking API (v1), Fabric Screen Handler API (v1), Fabric Events Interaction (v0), Fabric Entity Events (v1), Fabric Data Generation API (v1), Fabric Rendering (v0), Fabric Game Rule API (v1), Fabric Loot API (v2), Fabric API Base, Cardinal Components API (entities), Fabric Registry Sync (v0), Fabric Object Builder API (v1), Fabric Renderer - Indigo, Fabric Containers (v0), Fabric Networking (v0), Fabric Content Registries (v0), Fabric Command API (v1), Fabric Biome API (v1), Fabric Renderer API (v1), Calio, Cardinal Components API (base), Fabric Rendering Fluids (v1), Fabric Rendering (v1), Apoli, Fabric Item Groups (v0))
+[13:52:29] [Render thread/INFO] (aspects) Hello from Aspects! :D
+[13:52:30] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: Invalid session id
+[13:52:36] [Render thread/INFO] (Minecraft) OpenAL initialized on device OpenAL Soft on Speaker/HP (Realtek High Definition Audio)
+[13:52:36] [Render thread/INFO] (Minecraft) Sound engine started
+[13:52:36] [Render thread/INFO] (Minecraft) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
+[13:52:40] [Render thread/INFO] (Minecraft) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
+[13:52:40] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
+[13:52:40] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
+[13:52:40] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
+[13:52:40] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
+[13:52:40] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
+[13:52:46] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
+[13:52:46] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
+[13:52:46] [Render thread/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
+[13:52:46] [Render thread/INFO] (aspects) Hello from Aspects! :D
+[13:54:05] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
+[13:54:05] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
+[13:54:05] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
+[13:54:05] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
+[13:54:05] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
+[13:54:08] [Render thread/INFO] (Minecraft) Loaded 7 recipes
+[13:54:09] [Render thread/INFO] (Minecraft) Loaded 1143 advancements
+[13:54:09] [Render thread/INFO] (Apoli) Finished loading powers from data files. Registry contains 181 powers.
+[13:54:09] [Render thread/ERROR] (Origins) Origin "aspects:geo/dendro" contained unregistered power: "aspects:suspicious_substance"
+[13:54:09] [Render thread/INFO] (Origins) Finished loading origins from data files. Registry contains 27 origins.
+[13:54:09] [Render thread/INFO] (Origins) Trying to read layer file: aspects:elements
+[13:54:09] [Render thread/INFO] (Origins) Trying to read layer file: origins:origin
+[13:54:09] [Render thread/INFO] (Origins) Trying to read layer file: aspects:origins
+[13:54:09] [Render thread/INFO] (Origins) Finished loading origin layers from data files. Read 3 layers.
+[13:54:12] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
+[13:54:12] [Render thread/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 20.95 ms
+[13:54:12] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.18.2
+[13:54:12] [Server thread/INFO] (Minecraft) Generating keypair
+[13:54:14] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld
+[13:54:17] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:17] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:17] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:17] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:17] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:17] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:17] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:18] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:18] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:18] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:19] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:19] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:20] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:21] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:21] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:21] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
+[13:54:22] [Render thread/INFO] (Minecraft) Preparing spawn area: 1%
+[13:54:22] [Render thread/INFO] (Minecraft) Preparing spawn area: 2%
+[13:54:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
+[13:54:24] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
+[13:54:24] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
+[13:54:24] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
+[13:54:25] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
+[13:54:25] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
+[13:54:26] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
+[13:54:27] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
+[13:54:27] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
+[13:54:27] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
+[13:54:28] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
+[13:54:28] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
+[13:54:29] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
+[13:54:29] [Render thread/INFO] (Minecraft) Preparing spawn area: 5%
+[13:54:30] [Render thread/INFO] (Minecraft) Preparing spawn area: 9%
+[13:54:30] [Render thread/INFO] (Minecraft) Preparing spawn area: 10%
+[13:54:31] [Render thread/INFO] (Minecraft) Preparing spawn area: 13%
+[13:54:32] [Render thread/INFO] (Minecraft) Preparing spawn area: 21%
+[13:54:32] [Render thread/INFO] (Minecraft) Preparing spawn area: 21%
+[13:54:32] [Render thread/INFO] (Minecraft) Preparing spawn area: 24%
+[13:54:33] [Render thread/INFO] (Minecraft) Preparing spawn area: 35%
+[13:54:33] [Render thread/INFO] (Minecraft) Preparing spawn area: 46%
+[13:54:34] [Render thread/INFO] (Minecraft) Preparing spawn area: 46%
+[13:54:34] [Render thread/INFO] (Minecraft) Preparing spawn area: 49%
+[13:54:35] [Render thread/INFO] (Minecraft) Preparing spawn area: 49%
+[13:54:35] [Render thread/INFO] (Minecraft) Preparing spawn area: 51%
+[13:54:36] [Render thread/INFO] (Minecraft) Preparing spawn area: 54%
+[13:54:36] [Render thread/INFO] (Minecraft) Preparing spawn area: 58%
+[13:54:37] [Render thread/INFO] (Minecraft) Preparing spawn area: 58%
+[13:54:37] [Render thread/INFO] (Minecraft) Preparing spawn area: 62%
+[13:54:38] [Render thread/INFO] (Minecraft) Preparing spawn area: 78%
+[13:54:38] [Render thread/INFO] (Minecraft) Preparing spawn area: 81%
+[13:54:39] [Render thread/INFO] (Minecraft) Preparing spawn area: 84%
+[13:54:40] [Render thread/INFO] (Minecraft) Preparing spawn area: 91%
+[13:54:44] [Render thread/INFO] (Minecraft) Time elapsed: 30402 ms
+[13:54:45] [Server thread/INFO] (Minecraft) Changing view distance to 5, from 10
+[13:54:45] [Server thread/INFO] (Minecraft) Changing simulation distance to 7, from 0
+[13:54:49] [Server thread/WARN] (Apoli) Data type of "aspects:luna_primary" changed, skipping data for that power on entity Player671
+[13:54:49] [Server thread/ERROR] (Apoli) Error while reading power holder data: Could not get power type from id 'aspects:luna_primary_toggle', as it was not registered!
+[13:54:49] [Server thread/INFO] (Minecraft) Player671[local:E:ecda6261] logged in with entity id 158 at (22.171091993824586, 72.0, -6.958657254810715)
+[13:54:49] [Server thread/INFO] (Minecraft) Player671 joined the game
+[13:54:50] [Server thread/INFO] (Minecraft) Player671 has made the advancement [Cover Me with Diamonds]
+[13:54:50] [Server thread/INFO] (Minecraft) Player671 has made the advancement [Acquire Hardware]
+[13:54:50] [Server thread/WARN] (Minecraft) Can't keep up! Is the server overloaded? Running 3488ms or 69 ticks behind
+[13:54:52] [Render thread/WARN] (Minecraft) Received passengers for unknown entity
+[13:54:52] [Render thread/INFO] (Minecraft) [CHAT] Player671 has made the advancement [Cover Me with Diamonds]
+[13:54:52] [Render thread/INFO] (Minecraft) [CHAT] Player671 has made the advancement [Acquire Hardware]
+[13:54:52] [Render thread/INFO] (Minecraft) Loaded 41 advancements
+[13:55:57] [Server thread/INFO] (Minecraft) [Player671: Gave 9 [Fire Charge] to Player671]
+[13:55:57] [Render thread/INFO] (Minecraft) [CHAT] Gave 9 [Fire Charge] to Player671
+[13:55:59] [Server thread/INFO] (Minecraft) [Player671: Set own game mode to Creative Mode]
+[13:55:59] [Render thread/INFO] (Minecraft) [CHAT] Set own game mode to Creative Mode
+[13:56:23] [Server thread/INFO] (Minecraft) Saving and pausing game...
+[13:56:23] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
+[13:56:23] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
+[13:56:23] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
+[13:56:24] [Render thread/INFO] (Minecraft) Stopping!
+[13:56:24] [Server thread/INFO] (Minecraft) Player671 lost connection: Disconnected
+[13:56:24] [Server thread/INFO] (Minecraft) Player671 left the game
+[13:56:24] [Server thread/INFO] (Minecraft) Stopping singleplayer server as player logged out
+[13:56:24] [Server thread/INFO] (Minecraft) Stopping server
+[13:56:24] [Server thread/INFO] (Minecraft) Saving players
+[13:56:24] [Server thread/INFO] (Minecraft) Saving worlds
+[13:56:26] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
+[13:56:26] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
+[13:56:26] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
+[13:56:26] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (New World): All chunks are saved
+[13:56:26] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
+[13:56:26] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
+[13:56:26] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage: All dimensions are saved
diff --git a/run/mods/extrakeybinds-1.18-0.1.0.jar b/run/mods/extrakeybinds-1.18-0.1.0.jar
deleted file mode 100644
index c09e130..0000000
Binary files a/run/mods/extrakeybinds-1.18-0.1.0.jar and /dev/null differ
diff --git a/run/options.txt b/run/options.txt
index 1002503..76ee4b1 100644
--- a/run/options.txt
+++ b/run/options.txt
@@ -1,17 +1,17 @@
-version:2860
+version:2975
autoJump:true
autoSuggestions:true
chatColors:true
chatLinks:true
chatLinksPrompt:true
-enableVsync:true
+enableVsync:false
entityShadows:true
forceUnicodeFont:false
discrete_mouse_scroll:false
invertYMouse:false
realmsNotifications:true
reducedDebugInfo:false
-showSubtitles:false
+showSubtitles:true
touchscreen:false
fullscreen:false
bobView:true
@@ -24,15 +24,15 @@ fov:0.025
screenEffectScale:1.0
fovEffectScale:1.0
gamma:0.5
-renderDistance:12
-simulationDistance:12
+renderDistance:5
+simulationDistance:7
entityDistanceScaling:1.0
-guiScale:4
+guiScale:3
particles:0
-maxFps:120
+maxFps:60
difficulty:2
-graphicsMode:1
-ao:2
+graphicsMode:0
+ao:0
prioritizeChunkUpdates:0
biomeBlendRadius:2
renderClouds:true
@@ -67,6 +67,7 @@ mouseWheelSensitivity:1.0
rawMouseInput:true
glDebugVerbosity:1
skipMultiplayerWarning:false
+skipRealms32bitWarning:false
hideMatchedNames:true
joinedFirstServer:false
hideBundleTutorial:false
@@ -107,6 +108,9 @@ key_key.hotbar.6:key.keyboard.6
key_key.hotbar.7:key.keyboard.7
key_key.hotbar.8:key.keyboard.8
key_key.hotbar.9:key.keyboard.9
+key_key.origins.primary_active:key.keyboard.g
+key_key.origins.secondary_active:key.keyboard.h
+key_key.origins.view_origin:key.keyboard.o
key_key.origins.ternary_active:key.keyboard.y
key_key.origins.quaternary_active:key.keyboard.u
key_key.origins.quinary_active:key.keyboard.unknown
@@ -115,10 +119,7 @@ key_key.origins.septenary_active:key.keyboard.unknown
key_key.origins.octonary_active:key.keyboard.unknown
key_key.origins.nonary_active:key.keyboard.unknown
key_key.origins.denary_active:key.keyboard.unknown
-key_key.origins.primary_active:key.keyboard.g
-key_key.origins.secondary_active:key.keyboard.h
-key_key.origins.view_origin:key.keyboard.o
-soundCategory_master:1.0
+soundCategory_master:0.36865342
soundCategory_music:0.0
soundCategory_record:1.0
soundCategory_weather:1.0
diff --git a/run/saves/New World/DIM-1/data/raids.dat b/run/saves/New World/DIM-1/data/raids.dat
index 2d4141d..85c39a4 100644
Binary files a/run/saves/New World/DIM-1/data/raids.dat and b/run/saves/New World/DIM-1/data/raids.dat differ
diff --git a/run/saves/New World/DIM1/data/raids_end.dat b/run/saves/New World/DIM1/data/raids_end.dat
index 2d4141d..85c39a4 100644
Binary files a/run/saves/New World/DIM1/data/raids_end.dat and b/run/saves/New World/DIM1/data/raids_end.dat differ
diff --git a/run/saves/New World/advancements/6ae8fe40-3ccb-3755-8fd2-c5445728b386.json b/run/saves/New World/advancements/6ae8fe40-3ccb-3755-8fd2-c5445728b386.json
index a6a1734..09a9496 100644
--- a/run/saves/New World/advancements/6ae8fe40-3ccb-3755-8fd2-c5445728b386.json
+++ b/run/saves/New World/advancements/6ae8fe40-3ccb-3755-8fd2-c5445728b386.json
@@ -1,19 +1,7 @@
{
- "minecraft:recipes/transportation/acacia_boat": {
+ "minecraft:recipes/redstone/heavy_weighted_pressure_plate": {
"criteria": {
- "in_water": "2021-12-12 14:45:08 -0400"
- },
- "done": true
- },
- "minecraft:recipes/transportation/oak_boat": {
- "criteria": {
- "in_water": "2021-12-12 14:45:08 -0400"
- },
- "done": true
- },
- "minecraft:recipes/food/cooked_salmon_from_smoking": {
- "criteria": {
- "has_salmon": "2021-12-12 14:45:08 -0400"
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
},
"done": true
},
@@ -23,12 +11,189 @@
},
"done": true
},
+ "minecraft:recipes/decorations/iron_bars": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_sword": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_leggings": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/food/cooked_salmon_from_smoking": {
+ "criteria": {
+ "has_salmon": "2021-12-12 14:45:08 -0400"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_axe": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/shield": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_pickaxe": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/lantern": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/transportation/minecart": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/misc/bucket": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_boots": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:adventure/adventuring_time": {
+ "criteria": {
+ "minecraft:stony_shore": "2022-06-06 10:42:05 -0300",
+ "minecraft:cold_ocean": "2021-12-12 14:45:08 -0400",
+ "minecraft:deep_cold_ocean": "2021-12-12 14:45:37 -0400",
+ "minecraft:plains": "2022-06-06 10:42:43 -0300"
+ },
+ "done": false
+ },
+ "minecraft:recipes/redstone/iron_door": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/redstone/hopper": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_hoe": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/misc/iron_nugget": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 14:45:08 -0400"
},
"done": true
},
+ "minecraft:recipes/decorations/chest": {
+ "criteria": {
+ "has_lots_of_items": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/chain": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/building_blocks/iron_block": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/food/cooked_salmon": {
+ "criteria": {
+ "has_salmon": "2021-12-12 14:45:08 -0400"
+ },
+ "done": true
+ },
+ "minecraft:recipes/transportation/acacia_boat": {
+ "criteria": {
+ "in_water": "2021-12-12 14:45:08 -0400"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_shovel": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/transportation/oak_boat": {
+ "criteria": {
+ "in_water": "2021-12-12 14:45:08 -0400"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_chestplate": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/crossbow": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/redstone/iron_trapdoor": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/smithing_table": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:story/smelt_iron": {
+ "criteria": {
+ "iron": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/shears": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
+ },
+ "done": true
+ },
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 14:45:08 -0400"
@@ -47,18 +212,11 @@
},
"done": true
},
- "minecraft:recipes/food/cooked_salmon": {
+ "minecraft:recipes/combat/iron_helmet": {
"criteria": {
- "has_salmon": "2021-12-12 14:45:08 -0400"
+ "has_iron_ingot": "2022-06-06 10:42:05 -0300"
},
"done": true
},
- "minecraft:adventure/adventuring_time": {
- "criteria": {
- "minecraft:cold_ocean": "2021-12-12 14:45:08 -0400",
- "minecraft:deep_cold_ocean": "2021-12-12 14:45:37 -0400"
- },
- "done": false
- },
- "DataVersion": 2860
+ "DataVersion": 2975
}
\ No newline at end of file
diff --git a/run/saves/New World/advancements/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.json b/run/saves/New World/advancements/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.json
index 618fb44..51fb603 100644
--- a/run/saves/New World/advancements/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.json
+++ b/run/saves/New World/advancements/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.json
@@ -5,24 +5,42 @@
},
"done": true
},
- "minecraft:recipes/decorations/candle": {
- "criteria": {
- "has_string": "2021-12-12 15:26:44 -0400"
- },
- "done": true
- },
"minecraft:recipes/combat/bow": {
"criteria": {
"has_string": "2021-12-12 15:26:44 -0400"
},
"done": true
},
- "minecraft:recipes/combat/crossbow": {
+ "minecraft:recipes/redstone/heavy_weighted_pressure_plate": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/building_blocks/white_wool_from_string": {
"criteria": {
"has_string": "2021-12-12 15:26:44 -0400"
},
"done": true
},
+ "minecraft:recipes/decorations/iron_bars": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_sword": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_leggings": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 15:26:44 -0400"
@@ -35,9 +53,33 @@
},
"done": true
},
- "minecraft:recipes/building_blocks/white_wool_from_string": {
+ "minecraft:recipes/tools/iron_axe": {
"criteria": {
- "has_string": "2021-12-12 15:26:44 -0400"
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/shield": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_pickaxe": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/lantern": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/transportation/minecart": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
},
"done": true
},
@@ -47,15 +89,15 @@
},
"done": true
},
- "minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
+ "minecraft:recipes/misc/bucket": {
"criteria": {
- "has_salmon": "2021-12-12 15:26:44 -0400"
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
},
"done": true
},
- "minecraft:recipes/food/cooked_salmon": {
+ "minecraft:recipes/combat/iron_boots": {
"criteria": {
- "has_salmon": "2021-12-12 15:26:44 -0400"
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
},
"done": true
},
@@ -67,5 +109,113 @@
},
"done": false
},
- "DataVersion": 2860
+ "minecraft:recipes/redstone/iron_door": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/candle": {
+ "criteria": {
+ "has_string": "2021-12-12 15:26:44 -0400"
+ },
+ "done": true
+ },
+ "minecraft:recipes/redstone/hopper": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_hoe": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/misc/iron_nugget": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/chest": {
+ "criteria": {
+ "has_lots_of_items": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/chain": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/building_blocks/iron_block": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/food/cooked_salmon": {
+ "criteria": {
+ "has_salmon": "2021-12-12 15:26:44 -0400"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_shovel": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/crossbow": {
+ "criteria": {
+ "has_string": "2021-12-12 15:26:44 -0400"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_chestplate": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/redstone/iron_trapdoor": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/smithing_table": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:story/smelt_iron": {
+ "criteria": {
+ "iron": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/shears": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
+ "criteria": {
+ "has_salmon": "2021-12-12 15:26:44 -0400"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_helmet": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 11:15:21 -0300"
+ },
+ "done": true
+ },
+ "DataVersion": 2975
}
\ No newline at end of file
diff --git a/run/saves/New World/advancements/ca560dd3-ebf9-3fc9-b2e6-088534082c81.json b/run/saves/New World/advancements/ca560dd3-ebf9-3fc9-b2e6-088534082c81.json
index 81fa5a9..f5e56fa 100644
--- a/run/saves/New World/advancements/ca560dd3-ebf9-3fc9-b2e6-088534082c81.json
+++ b/run/saves/New World/advancements/ca560dd3-ebf9-3fc9-b2e6-088534082c81.json
@@ -1,7 +1,7 @@
{
- "minecraft:adventure/root": {
+ "minecraft:recipes/redstone/heavy_weighted_pressure_plate": {
"criteria": {
- "killed_something": "2021-12-13 15:47:46 -0400"
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
},
"done": true
},
@@ -17,6 +17,66 @@
},
"done": false
},
+ "minecraft:recipes/decorations/iron_bars": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_sword": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_leggings": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_axe": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/shield": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_pickaxe": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/lantern": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/transportation/minecart": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/misc/bucket": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_boots": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-13 15:44:23 -0400",
@@ -24,5 +84,95 @@
},
"done": false
},
- "DataVersion": 2860
+ "minecraft:recipes/redstone/iron_door": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/redstone/hopper": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_hoe": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/misc/iron_nugget": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/chain": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/building_blocks/iron_block": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_shovel": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_chestplate": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/crossbow": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/redstone/iron_trapdoor": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/smithing_table": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:story/smelt_iron": {
+ "criteria": {
+ "iron": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/shears": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "minecraft:adventure/root": {
+ "criteria": {
+ "killed_something": "2021-12-13 15:47:46 -0400"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_helmet": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:46:57 -0300"
+ },
+ "done": true
+ },
+ "DataVersion": 2975
}
\ No newline at end of file
diff --git a/run/saves/New World/advancements/e6106110-0611-3c88-99d4-92770daab422.json b/run/saves/New World/advancements/e6106110-0611-3c88-99d4-92770daab422.json
index 4cc03ff..b7872ca 100644
--- a/run/saves/New World/advancements/e6106110-0611-3c88-99d4-92770daab422.json
+++ b/run/saves/New World/advancements/e6106110-0611-3c88-99d4-92770daab422.json
@@ -6,5 +6,5 @@
},
"done": false
},
- "DataVersion": 2860
+ "DataVersion": 2975
}
\ No newline at end of file
diff --git a/run/saves/New World/advancements/f594da2a-3dc9-39c1-9261-0e67d02259fd.json b/run/saves/New World/advancements/f594da2a-3dc9-39c1-9261-0e67d02259fd.json
index 1eed051..d407fcf 100644
--- a/run/saves/New World/advancements/f594da2a-3dc9-39c1-9261-0e67d02259fd.json
+++ b/run/saves/New World/advancements/f594da2a-3dc9-39c1-9261-0e67d02259fd.json
@@ -1,19 +1,7 @@
{
- "minecraft:recipes/transportation/acacia_boat": {
+ "minecraft:recipes/redstone/heavy_weighted_pressure_plate": {
"criteria": {
- "in_water": "2021-12-12 14:27:31 -0400"
- },
- "done": true
- },
- "minecraft:recipes/transportation/oak_boat": {
- "criteria": {
- "in_water": "2021-12-12 14:27:31 -0400"
- },
- "done": true
- },
- "minecraft:recipes/food/cooked_salmon_from_smoking": {
- "criteria": {
- "has_salmon": "2021-12-12 14:27:31 -0400"
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
},
"done": true
},
@@ -23,12 +11,188 @@
},
"done": true
},
+ "minecraft:recipes/decorations/iron_bars": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_sword": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_leggings": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/food/cooked_salmon_from_smoking": {
+ "criteria": {
+ "has_salmon": "2021-12-12 14:27:31 -0400"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_axe": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/shield": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_pickaxe": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/lantern": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/transportation/minecart": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/misc/bucket": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_boots": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:adventure/adventuring_time": {
+ "criteria": {
+ "minecraft:river": "2021-12-12 14:27:31 -0400",
+ "minecraft:stony_shore": "2021-12-12 14:27:52 -0400",
+ "minecraft:plains": "2022-06-06 10:37:09 -0300"
+ },
+ "done": false
+ },
+ "minecraft:recipes/redstone/iron_door": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/redstone/hopper": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_hoe": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/misc/iron_nugget": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 14:27:31 -0400"
},
"done": true
},
+ "minecraft:recipes/decorations/chest": {
+ "criteria": {
+ "has_lots_of_items": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/chain": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/building_blocks/iron_block": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/food/cooked_salmon": {
+ "criteria": {
+ "has_salmon": "2021-12-12 14:27:31 -0400"
+ },
+ "done": true
+ },
+ "minecraft:recipes/transportation/acacia_boat": {
+ "criteria": {
+ "in_water": "2021-12-12 14:27:31 -0400"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_shovel": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/transportation/oak_boat": {
+ "criteria": {
+ "in_water": "2021-12-12 14:27:31 -0400"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_chestplate": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/crossbow": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/redstone/iron_trapdoor": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/smithing_table": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:story/smelt_iron": {
+ "criteria": {
+ "iron": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/shears": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
+ },
+ "done": true
+ },
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 14:27:31 -0400"
@@ -47,18 +211,11 @@
},
"done": true
},
- "minecraft:recipes/food/cooked_salmon": {
+ "minecraft:recipes/combat/iron_helmet": {
"criteria": {
- "has_salmon": "2021-12-12 14:27:31 -0400"
+ "has_iron_ingot": "2022-06-06 10:36:21 -0300"
},
"done": true
},
- "minecraft:adventure/adventuring_time": {
- "criteria": {
- "minecraft:river": "2021-12-12 14:27:31 -0400",
- "minecraft:stony_shore": "2021-12-12 14:27:52 -0400"
- },
- "done": false
- },
- "DataVersion": 2860
+ "DataVersion": 2975
}
\ No newline at end of file
diff --git a/run/saves/New World/advancements/f7621ff1-653f-32ec-8621-00c0392bfbcc.json b/run/saves/New World/advancements/f7621ff1-653f-32ec-8621-00c0392bfbcc.json
index a9d3e84..e023713 100644
--- a/run/saves/New World/advancements/f7621ff1-653f-32ec-8621-00c0392bfbcc.json
+++ b/run/saves/New World/advancements/f7621ff1-653f-32ec-8621-00c0392bfbcc.json
@@ -1,4 +1,70 @@
{
+ "minecraft:recipes/redstone/heavy_weighted_pressure_plate": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/iron_bars": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_sword": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_leggings": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_axe": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/shield": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_pickaxe": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/lantern": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/transportation/minecart": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/misc/bucket": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_boots": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-11 11:38:29 -0400",
@@ -6,5 +72,89 @@
},
"done": false
},
- "DataVersion": 2860
+ "minecraft:recipes/redstone/iron_door": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/redstone/hopper": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_hoe": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/misc/iron_nugget": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/chain": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/building_blocks/iron_block": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/iron_shovel": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_chestplate": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/crossbow": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/redstone/iron_trapdoor": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/decorations/smithing_table": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:story/smelt_iron": {
+ "criteria": {
+ "iron": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/tools/shears": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "minecraft:recipes/combat/iron_helmet": {
+ "criteria": {
+ "has_iron_ingot": "2022-06-05 21:41:02 -0300"
+ },
+ "done": true
+ },
+ "DataVersion": 2975
}
\ No newline at end of file
diff --git a/run/saves/New World/data/raids.dat b/run/saves/New World/data/raids.dat
index 2d4141d..85c39a4 100644
Binary files a/run/saves/New World/data/raids.dat and b/run/saves/New World/data/raids.dat differ
diff --git a/run/saves/New World/data/scoreboard.dat b/run/saves/New World/data/scoreboard.dat
index 863c0e4..ff6bbad 100644
Binary files a/run/saves/New World/data/scoreboard.dat and b/run/saves/New World/data/scoreboard.dat differ
diff --git a/run/saves/New World/entities/r.-1.-1.mca b/run/saves/New World/entities/r.-1.-1.mca
index b471db1..4038f80 100644
Binary files a/run/saves/New World/entities/r.-1.-1.mca and b/run/saves/New World/entities/r.-1.-1.mca differ
diff --git a/run/saves/New World/entities/r.-1.0.mca b/run/saves/New World/entities/r.-1.0.mca
index 3464d02..f623a22 100644
Binary files a/run/saves/New World/entities/r.-1.0.mca and b/run/saves/New World/entities/r.-1.0.mca differ
diff --git a/run/saves/New World/entities/r.0.-1.mca b/run/saves/New World/entities/r.0.-1.mca
index 77af90f..0826e93 100644
Binary files a/run/saves/New World/entities/r.0.-1.mca and b/run/saves/New World/entities/r.0.-1.mca differ
diff --git a/run/saves/New World/entities/r.0.0.mca b/run/saves/New World/entities/r.0.0.mca
index 6c7ff38..27e3d52 100644
Binary files a/run/saves/New World/entities/r.0.0.mca and b/run/saves/New World/entities/r.0.0.mca differ
diff --git a/run/saves/New World/level.dat b/run/saves/New World/level.dat
index 6a78a43..19dc781 100644
Binary files a/run/saves/New World/level.dat and b/run/saves/New World/level.dat differ
diff --git a/run/saves/New World/level.dat_old b/run/saves/New World/level.dat_old
index 6b675b9..5d2c75e 100644
Binary files a/run/saves/New World/level.dat_old and b/run/saves/New World/level.dat_old differ
diff --git a/run/saves/New World/playerdata/6ae8fe40-3ccb-3755-8fd2-c5445728b386.dat b/run/saves/New World/playerdata/6ae8fe40-3ccb-3755-8fd2-c5445728b386.dat
index f52ca6e..bcb6dec 100644
Binary files a/run/saves/New World/playerdata/6ae8fe40-3ccb-3755-8fd2-c5445728b386.dat and b/run/saves/New World/playerdata/6ae8fe40-3ccb-3755-8fd2-c5445728b386.dat differ
diff --git a/run/saves/New World/playerdata/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.dat b/run/saves/New World/playerdata/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.dat
index 6435fd9..8b72337 100644
Binary files a/run/saves/New World/playerdata/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.dat and b/run/saves/New World/playerdata/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.dat differ
diff --git a/run/saves/New World/playerdata/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.dat_old b/run/saves/New World/playerdata/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.dat_old
index 7ea1113..8b72337 100644
Binary files a/run/saves/New World/playerdata/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.dat_old and b/run/saves/New World/playerdata/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.dat_old differ
diff --git a/run/saves/New World/playerdata/ca560dd3-ebf9-3fc9-b2e6-088534082c81.dat b/run/saves/New World/playerdata/ca560dd3-ebf9-3fc9-b2e6-088534082c81.dat
index 874e69a..70d5297 100644
Binary files a/run/saves/New World/playerdata/ca560dd3-ebf9-3fc9-b2e6-088534082c81.dat and b/run/saves/New World/playerdata/ca560dd3-ebf9-3fc9-b2e6-088534082c81.dat differ
diff --git a/run/saves/New World/playerdata/ca560dd3-ebf9-3fc9-b2e6-088534082c81.dat_old b/run/saves/New World/playerdata/ca560dd3-ebf9-3fc9-b2e6-088534082c81.dat_old
index 874e69a..70d5297 100644
Binary files a/run/saves/New World/playerdata/ca560dd3-ebf9-3fc9-b2e6-088534082c81.dat_old and b/run/saves/New World/playerdata/ca560dd3-ebf9-3fc9-b2e6-088534082c81.dat_old differ
diff --git a/run/saves/New World/playerdata/e6106110-0611-3c88-99d4-92770daab422.dat b/run/saves/New World/playerdata/e6106110-0611-3c88-99d4-92770daab422.dat
index 5cba99c..e2dfd79 100644
Binary files a/run/saves/New World/playerdata/e6106110-0611-3c88-99d4-92770daab422.dat and b/run/saves/New World/playerdata/e6106110-0611-3c88-99d4-92770daab422.dat differ
diff --git a/run/saves/New World/playerdata/f594da2a-3dc9-39c1-9261-0e67d02259fd.dat b/run/saves/New World/playerdata/f594da2a-3dc9-39c1-9261-0e67d02259fd.dat
index 2ffc317..79e4394 100644
Binary files a/run/saves/New World/playerdata/f594da2a-3dc9-39c1-9261-0e67d02259fd.dat and b/run/saves/New World/playerdata/f594da2a-3dc9-39c1-9261-0e67d02259fd.dat differ
diff --git a/run/saves/New World/playerdata/f594da2a-3dc9-39c1-9261-0e67d02259fd.dat_old b/run/saves/New World/playerdata/f594da2a-3dc9-39c1-9261-0e67d02259fd.dat_old
index 76e2a72..79e4394 100644
Binary files a/run/saves/New World/playerdata/f594da2a-3dc9-39c1-9261-0e67d02259fd.dat_old and b/run/saves/New World/playerdata/f594da2a-3dc9-39c1-9261-0e67d02259fd.dat_old differ
diff --git a/run/saves/New World/playerdata/f7621ff1-653f-32ec-8621-00c0392bfbcc.dat b/run/saves/New World/playerdata/f7621ff1-653f-32ec-8621-00c0392bfbcc.dat
index a508b78..3e5bfa8 100644
Binary files a/run/saves/New World/playerdata/f7621ff1-653f-32ec-8621-00c0392bfbcc.dat and b/run/saves/New World/playerdata/f7621ff1-653f-32ec-8621-00c0392bfbcc.dat differ
diff --git a/run/saves/New World/region/r.-1.-1.mca b/run/saves/New World/region/r.-1.-1.mca
index cec76c3..f5f40fe 100644
Binary files a/run/saves/New World/region/r.-1.-1.mca and b/run/saves/New World/region/r.-1.-1.mca differ
diff --git a/run/saves/New World/region/r.-1.0.mca b/run/saves/New World/region/r.-1.0.mca
index d990ef7..bb2354e 100644
Binary files a/run/saves/New World/region/r.-1.0.mca and b/run/saves/New World/region/r.-1.0.mca differ
diff --git a/run/saves/New World/region/r.0.-1.mca b/run/saves/New World/region/r.0.-1.mca
index b2e7077..c71fe95 100644
Binary files a/run/saves/New World/region/r.0.-1.mca and b/run/saves/New World/region/r.0.-1.mca differ
diff --git a/run/saves/New World/region/r.0.0.mca b/run/saves/New World/region/r.0.0.mca
index 9a57a42..3e136f1 100644
Binary files a/run/saves/New World/region/r.0.0.mca and b/run/saves/New World/region/r.0.0.mca differ
diff --git a/run/saves/New World/stats/6ae8fe40-3ccb-3755-8fd2-c5445728b386.json b/run/saves/New World/stats/6ae8fe40-3ccb-3755-8fd2-c5445728b386.json
index 9c3082e..e489b35 100644
--- a/run/saves/New World/stats/6ae8fe40-3ccb-3755-8fd2-c5445728b386.json
+++ b/run/saves/New World/stats/6ae8fe40-3ccb-3755-8fd2-c5445728b386.json
@@ -1 +1 @@
-{"stats":{"minecraft:custom":{"minecraft:jump":4,"minecraft:time_since_rest":648,"minecraft:crouch_one_cm":45,"minecraft:leave_game":1,"minecraft:play_time":648,"minecraft:walk_on_water_one_cm":1210,"minecraft:time_since_death":648,"minecraft:walk_one_cm":977,"minecraft:sneak_time":71,"minecraft:total_world_time":658,"minecraft:walk_under_water_one_cm":4891,"minecraft:fly_one_cm":7750}},"DataVersion":2860}
\ No newline at end of file
+{"stats":{"minecraft:custom":{"minecraft:jump":4,"minecraft:time_since_rest":1349,"minecraft:crouch_one_cm":45,"minecraft:leave_game":2,"minecraft:play_time":1349,"minecraft:time_since_death":1349,"minecraft:walk_on_water_one_cm":1210,"minecraft:walk_one_cm":1915,"minecraft:sneak_time":71,"minecraft:total_world_time":1579,"minecraft:walk_under_water_one_cm":4891,"minecraft:fly_one_cm":7750}},"DataVersion":2975}
\ No newline at end of file
diff --git a/run/saves/New World/stats/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.json b/run/saves/New World/stats/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.json
index 952c629..ae04ffa 100644
--- a/run/saves/New World/stats/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.json
+++ b/run/saves/New World/stats/9ef817a1-6950-35d1-b5a8-3ec720c28c3d.json
@@ -1 +1 @@
-{"stats":{"minecraft:custom":{"minecraft:jump":11,"minecraft:time_since_rest":734,"minecraft:crouch_one_cm":172,"minecraft:leave_game":1,"minecraft:sprint_one_cm":7292,"minecraft:play_time":734,"minecraft:time_since_death":734,"minecraft:walk_one_cm":3861,"minecraft:sneak_time":11,"minecraft:total_world_time":1734,"minecraft:fly_one_cm":9302}},"DataVersion":2860}
\ No newline at end of file
+{"stats":{"minecraft:custom":{"minecraft:jump":15,"minecraft:time_since_rest":2068,"minecraft:crouch_one_cm":172,"minecraft:leave_game":2,"minecraft:play_time":2068,"minecraft:sprint_one_cm":8908,"minecraft:time_since_death":2068,"minecraft:walk_one_cm":7780,"minecraft:sneak_time":11,"minecraft:total_world_time":3987,"minecraft:fly_one_cm":9347}},"DataVersion":2975}
\ No newline at end of file
diff --git a/run/saves/New World/stats/ca560dd3-ebf9-3fc9-b2e6-088534082c81.json b/run/saves/New World/stats/ca560dd3-ebf9-3fc9-b2e6-088534082c81.json
index 830470f..07e27ef 100644
--- a/run/saves/New World/stats/ca560dd3-ebf9-3fc9-b2e6-088534082c81.json
+++ b/run/saves/New World/stats/ca560dd3-ebf9-3fc9-b2e6-088534082c81.json
@@ -1 +1 @@
-{"stats":{"minecraft:custom":{"minecraft:jump":18,"minecraft:time_since_rest":2858,"minecraft:leave_game":1,"minecraft:damage_dealt":160,"minecraft:crouch_one_cm":21,"minecraft:damage_taken":110,"minecraft:sprint_one_cm":3843,"minecraft:play_time":3670,"minecraft:deaths":1,"minecraft:time_since_death":2824,"minecraft:walk_one_cm":11031,"minecraft:sneak_time":149,"minecraft:total_world_time":4175,"minecraft:mob_kills":1,"minecraft:fly_one_cm":4785},"minecraft:killed":{"minecraft:creeper":1}},"DataVersion":2860}
\ No newline at end of file
+{"stats":{"minecraft:picked_up":{"minecraft:rotten_flesh":2},"minecraft:killed":{"minecraft:creeper":1},"minecraft:custom":{"minecraft:jump":36,"minecraft:time_since_rest":15991,"minecraft:damage_dealt":160,"minecraft:damage_taken":110,"minecraft:crouch_one_cm":21,"minecraft:leave_game":2,"minecraft:play_time":16803,"minecraft:sprint_one_cm":6062,"minecraft:time_since_death":15957,"minecraft:walk_one_cm":15422,"minecraft:deaths":1,"minecraft:sneak_time":149,"minecraft:total_world_time":18719,"minecraft:mob_kills":1,"minecraft:fly_one_cm":9494}},"DataVersion":2975}
\ No newline at end of file
diff --git a/run/saves/New World/stats/e6106110-0611-3c88-99d4-92770daab422.json b/run/saves/New World/stats/e6106110-0611-3c88-99d4-92770daab422.json
index f14388e..bade7d8 100644
--- a/run/saves/New World/stats/e6106110-0611-3c88-99d4-92770daab422.json
+++ b/run/saves/New World/stats/e6106110-0611-3c88-99d4-92770daab422.json
@@ -1 +1 @@
-{"stats":{"minecraft:custom":{"minecraft:jump":9,"minecraft:time_since_rest":537,"minecraft:damage_dealt":74,"minecraft:leave_game":1,"minecraft:sprint_one_cm":1093,"minecraft:play_time":537,"minecraft:damage_taken":90,"minecraft:time_since_death":503,"minecraft:walk_one_cm":3167,"minecraft:total_world_time":556,"minecraft:fall_one_cm":476,"minecraft:fly_one_cm":3872}},"DataVersion":2860}
\ No newline at end of file
+{"stats":{"minecraft:custom":{"minecraft:jump":9,"minecraft:time_since_rest":1051,"minecraft:damage_dealt":74,"minecraft:leave_game":2,"minecraft:play_time":1051,"minecraft:sprint_one_cm":1093,"minecraft:damage_taken":90,"minecraft:time_since_death":1017,"minecraft:walk_one_cm":3167,"minecraft:total_world_time":2596,"minecraft:fall_one_cm":476,"minecraft:fly_one_cm":3872}},"DataVersion":2975}
\ No newline at end of file
diff --git a/run/saves/New World/stats/f594da2a-3dc9-39c1-9261-0e67d02259fd.json b/run/saves/New World/stats/f594da2a-3dc9-39c1-9261-0e67d02259fd.json
index 722dd8e..61d875d 100644
--- a/run/saves/New World/stats/f594da2a-3dc9-39c1-9261-0e67d02259fd.json
+++ b/run/saves/New World/stats/f594da2a-3dc9-39c1-9261-0e67d02259fd.json
@@ -1 +1 @@
-{"stats":{"minecraft:custom":{"minecraft:jump":6,"minecraft:time_since_rest":622,"minecraft:crouch_one_cm":399,"minecraft:leave_game":1,"minecraft:sprint_one_cm":1416,"minecraft:play_time":622,"minecraft:walk_on_water_one_cm":269,"minecraft:time_since_death":622,"minecraft:walk_one_cm":443,"minecraft:sneak_time":107,"minecraft:total_world_time":849,"minecraft:walk_under_water_one_cm":1220,"minecraft:fly_one_cm":4598}},"DataVersion":2860}
\ No newline at end of file
+{"stats":{"minecraft:custom":{"minecraft:jump":6,"minecraft:time_since_rest":1647,"minecraft:crouch_one_cm":399,"minecraft:leave_game":2,"minecraft:play_time":1647,"minecraft:sprint_one_cm":1416,"minecraft:time_since_death":1647,"minecraft:walk_on_water_one_cm":269,"minecraft:walk_one_cm":953,"minecraft:sneak_time":107,"minecraft:total_world_time":2177,"minecraft:walk_under_water_one_cm":1220,"minecraft:fly_one_cm":4598}},"DataVersion":2975}
\ No newline at end of file
diff --git a/run/saves/New World/stats/f7621ff1-653f-32ec-8621-00c0392bfbcc.json b/run/saves/New World/stats/f7621ff1-653f-32ec-8621-00c0392bfbcc.json
index e3fc1e4..da354b5 100644
--- a/run/saves/New World/stats/f7621ff1-653f-32ec-8621-00c0392bfbcc.json
+++ b/run/saves/New World/stats/f7621ff1-653f-32ec-8621-00c0392bfbcc.json
@@ -1 +1 @@
-{"stats":{"minecraft:custom":{"minecraft:jump":10,"minecraft:time_since_rest":52,"minecraft:leave_game":1,"minecraft:deaths":1,"minecraft:play_time":570,"minecraft:damage_taken":310,"minecraft:time_since_death":0,"minecraft:walk_one_cm":5000,"minecraft:total_world_time":1282,"minecraft:fall_one_cm":3589,"minecraft:fly_one_cm":2614}},"DataVersion":2860}
\ No newline at end of file
+{"stats":{"minecraft:custom":{"minecraft:jump":15,"minecraft:time_since_rest":1093,"minecraft:walk_one_cm":6553,"minecraft:leave_game":2,"minecraft:play_time":1611,"minecraft:damage_taken":310,"minecraft:time_since_death":1041,"minecraft:deaths":1,"minecraft:total_world_time":2838,"minecraft:fall_one_cm":3589,"minecraft:fly_one_cm":2696}},"DataVersion":2975}
\ No newline at end of file
diff --git a/run/usercache.json b/run/usercache.json
index 0dd871c..8f6658e 100644
--- a/run/usercache.json
+++ b/run/usercache.json
@@ -1 +1 @@
-[{"name":"Player481","uuid":"fafe4ed7-8e8e-3030-a8e4-3ca9d4ada870","expiresOn":"2022-01-14 08:00:02 -0400"},{"name":"Player522","uuid":"c485d2ea-264d-306d-8d9d-bbf5de861a97","expiresOn":"2022-01-13 20:09:50 -0400"},{"name":"Player43","uuid":"f16c07c2-b584-3cdf-b107-12544f991913","expiresOn":"2022-01-13 20:05:33 -0400"},{"name":"Player523","uuid":"c4c1cea7-1a87-33fc-9811-42fa00e73975","expiresOn":"2022-01-13 19:56:32 -0400"},{"name":"Player867","uuid":"218a3571-b707-3992-b46a-db90429dc7f7","expiresOn":"2022-01-13 19:53:03 -0400"},{"name":"Player245","uuid":"9f83efe4-f945-3a62-8c8a-b62cdf1ee258","expiresOn":"2022-01-13 19:51:19 -0400"},{"name":"Player516","uuid":"492dc575-b72e-3d83-b2fd-33ab63727150","expiresOn":"2022-01-13 19:49:22 -0400"},{"name":"Player122","uuid":"9f706b9c-a5d7-3950-a693-97c335e2631f","expiresOn":"2022-01-13 19:39:41 -0400"},{"name":"Player204","uuid":"ac41f76c-b1dd-32f9-a5d3-3eb94da3e653","expiresOn":"2022-01-13 19:34:54 -0400"},{"name":"Player688","uuid":"6df1631d-0099-3a53-b895-83292d859c0d","expiresOn":"2022-01-13 19:27:05 -0400"}]
\ No newline at end of file
+[{"name":"Player671","uuid":"41196538-4c2b-371d-b141-0e51ad033fac","expiresOn":"2022-07-06 13:54:49 -0300"},{"name":"Player827","uuid":"f7494cf2-23c9-3033-9230-c4a9565d6251","expiresOn":"2022-07-06 13:43:05 -0300"},{"name":"Player169","uuid":"3247b050-58df-3a7e-91f5-44a3d807681c","expiresOn":"2022-07-06 13:35:47 -0300"},{"name":"Player856","uuid":"d57d87cd-d04d-3cef-89d6-abaa1a1b0b56","expiresOn":"2022-07-06 13:18:54 -0300"},{"name":"Player534","uuid":"02c2b441-e501-39de-91db-ef2392b0ea91","expiresOn":"2022-07-06 12:56:03 -0300"},{"name":"Player980","uuid":"d1b650bf-5f9c-37d3-a469-4d66d1968f90","expiresOn":"2022-07-06 11:21:35 -0300"},{"name":"Player363","uuid":"9ef817a1-6950-35d1-b5a8-3ec720c28c3d","expiresOn":"2022-07-06 11:15:56 -0300"},{"name":"Player640","uuid":"dfa57433-6d23-31fd-a282-bdca1175e553","expiresOn":"2022-07-06 11:05:54 -0300"},{"name":"Player837","uuid":"74c27658-bdbf-3735-92e3-d4cbb89f0350","expiresOn":"2022-07-06 10:51:09 -0300"},{"name":"Player579","uuid":"6ae8fe40-3ccb-3755-8fd2-c5445728b386","expiresOn":"2022-07-06 10:42:40 -0300"},{"name":"Player793","uuid":"f594da2a-3dc9-39c1-9261-0e67d02259fd","expiresOn":"2022-07-06 10:37:01 -0300"},{"name":"Player72","uuid":"ae44171f-eee5-3760-be7d-ed3ffafd8795","expiresOn":"2022-07-06 10:30:45 -0300"},{"name":"Player370","uuid":"5db36629-721d-3a36-8728-14b3ab112351","expiresOn":"2022-07-06 10:24:06 -0300"},{"name":"Player873","uuid":"0c6f2d90-05bd-313a-b718-c4c13f65dc1c","expiresOn":"2022-07-06 10:13:22 -0300"},{"name":"Player741","uuid":"49b1c99f-ddf7-3830-8802-b69461c51429","expiresOn":"2022-07-06 09:42:17 -0300"},{"name":"Player836","uuid":"ccd8a3d4-50c5-39f5-a01f-10958af9df66","expiresOn":"2022-07-05 22:11:23 -0300"},{"name":"Player935","uuid":"25dc5eb7-e593-3192-87a1-eb20288493eb","expiresOn":"2022-07-05 22:03:49 -0300"},{"name":"Player171","uuid":"ca560dd3-ebf9-3fc9-b2e6-088534082c81","expiresOn":"2022-07-05 21:48:34 -0300"},{"name":"Player916","uuid":"f7621ff1-653f-32ec-8621-00c0392bfbcc","expiresOn":"2022-07-05 21:42:09 -0300"},{"name":"Player236","uuid":"4e460400-9f4b-3a1c-89fb-10907a37bce7","expiresOn":"2022-07-05 21:30:08 -0300"},{"name":"Player962","uuid":"7ef37f89-ec95-314c-ad83-8a71ac6e461c","expiresOn":"2022-07-05 21:09:08 -0300"},{"name":"Player619","uuid":"c983ec91-cb7c-368a-b8d4-167bfb5123ef","expiresOn":"2022-07-05 20:59:30 -0300"},{"name":"Player970","uuid":"f2c5b984-5c4a-355c-800e-d2ce35cf8f1c","expiresOn":"2022-07-05 20:29:10 -0300"},{"name":"Player141","uuid":"13903417-0079-35e6-a076-39ae0c76dff1","expiresOn":"2022-07-05 20:15:35 -0300"},{"name":"Player743","uuid":"9dc90764-797e-30c6-bac3-354c01806f0d","expiresOn":"2022-07-05 17:23:30 -0300"},{"name":"Player27","uuid":"fe4bc08c-19e6-3b63-ba18-653e7a90e84a","expiresOn":"2022-07-05 17:10:59 -0300"},{"name":"Player609","uuid":"1178851a-8246-318e-85f8-1ae4517330a2","expiresOn":"2022-07-02 15:13:30 -0300"},{"name":"Player193","uuid":"e6106110-0611-3c88-99d4-92770daab422","expiresOn":"2022-07-02 14:50:55 -0300"},{"name":"Player35","uuid":"d7375cbd-a871-343c-8b61-9df743b3fcf0","expiresOn":"2022-07-02 13:49:36 -0300"},{"name":"Player71","uuid":"78efad11-ed05-36dd-89e2-0372af3e07e9","expiresOn":"2022-07-02 12:51:00 -0300"},{"name":"Player481","uuid":"fafe4ed7-8e8e-3030-a8e4-3ca9d4ada870","expiresOn":"2022-01-14 08:00:02 -0400"},{"name":"Player522","uuid":"c485d2ea-264d-306d-8d9d-bbf5de861a97","expiresOn":"2022-01-13 20:09:50 -0400"},{"name":"Player43","uuid":"f16c07c2-b584-3cdf-b107-12544f991913","expiresOn":"2022-01-13 20:05:33 -0400"},{"name":"Player523","uuid":"c4c1cea7-1a87-33fc-9811-42fa00e73975","expiresOn":"2022-01-13 19:56:32 -0400"},{"name":"Player867","uuid":"218a3571-b707-3992-b46a-db90429dc7f7","expiresOn":"2022-01-13 19:53:03 -0400"},{"name":"Player245","uuid":"9f83efe4-f945-3a62-8c8a-b62cdf1ee258","expiresOn":"2022-01-13 19:51:19 -0400"},{"name":"Player516","uuid":"492dc575-b72e-3d83-b2fd-33ab63727150","expiresOn":"2022-01-13 19:49:22 -0400"},{"name":"Player122","uuid":"9f706b9c-a5d7-3950-a693-97c335e2631f","expiresOn":"2022-01-13 19:39:41 -0400"},{"name":"Player204","uuid":"ac41f76c-b1dd-32f9-a5d3-3eb94da3e653","expiresOn":"2022-01-13 19:34:54 -0400"},{"name":"Player688","uuid":"6df1631d-0099-3a53-b895-83292d859c0d","expiresOn":"2022-01-13 19:27:05 -0400"}]
\ No newline at end of file
diff --git a/src/main/java/net/fabricmc/fishplex/Aspects.java b/src/main/java/net/fabricmc/fishplex/Aspects.java
index 9535c2b..919f082 100644
--- a/src/main/java/net/fabricmc/fishplex/Aspects.java
+++ b/src/main/java/net/fabricmc/fishplex/Aspects.java
@@ -30,6 +30,6 @@ public class Aspects implements ModInitializer {
Registry.register(Registry.ITEM, new Identifier("aspects", "ordo_star"), ORDO_STAR);
Registry.register(Registry.ITEM, new Identifier("aspects", "perditio_bone"), PERDITIO_BONE);
LOGGER.info("Hello from Aspects :D");
- }
+ }
}
diff --git a/src/main/resources/data/aspects/functions/expire.mcfunction b/src/main/resources/data/aspects/functions/expire.mcfunction
new file mode 100644
index 0000000..3c5ac5c
--- /dev/null
+++ b/src/main/resources/data/aspects/functions/expire.mcfunction
@@ -0,0 +1 @@
+kill @e[type=iron_golem,tag=temporary]
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/functions/summon_golems.mcfunction b/src/main/resources/data/aspects/functions/summon_golems.mcfunction
index 19ac498..d32ab06 100644
--- a/src/main/resources/data/aspects/functions/summon_golems.mcfunction
+++ b/src/main/resources/data/aspects/functions/summon_golems.mcfunction
@@ -1,3 +1,3 @@
-summon iron_golem ~ ~ ~ {OnGround:1b,Team:"Dendro",PlayerCreated:1b,ActiveEffects:[{Id:5b,Amplifier:1b,Duration:200,ShowParticles:0b}],Attributes:[{Name:generic.max_health,Base:80}]}
+summon iron_golem ~ ~ ~ {OnGround:1b,Team:"Geo",Tags:["temporary"],PlayerCreated:1b,ActiveEffects:{Id:5b,Amplifier:1b,Duration:200,ShowParticles:0b},Attributes:[{Name:generic.max_health,Base:80}]}
playsound entity.firework_rocket.twinkle neutral @s
particle spore_blossom_air ~ ~ ~ ~ ~ ~ 3 20
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/origin_layers/elements.json b/src/main/resources/data/aspects/origin_layers/elements.json
index 7d4ed91..f87fc50 100644
--- a/src/main/resources/data/aspects/origin_layers/elements.json
+++ b/src/main/resources/data/aspects/origin_layers/elements.json
@@ -1,5 +1,5 @@
{
- "order": -1,
+ "order": 0,
"origins": [
"aspects:anemo",
"aspects:hydro",
@@ -10,5 +10,5 @@
"aspects:vacuos"
],
"name": "Aspect",
- "replace":true
+ "replace": true
}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/origin_layers/origins.json b/src/main/resources/data/aspects/origin_layers/origins.json
index 1ef5425..0d80813 100644
--- a/src/main/resources/data/aspects/origin_layers/origins.json
+++ b/src/main/resources/data/aspects/origin_layers/origins.json
@@ -1,5 +1,5 @@
{
- "order": 0,
+ "order": 1,
"origins": [
{
"condition": {
@@ -8,9 +8,8 @@
"layer": "aspects:elements"
},
"origins": [
- "aspects:magmus",
- "aspects:ignis",
- "aspects:navitas",
+ "aspects:pyro/magmus",
+ "aspects:pyro/ignis",
"aspects:imp"
]
},
@@ -21,9 +20,7 @@
"layer": "aspects:elements"
},
"origins": [
- "aspects:cryo",
- "aspects:altum",
- "aspects:imber",
+ "aspects:hydro/cryo",
"aspects:imp"
]
},
@@ -34,8 +31,8 @@
"layer":"aspects:elements"
},
"origins": [
- "aspects:tempus",
- "aspects:avis",
+ "aspects:anemo/tempus",
+ "aspects:anemo/avis",
"aspects:imp"
]
},
@@ -46,8 +43,7 @@
"layer":"aspects:elements"
},
"origins": [
- "aspects:dendro",
- "idkarockthingmining",
+ "aspects:geo/dendro",
"aspects:imp"
]
},
@@ -58,7 +54,7 @@
"layer":"aspects:elements"
},
"origins": [
- "aspects:luna",
+ "aspects:perditio/luna",
"aspects:imp"
]
},
@@ -69,12 +65,12 @@
"layer":"aspects:elements"
},
"origins": [
- "aspects:solus",
+ "aspects:ordo/solus",
"aspects:imp"
]
}
],
"name": "Type",
- "replace":true
+ "replace": true
}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/origins/altum.json b/src/main/resources/data/aspects/origins/altum.json
deleted file mode 100644
index f700fb6..0000000
--- a/src/main/resources/data/aspects/origins/altum.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "powers": [
-
- ],
- "icon": {
- "item": "minecraft:snowball"
- },
- "name": "§bAltum",
- "description": "Far from any source of illumination, darkly lit faces reflect off the spectral ocean's view. The deep sea shines in the eyes of the Altum."
-}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/origins/anemo.json b/src/main/resources/data/aspects/origins/anemo.json
index 33280cd..4d69538 100644
--- a/src/main/resources/data/aspects/origins/anemo.json
+++ b/src/main/resources/data/aspects/origins/anemo.json
@@ -12,5 +12,5 @@
"item": "aspects:anemo_feather"
},
"name": "§aAnemo",
- "description": "A lone windwhipped explorer sits perched on a cliffside, a thick book fit for an academic's mind in hand. There they sit, absently watching as the pages flip from the movement of the wind."
+ "description": "A lone windwhipped explorer sits perched on a cliffside, a thick book fit for an academic's mind in hand. There they sit, absently watching as the pages detailing the grand discoveries of generations comprised of scholars and adventurers flip from the movement of the wind."
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/origins/tempus.json b/src/main/resources/data/aspects/origins/anemo/tempus.json
similarity index 93%
rename from bin/main/data/aspects/origins/tempus.json
rename to src/main/resources/data/aspects/origins/anemo/tempus.json
index 3fd2607..0ad94a9 100644
--- a/bin/main/data/aspects/origins/tempus.json
+++ b/src/main/resources/data/aspects/origins/anemo/tempus.json
@@ -2,6 +2,7 @@
"powers": [
"aspects:fleet",
"aspects:storm_strength",
+ "aspects:lightning_immunity",
"aspects:tempus_primary",
"aspects:tempus_secondary"
],
diff --git a/src/main/resources/data/aspects/origins/cryo.json b/src/main/resources/data/aspects/origins/cryo.json
deleted file mode 100644
index 8952407..0000000
--- a/src/main/resources/data/aspects/origins/cryo.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "powers": [
- "aspects:cold_biomes",
- "aspects:frost_walker",
- "aspects:cryo_primary",
- "aspects:cryo_secondary"
- ],
- "icon": {
- "item": "minecraft:snowball"
- },
- "name": "§bCryo",
- "description": "A lone traveller drags their heels across the frozen lake, their sole companion the red-collared friend trailing behind. Ever-persistent and unbothered by the shards of glass ripping at their skin, the Cryo users are said to be the most resilient of their Aspect."
-}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/origins/dendro.json b/src/main/resources/data/aspects/origins/dendro.json
deleted file mode 100644
index 9d06d4a..0000000
--- a/src/main/resources/data/aspects/origins/dendro.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "powers": [
- "aspects:flower_regen",
- "aspects:bonemeal",
- "aspects:grass_speed",
- "aspects:dendro_primary",
- "aspects:dendro_secondary",
- "aspects:poison_resistance",
- "aspects:suspicious_substance"
- ],
- "icon": {
- "item": "minecraft:wheat_seeds"
- },
- "name": "§2Dendro",
- "description": "Lovers of art, nature and all things beautiful, the Dendro people inhabit local forests. Every now and then, a brave adventurer will venture into the woods to witness their song."
-}
\ No newline at end of file
diff --git a/bin/main/data/aspects/origins/dendro.json b/src/main/resources/data/aspects/origins/geo/dendro.json
similarity index 82%
rename from bin/main/data/aspects/origins/dendro.json
rename to src/main/resources/data/aspects/origins/geo/dendro.json
index 9d06d4a..90fe5c4 100644
--- a/bin/main/data/aspects/origins/dendro.json
+++ b/src/main/resources/data/aspects/origins/geo/dendro.json
@@ -1,12 +1,14 @@
{
"powers": [
"aspects:flower_regen",
+ "aspects:poison_resistance",
"aspects:bonemeal",
"aspects:grass_speed",
"aspects:dendro_primary",
"aspects:dendro_secondary",
- "aspects:poison_resistance",
- "aspects:suspicious_substance"
+ "aspects:suspicious_substance",
+ "aspects:golem_expire",
+ "aspects:golem_resource"
],
"icon": {
"item": "minecraft:wheat_seeds"
diff --git a/src/main/resources/data/aspects/origins/hydro.json b/src/main/resources/data/aspects/origins/hydro.json
index 5834101..20df704 100644
--- a/src/main/resources/data/aspects/origins/hydro.json
+++ b/src/main/resources/data/aspects/origins/hydro.json
@@ -10,5 +10,5 @@
"item": "aspects:hydro_kelp"
},
"name": "§9Hydro",
- "description": "The siren song of the Hydro woman in the depths is echoed throughout deep and shallow waters, whispered to the unlucky sailor lost at sea."
+ "description": "The siren song of the ever-changing Hydro in the depths is echoed throughout deep and shallow waters, whispered to the unlucky sailor lost at sea."
}
\ No newline at end of file
diff --git a/bin/main/data/aspects/origins/altum.json b/src/main/resources/data/aspects/origins/hydro/altum.json
similarity index 100%
rename from bin/main/data/aspects/origins/altum.json
rename to src/main/resources/data/aspects/origins/hydro/altum.json
diff --git a/bin/main/data/aspects/origins/cryo.json b/src/main/resources/data/aspects/origins/hydro/cryo.json
similarity index 100%
rename from bin/main/data/aspects/origins/cryo.json
rename to src/main/resources/data/aspects/origins/hydro/cryo.json
diff --git a/src/main/resources/data/aspects/origins/ignis.json b/src/main/resources/data/aspects/origins/ignis.json
deleted file mode 100644
index 7350783..0000000
--- a/src/main/resources/data/aspects/origins/ignis.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "powers": [
- "aspects:hot_biomes",
- "aspects:ignis_primary",
- "aspects:ignis_secondary",
- "aspects:fire_strength"
- ],
- "icon": {
- "item": "minecraft:fire_charge"
- },
- "name": "§6Ignis",
- "description": "The true power of flame is revealed in the core of bright, destructive fires that rack the evergreen forests, the simmering airwaves of the driest deserts, and in the hands of the Ignis users."
-}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/origins/imber.json b/src/main/resources/data/aspects/origins/imber.json
deleted file mode 100644
index 53b2b08..0000000
--- a/src/main/resources/data/aspects/origins/imber.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "powers": [
- "aspects:rain_strength",
- "aspects:magic_damage",
- "aspects:imber_primary",
- "aspects:imber_secondary",
- "aspects:magic_resistance"
- ],
- "icon": {
- "item": "minecraft:glass_bottle"
- },
- "name": "§3Imber",
- "description": "The gentle drumming of light rain hitting the sullen ground empowers the people of Imber. Inhale, do they, the primal scents of earth and sky, each drop of fresh water absorbed into a generation's spectral veins."
-}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/origins/imp.json b/src/main/resources/data/aspects/origins/imp.json
index 58e0843..8d36f6b 100644
--- a/src/main/resources/data/aspects/origins/imp.json
+++ b/src/main/resources/data/aspects/origins/imp.json
@@ -5,5 +5,5 @@
"item": "minecraft:porkchop"
},
"name": "Imp",
- "description": "Children of the Aspects but unlucky enough to receive a full blessing, the sound of Vacuos echoes through the ordinary bones of the Imps."
+ "description": "Children of the Aspects but unlucky enough to receive a full blessing, the sound of Vacuos echoes through the ordinary bones of the Imps. / Selecting this Type will grant you the abilities of your chosen Aspect, but with no additional changes."
}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/origins/luna.json b/src/main/resources/data/aspects/origins/luna.json
deleted file mode 100644
index ba5af0d..0000000
--- a/src/main/resources/data/aspects/origins/luna.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "powers": [
- "aspects:full_moon",
- "aspects:nightwalker",
- "aspects:wolf_affinity",
- "aspects:luna_primary",
- "aspects:luna_secondary",
- "aspects:invisibility"
- ],
- "icon": {
- "item": "minecraft:lily_of_the_valley"
- },
- "name": "§7Luna",
- "description": "The Luna users are beings of such beauty that it is perceived by the magicless as the result of the blood of the otherworldly."
-}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/origins/magmus.json b/src/main/resources/data/aspects/origins/magmus.json
deleted file mode 100644
index efd2051..0000000
--- a/src/main/resources/data/aspects/origins/magmus.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "powers": [
- "aspects:magma_regen",
- "aspects:knockback_resistance",
- "aspects:increased_health",
- "aspects:magmus_primary",
- "aspects:magmus_secondary"
- ],
- "icon": {
- "item": "minecraft:magma_block"
- },
- "name": "§4Magmus",
- "description": "Juggernauts - the strongest of warriors, the steadfast heroes, Magmus users whisper of the oozing lava slipping between volcanic rock."
-}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/origins/navitas.json b/src/main/resources/data/aspects/origins/navitas.json
deleted file mode 100644
index 37f1c42..0000000
--- a/src/main/resources/data/aspects/origins/navitas.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "powers": [
- "aspects:explosion_immunity",
- "aspects:impish_speed",
- "aspects:navitas_primary",
- "aspects:navitas_secondary"
- ],
- "icon": {
- "item": "minecraft:firework_star"
- },
- "name": "§eNavitas",
- "description": "To be a meddler is all but petty to the Navitas - it is a brave trait to have the gull to stand up to the unhumorous and boastful upperclassman."
-}
\ No newline at end of file
diff --git a/bin/main/data/aspects/origins/solus.json b/src/main/resources/data/aspects/origins/ordo/solus.json
similarity index 100%
rename from bin/main/data/aspects/origins/solus.json
rename to src/main/resources/data/aspects/origins/ordo/solus.json
diff --git a/build/resources/main/data/aspects/origins/luna.json b/src/main/resources/data/aspects/origins/perditio/luna.json
similarity index 79%
rename from build/resources/main/data/aspects/origins/luna.json
rename to src/main/resources/data/aspects/origins/perditio/luna.json
index ba5af0d..421269e 100644
--- a/build/resources/main/data/aspects/origins/luna.json
+++ b/src/main/resources/data/aspects/origins/perditio/luna.json
@@ -3,9 +3,10 @@
"aspects:full_moon",
"aspects:nightwalker",
"aspects:wolf_affinity",
+ "aspects:invisibility",
+ "aspects:wither_immunity",
"aspects:luna_primary",
- "aspects:luna_secondary",
- "aspects:invisibility"
+ "aspects:luna_secondary"
],
"icon": {
"item": "minecraft:lily_of_the_valley"
diff --git a/src/main/resources/data/aspects/origins/pyro.json b/src/main/resources/data/aspects/origins/pyro.json
index b7c728d..568dc50 100644
--- a/src/main/resources/data/aspects/origins/pyro.json
+++ b/src/main/resources/data/aspects/origins/pyro.json
@@ -13,5 +13,5 @@
"item": "aspects:pyro_fire"
},
"name": "§cPyro",
- "description": "A new adventure awaits the seasoned traveller, one who seems to never tire of the endless paths they travel. After a long day of trudging through harsh terrain, a seat by the light of the campfire is most comforting."
+ "description": "A new adventure awaits the seasoned traveller, one who seems to never tire of the endless paths they travel. After a long day of trudging through harsh terrain, a seat by the warm light of the campfire is most comforting."
}
\ No newline at end of file
diff --git a/build/resources/main/data/aspects/origins/ignis.json b/src/main/resources/data/aspects/origins/pyro/ignis.json
similarity index 85%
rename from build/resources/main/data/aspects/origins/ignis.json
rename to src/main/resources/data/aspects/origins/pyro/ignis.json
index 7350783..060dfc8 100644
--- a/build/resources/main/data/aspects/origins/ignis.json
+++ b/src/main/resources/data/aspects/origins/pyro/ignis.json
@@ -1,9 +1,9 @@
{
"powers": [
"aspects:hot_biomes",
+ "aspects:fire_strength",
"aspects:ignis_primary",
- "aspects:ignis_secondary",
- "aspects:fire_strength"
+ "aspects:ignis_secondary"
],
"icon": {
"item": "minecraft:fire_charge"
diff --git a/bin/main/data/aspects/origins/magmus.json b/src/main/resources/data/aspects/origins/pyro/magmus.json
similarity index 75%
rename from bin/main/data/aspects/origins/magmus.json
rename to src/main/resources/data/aspects/origins/pyro/magmus.json
index efd2051..81ff3cb 100644
--- a/bin/main/data/aspects/origins/magmus.json
+++ b/src/main/resources/data/aspects/origins/pyro/magmus.json
@@ -10,5 +10,5 @@
"item": "minecraft:magma_block"
},
"name": "§4Magmus",
- "description": "Juggernauts - the strongest of warriors, the steadfast heroes, Magmus users whisper of the oozing lava slipping between volcanic rock."
+ "description": "Juggernauts - the strongest of warriors, the steadfast heroes, the blood of the Magmus users whisper of the oozing lava slipping between ancient volcanic rock."
}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/origins/solus.json b/src/main/resources/data/aspects/origins/solus.json
deleted file mode 100644
index 56be67d..0000000
--- a/src/main/resources/data/aspects/origins/solus.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "powers": [
- "aspects:fire_resistance",
- "aspects:sunbaked",
- "aspects:sun_bar",
- "aspects:decay",
- "aspects:solus_primary",
- "aspects:solus_secondary"
- ],
- "icon": {
- "item": "minecraft:sunflower"
- },
- "name": "§6Solus",
- "description": "Sons, daughters and children of the bright solar divinity themselves, Solus users hold the power of the universe's light within them."
-}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/origins/tempus.json b/src/main/resources/data/aspects/origins/tempus.json
deleted file mode 100644
index 3fd2607..0000000
--- a/src/main/resources/data/aspects/origins/tempus.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "powers": [
- "aspects:fleet",
- "aspects:storm_strength",
- "aspects:tempus_primary",
- "aspects:tempus_secondary"
- ],
- "icon": {
- "item": "minecraft:amethyst_shard"
- },
- "name": "§5Tempus",
- "description": "Dark minds crackling and churning, Tempus types have always been misunderstood by the rest. Crowds gather and watch in horror as lightning explodes across the sky, thunder booming from above. The Tempus user stands unafraid at the top of the hill, watching as a storm approaches the horizon."
-}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/origins/vacuos.json b/src/main/resources/data/aspects/origins/vacuos.json
index 5206b9d..79c44f4 100644
--- a/src/main/resources/data/aspects/origins/vacuos.json
+++ b/src/main/resources/data/aspects/origins/vacuos.json
@@ -5,5 +5,5 @@
"item": "minecraft:bedrock"
},
"name": "Vacuos",
- "description": "Devoid of any Aspect, the origins of Vacuos are unknown. Strange beings, outcast by the rest."
+ "description": "Devoid of any Aspect, the origins of Vacuos are unknown. / Void aspect. Equivalent of choosing Human in classic Origins."
}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/chained.json b/src/main/resources/data/aspects/powers/chained.json
index 6e55e95..14a9d2b 100644
--- a/src/main/resources/data/aspects/powers/chained.json
+++ b/src/main/resources/data/aspects/powers/chained.json
@@ -1,6 +1,6 @@
{
"type": "origins:conditioned_attribute",
- "block_condition": {
+ "condition": {
"type": "origins:exposed_to_sky",
"inverted": "true"
},
@@ -8,12 +8,12 @@
{
"attribute": "minecraft:generic.attack_speed",
"operation": "addition",
- "value": -1
+ "value": -0.3
},
"tick_rate": 20,
"name":"Chained",
- "description":"When you aren't exposed to the sky, you become slower in combat.",
+ "description":"When you aren't exposed to the sky, you become slower in combat. / -0.05 off your attack speed when not exposed to skylight",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/src/main/resources/data/aspects/powers/cold_biomes.json b/src/main/resources/data/aspects/powers/cold_biomes.json
index 2858897..e916ff7 100644
--- a/src/main/resources/data/aspects/powers/cold_biomes.json
+++ b/src/main/resources/data/aspects/powers/cold_biomes.json
@@ -15,7 +15,7 @@
}
},
"name":"Cold Affinity",
- "description":"You get a decent attack boost in cold biomes. (N)ice ;)",
+ "description":"You get a decent attack boost in cold biomes. (N)ice ;) / +0.4 attack damage when in cold (<=0.05 temperature) biomes",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/constitution.json b/src/main/resources/data/aspects/powers/constitution.json
index 5fc595c..f89f111 100644
--- a/src/main/resources/data/aspects/powers/constitution.json
+++ b/src/main/resources/data/aspects/powers/constitution.json
@@ -2,12 +2,12 @@
"type": "origins:attribute",
"modifier": {
"attribute": "minecraft:generic.max_health",
- "value": 4,
+ "value": 2,
"operation": "addition"
},
"name":"Watery Persistence",
- "description":"You have slightly increased max health.",
+ "description":"You have slightly increased max health. / +2 max base health",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/cryo_primary.json b/src/main/resources/data/aspects/powers/cryo_primary.json
index f3962bb..87fa88b 100644
--- a/src/main/resources/data/aspects/powers/cryo_primary.json
+++ b/src/main/resources/data/aspects/powers/cryo_primary.json
@@ -32,7 +32,7 @@
},
"key":"key.origins.ternary_active",
"name":"Freeze Focus",
- "description":"When pressing the [Ternary] key, you will fire a ray of ice in the direction you are facing that will deal freeze damage to the target and freeze over water on impact."
+ "description":"When pressing the [Ternary] key, you will fire a ray of ice in the direction you are facing that will deal eight points of freeze damage to the target and freeze over water on impact."
}
diff --git a/src/main/resources/data/aspects/powers/cryo_secondary.json b/src/main/resources/data/aspects/powers/cryo_secondary.json
index 8d2109c..bb54c3b 100644
--- a/src/main/resources/data/aspects/powers/cryo_secondary.json
+++ b/src/main/resources/data/aspects/powers/cryo_secondary.json
@@ -37,6 +37,6 @@
"key": "key.origins.quaternary_active"
},
"name":"Icy Aura",
- "description":"With your [Quaternary] key, you can deal freeze damage to those around you within an 8 block radius."
+ "description":"With your [Quaternary] key, you can deal six points of freeze damage to those around you within an 8 block radius."
}
diff --git a/src/main/resources/data/aspects/powers/darkness_damage.json b/src/main/resources/data/aspects/powers/darkness_damage.json
index c841451..f4f9cce 100644
--- a/src/main/resources/data/aspects/powers/darkness_damage.json
+++ b/src/main/resources/data/aspects/powers/darkness_damage.json
@@ -13,7 +13,7 @@
},
"cooldown": 1,
"name":"Darkness Damage",
- "description":"You take more damage from wither damage.",
+ "description":"You take more damage from wither damage. / +2 generic damage when taking wither damage",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/src/main/resources/data/aspects/powers/day_aversion.json b/src/main/resources/data/aspects/powers/day_aversion.json
index a5c6277..b68eef6 100644
--- a/src/main/resources/data/aspects/powers/day_aversion.json
+++ b/src/main/resources/data/aspects/powers/day_aversion.json
@@ -10,7 +10,7 @@
"type": "origins:daytime"
},
"name":"Day Aversion",
- "description":"You are weakened at daytime.",
+ "description":"You are weakened at daytime. / -0.05 attack damage during daytime",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/src/main/resources/data/aspects/powers/deepdweller.json b/src/main/resources/data/aspects/powers/deepdweller.json
index b4e4b57..443bf61 100644
--- a/src/main/resources/data/aspects/powers/deepdweller.json
+++ b/src/main/resources/data/aspects/powers/deepdweller.json
@@ -15,7 +15,7 @@
}
},
"name":"Deepdweller",
-"description":"Formed of rock and stone, you are strengthened when you are deep underground. You do significantly more damage when below Y 30.",
+"description":"Formed of rock and stone, you are strengthened when you are deep underground. You do significantly more damage when below Y 30. / +4 attack damage <=Y 30",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/dendro_secondary.json b/src/main/resources/data/aspects/powers/dendro_secondary.json
index 4fce43c..0f4e5a0 100644
--- a/src/main/resources/data/aspects/powers/dendro_secondary.json
+++ b/src/main/resources/data/aspects/powers/dendro_secondary.json
@@ -1,13 +1,22 @@
{
"type": "origins:active_self",
"entity_action": {
- "type": "origins:execute_command",
- "command": "function aspects:summon_golems"
+ "type": "origins:and",
+ "actions": [
+ {
+ "type": "origins:execute_command",
+ "command": "function aspects:summon_golems"
+ },
+ {
+ "type": "origins:trigger_cooldown",
+ "power": "aspects:golem_resource"
+ }
+ ]
},
"cooldown": 3400,
"hud_render": {
"should_render": true,
- "inverted":true,
+ "inverted": true,
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
"bar_index":8
},
@@ -15,5 +24,5 @@
"key": "key.origins.quaternary_active"
},
"name":"Friendly Assistance",
- "description":"As your secondary ability, you can spawn in an Iron Golem to help you fight off enemies with your [Quaternary] key."
+ "description":"As your secondary ability, you can spawn in a temporary (20 second lifespan) Iron Golem to help you fight off enemies with your [Quaternary] key."
}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/explosion_damage.json b/src/main/resources/data/aspects/powers/explosion_damage.json
index cf5e92b..b9348cf 100644
--- a/src/main/resources/data/aspects/powers/explosion_damage.json
+++ b/src/main/resources/data/aspects/powers/explosion_damage.json
@@ -2,7 +2,7 @@
"type": "origins:action_when_damage_taken",
"entity_action": {
"type": "origins:damage",
- "amount": 4,
+ "amount": 2,
"source": {
"name": "explosion",
"bypasses_armor": false
@@ -14,7 +14,7 @@
},
"cooldown": 1,
"name":"Crystalline",
- "description":"You take more damage from explosions.",
+ "description":"You take more damage from explosions. / +2 explosion damage",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/src/main/resources/data/aspects/powers/fire_damage.json b/src/main/resources/data/aspects/powers/fire_damage.json
index 9296bcf..f2240e9 100644
--- a/src/main/resources/data/aspects/powers/fire_damage.json
+++ b/src/main/resources/data/aspects/powers/fire_damage.json
@@ -14,7 +14,7 @@
},
"cooldown": 20,
"name":"Evaporation",
- "description":"Fire hurts you a lot more than it normally would.",
+ "description":"Fire hurts you a lot more than it normally would. / +2 fire damage when bursting into flames",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/src/main/resources/data/aspects/powers/fire_resistance.json b/src/main/resources/data/aspects/powers/fire_resistance.json
index b87b03c..dd78f04 100644
--- a/src/main/resources/data/aspects/powers/fire_resistance.json
+++ b/src/main/resources/data/aspects/powers/fire_resistance.json
@@ -13,5 +13,5 @@
"type": "origins:on_fire"
},
"name":"Heat of the Sun",
- "description":"Fire doesn't hurt as much."
+ "description":"Fire doesn't hurt as much. / Base level Fire Resistance applied when on fire"
}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/fire_strength.json b/src/main/resources/data/aspects/powers/fire_strength.json
index dc3071a..39ab4b2 100644
--- a/src/main/resources/data/aspects/powers/fire_strength.json
+++ b/src/main/resources/data/aspects/powers/fire_strength.json
@@ -11,7 +11,7 @@
},
"name":"Heated Strength",
- "description":"Being on fire grants you an attack damage bonus.",
+ "description":"Being on fire grants you an attack damage bonus. / +3 generic damage when on fire",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/fleet.json b/src/main/resources/data/aspects/powers/fleet.json
index f508176..7a7a5ab 100644
--- a/src/main/resources/data/aspects/powers/fleet.json
+++ b/src/main/resources/data/aspects/powers/fleet.json
@@ -6,7 +6,7 @@
"operation": "addition"
},
"name":"Like Lightning",
- "description":"You are an even faster variant of Anemo.",
+ "description":"You are an even faster variant of Anemo. / +0.01 movement speed",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/fleet_footed.json b/src/main/resources/data/aspects/powers/fleet_footed.json
index 67245cd..75f8fe1 100644
--- a/src/main/resources/data/aspects/powers/fleet_footed.json
+++ b/src/main/resources/data/aspects/powers/fleet_footed.json
@@ -2,11 +2,11 @@
"type": "origins:attribute",
"modifier": {
"attribute": "minecraft:generic.movement_speed",
- "value": 0.05,
+ "value": 0.03,
"operation": "addition"
},
"name":"Fleet Footed",
- "description":"You are quicker on your feet than others.",
+ "description":"You are quicker on your feet than others. / +0.03 movement speed",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/flower_regen.json b/src/main/resources/data/aspects/powers/flower_regen.json
index 6a19ac1..4da498c 100644
--- a/src/main/resources/data/aspects/powers/flower_regen.json
+++ b/src/main/resources/data/aspects/powers/flower_regen.json
@@ -28,7 +28,7 @@
}
],
"name":"Flower Regeneration",
- "description":"You are healed when you are nearby flowers."
+ "description":"You are healed when you are nearby flowers. / +0.3 health every 20 ticks"
}
diff --git a/src/main/resources/data/aspects/powers/full_moon.json b/src/main/resources/data/aspects/powers/full_moon.json
index 1ea6a81..fbfb5ad 100644
--- a/src/main/resources/data/aspects/powers/full_moon.json
+++ b/src/main/resources/data/aspects/powers/full_moon.json
@@ -21,7 +21,7 @@
"predicate": "moon-phase:at_night/is_full_moon"
},
"name":"Full Moon",
- "description":"On full moons, your speed and strength are greatly increased.",
+ "description":"On full moons, your speed and strength are greatly increased. / +0.05 movement speed & +2 attack damage during full moons",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/golem_expire.json b/src/main/resources/data/aspects/powers/golem_expire.json
new file mode 100644
index 0000000..66b1782
--- /dev/null
+++ b/src/main/resources/data/aspects/powers/golem_expire.json
@@ -0,0 +1,16 @@
+{
+ "type": "origins:action_over_time",
+
+ "entity_action": {
+ "type": "origins:execute_command",
+ "command": "function aspects:expire"
+ },
+ "interval": 20,
+ "condition": {
+ "type": "origins:resource",
+ "resource": "aspects:golem_resource",
+ "comparison": "<=",
+ "compare_to": 1
+ },
+ "hidden": true
+}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/golem_resource.json b/src/main/resources/data/aspects/powers/golem_resource.json
new file mode 100644
index 0000000..eb5c23c
--- /dev/null
+++ b/src/main/resources/data/aspects/powers/golem_resource.json
@@ -0,0 +1,8 @@
+{
+ "type": "origins:cooldown",
+ "cooldown": 400,
+ "hud_render": {
+ "should_render": false
+ },
+ "hidden": true
+}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/grass_speed.json b/src/main/resources/data/aspects/powers/grass_speed.json
index c99a0e9..49fa2db 100644
--- a/src/main/resources/data/aspects/powers/grass_speed.json
+++ b/src/main/resources/data/aspects/powers/grass_speed.json
@@ -3,7 +3,7 @@
"modifier": {
"attribute": "minecraft:generic.movement_speed",
"operation": "addition",
- "value": 0.05
+ "value": 0.03
},
"tick_rate": 20,
"condition": {
@@ -14,7 +14,7 @@
}
},
"name":"Grassfeet",
- "description":"When on grass blocks, your movement speed is increased.",
+ "description":"When on grass blocks, your movement speed is increased. / +0.03 movement speed when touching grass",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/heavy_as_stone.json b/src/main/resources/data/aspects/powers/heavy_as_stone.json
index 7137e7e..ee48fd6 100644
--- a/src/main/resources/data/aspects/powers/heavy_as_stone.json
+++ b/src/main/resources/data/aspects/powers/heavy_as_stone.json
@@ -6,7 +6,7 @@
"operation": "addition"
},
"name":"Heavy As Stone",
- "description":"Though you may be sturdy and resistant, you are a little bit slower than other aspects.",
+ "description":"Though you may be sturdy and resistant, you are a little bit slower than other aspects. / -0.0002 movement speed",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/src/main/resources/data/aspects/powers/holy.json b/src/main/resources/data/aspects/powers/holy.json
index 75093b3..d839d5c 100644
--- a/src/main/resources/data/aspects/powers/holy.json
+++ b/src/main/resources/data/aspects/powers/holy.json
@@ -13,7 +13,7 @@
"group": "undead"
},
"name":"Holy Affinity",
- "description":"You do more damage against the undead.",
+ "description":"You do more damage against the undead. / +3 generic damage against the undead",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/holy_light.json b/src/main/resources/data/aspects/powers/holy_light.json
index 035077e..d36a064 100644
--- a/src/main/resources/data/aspects/powers/holy_light.json
+++ b/src/main/resources/data/aspects/powers/holy_light.json
@@ -10,7 +10,7 @@
"type": "origins:daytime"
},
"name":"Holy Light",
- "description":"You do more damage during the daytime.",
+ "description":"You do more damage during the daytime. / +1 attack damage during day",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/hot_biomes.json b/src/main/resources/data/aspects/powers/hot_biomes.json
index 6416633..30d1dd2 100644
--- a/src/main/resources/data/aspects/powers/hot_biomes.json
+++ b/src/main/resources/data/aspects/powers/hot_biomes.json
@@ -15,7 +15,7 @@
}
},
"name":"Heat Affinity",
- "description":"You get a decent attack boost in hot biomes.",
+ "description":"You get a decent attack boost in hot biomes. / +0.4 attack damage in hot biomes",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/ignis_primary.json b/src/main/resources/data/aspects/powers/ignis_primary.json
index 9717cad..92083fe 100644
--- a/src/main/resources/data/aspects/powers/ignis_primary.json
+++ b/src/main/resources/data/aspects/powers/ignis_primary.json
@@ -12,7 +12,7 @@
"command":"function aspects:fire_light"
}
],
- "cooldown": 300,
+ "cooldown": 500,
"hud_render": {
"should_render": true,
"bar_index": 7,
diff --git a/src/main/resources/data/aspects/powers/ignis_secondary.json b/src/main/resources/data/aspects/powers/ignis_secondary.json
index 6b56932..5904934 100644
--- a/src/main/resources/data/aspects/powers/ignis_secondary.json
+++ b/src/main/resources/data/aspects/powers/ignis_secondary.json
@@ -31,7 +31,7 @@
"bar_index":15
},
"key": "key.origins.quaternary_active",
- "cooldown": 1400,
+ "cooldown": 900,
"name":"Ring of Fire",
"description":"As your secondary ability, you can light entities around you on fire for a few seconds with your [Quaternary] key."
}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/imber_primary.json b/src/main/resources/data/aspects/powers/imber_primary.json
deleted file mode 100644
index b90202e..0000000
--- a/src/main/resources/data/aspects/powers/imber_primary.json
+++ /dev/null
@@ -1,6929 +0,0 @@
-{
- "type": "origins:active_self",
- "entity_action":
- {
- "type": "origins:if_else_list",
- "actions":
- [
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:sugar"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:rabbit_foot"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glistering_melon_slice"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:pufferfish"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:golden_carrot"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:magma_cream"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:blaze_powder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:ghast_tear"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:turtle_helmet"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:phantom_membrane"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:or",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- }
- ]
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:fermented_spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:or",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- }
- ]
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:fermented_spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:fermented_spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone_dust"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:glowstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:strong_harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_water_breathing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_water_breathing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_fire_resistance\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_fire_resistance\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_night_vision\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_night_vision\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_slow_falling\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slow_falling\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_invisibility\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_invisibility\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_swiftness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_swiftness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_leaping\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_leaping\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_healing\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_healing\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_poison\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_poison\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_strength\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_strength\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_regeneration\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_regeneration\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_turtle_master\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_turtle_master\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_slowness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_slowness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:strong_harming\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:strong_harming\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:water\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:fermented_spider_eye"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:redstone"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:potion\",tag:{Potion:\"minecraft:long_weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:gunpowder"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:splash_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:weakness\"}"
- }
- }
- ]
- }
- },
- {
- "condition":
- {
- "type": "origins:and",
- "conditions":
- [
- {
- "type": "origins:command",
- "command": "execute if entity @s[nbt={SelectedItem:{id:\"minecraft:splash_potion\",tag:{Potion:\"minecraft:long_weakness\"}}}]",
- "permission_level": 4,
- "comparison": ">=",
- "compare_to": 1
- },
- {
- "type": "origins:equipped_item",
- "equipment_slot": "offhand",
- "item_condition":
- {
- "type": "origins:ingredient",
- "ingredient":
- {
- "item": "minecraft:dragon_breath"
- }
- }
- }
- ]
- },
- "action":
- {
- "type": "origins:and",
- "actions":
- [
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "mainhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:equipped_item_action",
- "equipment_slot": "offhand",
- "action":
- {
- "type": "origins:consume",
- "amount": 1
- }
- },
- {
- "type": "origins:give",
- "stack":
- {
- "item": "minecraft:lingering_potion",
- "amount": 1,
- "tag": "{Potion:\"minecraft:long_weakness\"}"
- }
- }
- ]
- }
- }
- ]
- },
- "cooldown": 0,
- "hud_render":
- {
- "should_render": false
- },
- "key":
- {
- "key": "key.origins.ternary_active"
- },
- "name": "Portable Brewing",
- "description": "[Ternary] You are able to brew on the go."
-}
diff --git a/src/main/resources/data/aspects/powers/imber_secondary.json b/src/main/resources/data/aspects/powers/imber_secondary.json
deleted file mode 100644
index 9b3fd2a..0000000
--- a/src/main/resources/data/aspects/powers/imber_secondary.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "origins:toggle",
- "key": {
- "key":"key.origins.quaternary_active",
- "continuous": false
- },
-
- "retain_state": false,
- "name":"Cloaked",
- "description":"You may go invisible for as long as you want, toggled with your [Quaternary] key. Disabled when you're lit on fire."
-}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/impish_speed.json b/src/main/resources/data/aspects/powers/impish_speed.json
deleted file mode 100644
index 93bc76b..0000000
--- a/src/main/resources/data/aspects/powers/impish_speed.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "type": "origins:attribute",
- "modifier": {
- "attribute": "minecraft:generic.movement_speed",
- "value": 0.05,
- "operation": "addition"
- },
- "name":"Impish Speed",
- "description":"Being a devilish little bugger has given you the speed to run away from your angered prank victims.",
- "badges": [
- {
- "sprite": "aspects:textures/gui/badge/check.png",
- "text": "Positive"
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/increased_health.json b/src/main/resources/data/aspects/powers/increased_health.json
index d5f92c6..6338f16 100644
--- a/src/main/resources/data/aspects/powers/increased_health.json
+++ b/src/main/resources/data/aspects/powers/increased_health.json
@@ -6,5 +6,5 @@
"operation": "addition"
},
"name":"Lavablood",
- "description":"Your max health is significantly increased."
+ "description":"Your max health is significantly increased. / +4 health points"
}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/invisibility.json b/src/main/resources/data/aspects/powers/invisibility.json
index e55562d..994a89a 100644
--- a/src/main/resources/data/aspects/powers/invisibility.json
+++ b/src/main/resources/data/aspects/powers/invisibility.json
@@ -1,9 +1,9 @@
{
"type": "origins:invisibility",
- "render_armor": true,
+ "render_armor": false,
"condition": {
- "type": "origins:power_active",
- "power": "aspects:luna_primary"
- },
+ "type": "origins:power_active",
+ "power": "aspects:luna_primary"
+ },
"hidden":true
}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/invisibility2.json b/src/main/resources/data/aspects/powers/invisibility2.json
deleted file mode 100644
index 7e91df6..0000000
--- a/src/main/resources/data/aspects/powers/invisibility2.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "type": "origins:invisibility",
- "render_armor": true,
- "condition": {
- "type": "origins:power_active",
- "power": "aspects:imber_secondary"
- },
- "hidden":true
- }
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/knockback_resistance.json b/src/main/resources/data/aspects/powers/knockback_resistance.json
index c8898df..3d2bfd5 100644
--- a/src/main/resources/data/aspects/powers/knockback_resistance.json
+++ b/src/main/resources/data/aspects/powers/knockback_resistance.json
@@ -1,13 +1,13 @@
{
"type": "origins:attribute",
"modifier": {
- "name": "Max health increase",
+ "name": "Knockback Resistance",
"attribute": "minecraft:generic.knockback_resistance",
"value": 10,
"operation": "addition"
},
"name":"Stable Footing",
- "description":"Knockback doesn't bother you.",
+ "description":"Knockback doesn't bother you. / +10 knockback resistance",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/lightning_immunity.json b/src/main/resources/data/aspects/powers/lightning_immunity.json
new file mode 100644
index 0000000..e99b566
--- /dev/null
+++ b/src/main/resources/data/aspects/powers/lightning_immunity.json
@@ -0,0 +1,12 @@
+{
+ "type": "origins:modify_damage_taken",
+ "damage_condition": {
+ "type": "origins:name",
+ "name":"lightningBolt"
+ },
+ "modifier": {
+ "operation": "addition",
+ "value": -1000
+ },
+ "hidden": true
+}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/luna_primary.json b/src/main/resources/data/aspects/powers/luna_primary.json
index 0a62dc3..56fa353 100644
--- a/src/main/resources/data/aspects/powers/luna_primary.json
+++ b/src/main/resources/data/aspects/powers/luna_primary.json
@@ -1,11 +1,11 @@
{
"type": "origins:toggle",
+ "active_by_default": false,
"key": {
"key":"key.origins.ternary_active",
"continuous": false
},
-
- "retain_state": false,
- "name":"Invisibility",
- "description":"As your primary ability, you can toggle invisibility with your [Ternary] key. Deactivates when you are on fire."
+ "retain_state": false,
+ "name":"Invisibility",
+ "description":"As your primary ability, you can toggle invisibility with your [Ternary] key."
}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/luna_secondary.json b/src/main/resources/data/aspects/powers/luna_secondary.json
index 8a7cc37..f672942 100644
--- a/src/main/resources/data/aspects/powers/luna_secondary.json
+++ b/src/main/resources/data/aspects/powers/luna_secondary.json
@@ -1,15 +1,15 @@
{
"type": "origins:active_self",
"entity_action": {
- "type": "origins:spawn_effect_cloud",
- "radius": 10.0,
- "wait_time": 40,
- "effect": {
- "effect": "minecraft:wither",
- "amplifier": 3,
- "duration": 20
- }
- },
+ "type": "origins:spawn_effect_cloud",
+ "radius": 10.0,
+ "wait_time": 40,
+ "effect": {
+ "effect": "minecraft:wither",
+ "amplifier": 3,
+ "duration": 20
+ }
+ },
"cooldown": 1400,
"hud_render": {
"should_render": true,
diff --git a/src/main/resources/data/aspects/powers/magic_damage.json b/src/main/resources/data/aspects/powers/magic_damage.json
index e89a051..8cb56c7 100644
--- a/src/main/resources/data/aspects/powers/magic_damage.json
+++ b/src/main/resources/data/aspects/powers/magic_damage.json
@@ -9,7 +9,7 @@
}
},
"name":"Magic Damage",
- "description":"All of your attacks do magic damage.",
+ "description":"All of your attacks do magic damage. / +0.5 magic damage on hit",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/magic_resistance.json b/src/main/resources/data/aspects/powers/magic_resistance.json
index 01e4b40..6731c63 100644
--- a/src/main/resources/data/aspects/powers/magic_resistance.json
+++ b/src/main/resources/data/aspects/powers/magic_resistance.json
@@ -5,7 +5,7 @@
"name": "indirectMagic"
},
"modifier": {
- "name": "Weak to cursed items",
+ "name": "Magic Resistance",
"operation": "addition",
"value": -10
},
diff --git a/src/main/resources/data/aspects/powers/magma_regen.json b/src/main/resources/data/aspects/powers/magma_regen.json
index c51b39c..03bb8fd 100644
--- a/src/main/resources/data/aspects/powers/magma_regen.json
+++ b/src/main/resources/data/aspects/powers/magma_regen.json
@@ -13,7 +13,7 @@
}
},
"name":"Back to the Source",
- "description":"As a being of magma, standing on magma blocks gives you regeneration.",
+ "description":"As a being of magma, standing on magma blocks gives you regeneration. / +1 health every 20 ticks",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/magmus_primary.json b/src/main/resources/data/aspects/powers/magmus_primary.json
index 19c6346..ff85558 100644
--- a/src/main/resources/data/aspects/powers/magmus_primary.json
+++ b/src/main/resources/data/aspects/powers/magmus_primary.json
@@ -17,13 +17,14 @@
}
]
},
+ "key": "key.origins.ternary_active",
"cooldown": 800,
"name":"Molten Fists",
- "description":"As your primary ability, you can grant yourself an amplified strength effect.",
+ "description":"As your primary ability, you can grant yourself an amplified strength effect with the [Ternary] key. / Strength 3 for 400 ticks",
"hud_render": {
"inverted":true,
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
- "bar_index":4,
+ "bar_index":5,
"should_render": true
}
}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/magmus_secondary.json b/src/main/resources/data/aspects/powers/magmus_secondary.json
index 1d4ce7b..59fd1d0 100644
--- a/src/main/resources/data/aspects/powers/magmus_secondary.json
+++ b/src/main/resources/data/aspects/powers/magmus_secondary.json
@@ -20,11 +20,11 @@
"key": "key.origins.quaternary_active",
"cooldown": 1400,
"name":"Magmaskin",
- "description":"With your secondary ability, you may grant yourself a highly amplified resistance effect.",
+ "description":"With your secondary ability [Quaternary] key, you may grant yourself a highly amplified resistance effect. / Resistance 3 for 700 ticks",
"hud_render": {
"inverted":true,
"sprite_location":"origins:textures/gui/community/huang/resource_bar_01.png",
- "bar_index":8,
+ "bar_index":7,
"should_render": true
}
}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/navitas_primary.json b/src/main/resources/data/aspects/powers/navitas_primary.json
deleted file mode 100644
index 7b6cd58..0000000
--- a/src/main/resources/data/aspects/powers/navitas_primary.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "type": "origins:active_self",
- "entity_action": {
- "type": "origins:explode",
- "power": 3,
- "destruction_type": "none",
- "damage_self": false,
- "create_fire": true
- },
- "cooldown": 600,
- "hud_render": {
- "should_render": true,
- "sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
- "bar_index":10,
- "inverted":true
- },
- "key":"key.origins.ternary_active",
- "name":"Boom!",
- "description":"Boom! Explode the area you're standing on with your [Ternary] key. Pow!"
-}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/navitas_secondary.json b/src/main/resources/data/aspects/powers/navitas_secondary.json
deleted file mode 100644
index f6e391a..0000000
--- a/src/main/resources/data/aspects/powers/navitas_secondary.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "type": "origins:active_self",
- "entity_action": {
- "type":"origins:and",
- "actions":[
- {
- "type": "origins:give",
- "stack": {
- "item": "minecraft:tnt",
- "amount": 7
- }
- },
- {
- "type": "origins:give",
- "stack": {
- "item": "minecraft:fire_charge",
- "amount": 7
- }
- }
- ]
- },
- "key": "key.origins.quaternary_active",
- "cooldown": 1400,
- "name":"Bam",
- "description":"Using your evil little powers ([Quaternary Key]), you can grant yourself exactly eight precious blocks to TNT and eight weapons of destruction - fire charges.",
- "hud_render": {
- "inverted":true,
- "sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
- "bar_index":5,
- "should_render": true
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/negate_fall_damage.json b/src/main/resources/data/aspects/powers/negate_fall_damage.json
index 3d0351a..6379c16 100644
--- a/src/main/resources/data/aspects/powers/negate_fall_damage.json
+++ b/src/main/resources/data/aspects/powers/negate_fall_damage.json
@@ -270,7 +270,7 @@
"type": "origins:modify_damage_taken",
"modifier": {
"name": "More kinetic damage taken",
- "value": -0.85,
+ "value": -99999,
"operation": "multiply_base"
},
"damage_condition": {
diff --git a/src/main/resources/data/aspects/powers/nether_buff.json b/src/main/resources/data/aspects/powers/nether_buff.json
index 438ade7..852d862 100644
--- a/src/main/resources/data/aspects/powers/nether_buff.json
+++ b/src/main/resources/data/aspects/powers/nether_buff.json
@@ -13,7 +13,7 @@
}
},
"name":"Homely Strength",
-"description":"You do more damage whilst in the Nether.",
+"description":"You do more damage whilst in the Nether. / +0.4 generic damage in the Nether",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/night_aversion.json b/src/main/resources/data/aspects/powers/night_aversion.json
index 01893ca..57985f2 100644
--- a/src/main/resources/data/aspects/powers/night_aversion.json
+++ b/src/main/resources/data/aspects/powers/night_aversion.json
@@ -11,7 +11,7 @@
"inverted":true
},
"name":"Night Aversion",
- "description":"You are weakened at nighttime.",
+ "description":"You are weakened at nighttime. / -0.05 attack damage at night",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/src/main/resources/data/aspects/powers/night_strength.json b/src/main/resources/data/aspects/powers/night_strength.json
index 64623ea..eb42fa9 100644
--- a/src/main/resources/data/aspects/powers/night_strength.json
+++ b/src/main/resources/data/aspects/powers/night_strength.json
@@ -11,7 +11,7 @@
"inverted": true
},
"name":"Night Strength",
- "description":"You do more damage during the nighttime.",
+ "description":"You do more damage during the nighttime. / +1 attack damage at night",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/nightwalker.json b/src/main/resources/data/aspects/powers/nightwalker.json
index b3a1038..27e7db6 100644
--- a/src/main/resources/data/aspects/powers/nightwalker.json
+++ b/src/main/resources/data/aspects/powers/nightwalker.json
@@ -11,7 +11,7 @@
"inverted": true
},
"name":"Nightwalker",
- "description":"Your movement speed is increased at night.",
+ "description":"Your movement speed is increased at night. / +0.005 movement speed at night",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/poison_resistance.json b/src/main/resources/data/aspects/powers/poison_resistance.json
index 7ed275d..de5b512 100644
--- a/src/main/resources/data/aspects/powers/poison_resistance.json
+++ b/src/main/resources/data/aspects/powers/poison_resistance.json
@@ -8,7 +8,7 @@
"type": "origins:name",
"name":"magic"
},
- "cooldown": 0.5,
+ "cooldown": 0.2,
"name":"Poison Ivy",
"description":"Poison damage doesn't hurt as much.",
"badges": [
diff --git a/src/main/resources/data/aspects/powers/positive_influence.json b/src/main/resources/data/aspects/powers/positive_influence.json
index 98e999c..72578ab 100644
--- a/src/main/resources/data/aspects/powers/positive_influence.json
+++ b/src/main/resources/data/aspects/powers/positive_influence.json
@@ -17,7 +17,7 @@
"type": "origins:daytime"
},
"name":"Positive Influence",
- "description":"As every morning passes, you have a small chance to gain the Hero of the Village effect.",
+ "description":"As every natural morning passes, you have a small chance to gain the Hero of the Village effect.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/rain_strength.json b/src/main/resources/data/aspects/powers/rain_strength.json
deleted file mode 100644
index 536fe37..0000000
--- a/src/main/resources/data/aspects/powers/rain_strength.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "type": "origins:action_over_time",
- "entity_action": {
- "type": "origins:apply_effect",
- "effect": {
- "effect": "minecraft:strength",
- "duration": 400,
- "amplifier": 2
- }
- },
- "interval": 20,
- "condition": {
- "type": "origins:in_rain"
- },
- "name":"Rain Strength",
- "description":"You get strength when in rain.",
- "badges": [
- {
- "sprite": "aspects:textures/gui/badge/check.png",
- "text": "Positive"
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/resistance.json b/src/main/resources/data/aspects/powers/resistance.json
index a6f5425..2ec9939 100644
--- a/src/main/resources/data/aspects/powers/resistance.json
+++ b/src/main/resources/data/aspects/powers/resistance.json
@@ -6,7 +6,7 @@
"operation": "addition"
},
"name":"Resistance",
- "description":"You have more natural armour points than other aspect users.",
+ "description":"You have more natural armour points than other aspect users. / +4 armor points",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/solus_primary.json b/src/main/resources/data/aspects/powers/solus_primary.json
index e6d9c96..82e9b06 100644
--- a/src/main/resources/data/aspects/powers/solus_primary.json
+++ b/src/main/resources/data/aspects/powers/solus_primary.json
@@ -9,7 +9,7 @@
"type": "origins:apply_effect",
"effect": {
"effect": "minecraft:glowing",
- "duration": 300,
+ "duration": 100,
"amplifier": 0,
"show_particles":false
}
diff --git a/src/main/resources/data/aspects/powers/solus_secondary.json b/src/main/resources/data/aspects/powers/solus_secondary.json
index deffe7d..42227c3 100644
--- a/src/main/resources/data/aspects/powers/solus_secondary.json
+++ b/src/main/resources/data/aspects/powers/solus_secondary.json
@@ -19,7 +19,7 @@
"type": "origins:damage",
"amount": 10,
"source": {
- "name": "inFire",
+ "name": "onFire",
"bypasses_armor": true,
"fire":true
}
@@ -31,13 +31,20 @@
"type": "origins:add_velocity",
"y": 1
}
+ },
+ {
+ "type": "origins:target_action",
+ "action": {
+ "type": "origins:set_on_fire",
+ "duration": 6
}
+ }
]
}
}
]
},
- "cooldown": 3400,
+ "cooldown": 800,
"hud_render": {
"should_render": true,
"inverted":true,
diff --git a/src/main/resources/data/aspects/powers/storm_strength.json b/src/main/resources/data/aspects/powers/storm_strength.json
index ac6fe6a..1cc2f3a 100644
--- a/src/main/resources/data/aspects/powers/storm_strength.json
+++ b/src/main/resources/data/aspects/powers/storm_strength.json
@@ -11,7 +11,7 @@
"predicate": "aspects:weather/is_thunderstorm"
},
"name":"Storm Strength",
- "description":"During thunderstorms, you do significantly more damage to others.",
+ "description":"During thunderstorms, you do significantly more damage to others. / +0.4 attack damage during storms",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/sun_bar.json b/src/main/resources/data/aspects/powers/sun_bar.json
index 39fe461..6f21548 100644
--- a/src/main/resources/data/aspects/powers/sun_bar.json
+++ b/src/main/resources/data/aspects/powers/sun_bar.json
@@ -4,16 +4,26 @@
"max": 30,
"hud_render": {
"should_render": true,
- "sprite_location": "origins:textures/gui/community/spiderkolo/resource_bar_01.png"
+ "sprite_location": "origins:textures/gui/community/spiderkolo/resource_bar_01.png",
+ "condition": {
+ "type": "origins:resource",
+ "resource": "aspects:sun_bar",
+ "comparison": ">",
+ "compare_to": 0
+ }
},
"max_action": {
"type": "origins:apply_effect",
"effect": {
"effect": "minecraft:strength",
"show_particles":false,
- "duration": 200,
+ "duration": 999999999,
"amplifier": 1
}
},
+ "min_action": {
+ "type": "origins:clear_effect",
+ "effect": "minecraft:strength"
+ },
"hidden":true
}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/sunbaked.json b/src/main/resources/data/aspects/powers/sunbaked.json
index e9df1b8..77de6ec 100644
--- a/src/main/resources/data/aspects/powers/sunbaked.json
+++ b/src/main/resources/data/aspects/powers/sunbaked.json
@@ -1,13 +1,30 @@
{
+ "type":"origins:multiple",
+ "addition":{
"type": "origins:action_over_time",
"entity_action": {
"type": "origins:change_resource",
"resource": "aspects:sun_bar",
"change": 1
},
- "interval": 10,
+ "interval": 25,
"condition": {
"type": "origins:exposed_to_sun"
+ }
+},
+ "subtraction":{
+ "type": "origins:action_over_time",
+ "entity_action": {
+ "type": "origins:change_resource",
+ "resource": "aspects:sun_bar",
+ "change": -1
+ },
+ "interval": 50,
+ "condition": {
+ "type": "origins:brightness",
+ "comparison": "<",
+ "compare_to": 0.5
+ }
},
"name":"Sunbaked",
"description":"When you stay in the sun for long enough, you will become strengthened.",
diff --git a/src/main/resources/data/aspects/powers/tempus_secondary.json b/src/main/resources/data/aspects/powers/tempus_secondary.json
index f11c06c..4299c17 100644
--- a/src/main/resources/data/aspects/powers/tempus_secondary.json
+++ b/src/main/resources/data/aspects/powers/tempus_secondary.json
@@ -23,7 +23,7 @@
"radius": 10,
"bientity_action": {
"type": "origins:damage",
- "amount": 4,
+ "amount": 5,
"source": {
"name": "lightningBolt",
"bypasses_armor": true
@@ -36,7 +36,7 @@
},
{
"type": "origins:heal",
- "amount": 6
+ "amount": 8
},
{
"type":"origins:execute_command",
diff --git a/src/main/resources/data/aspects/powers/water_damage.json b/src/main/resources/data/aspects/powers/water_damage.json
index c7b9cd8..a13207b 100644
--- a/src/main/resources/data/aspects/powers/water_damage.json
+++ b/src/main/resources/data/aspects/powers/water_damage.json
@@ -1,6 +1,6 @@
{
"type": "origins:damage_over_time",
- "interval": 20,
+ "interval": 40,
"onset_delay": 1,
"damage": 2,
"damage_easy": 1,
@@ -26,7 +26,7 @@
]
},
"name":"Water Damage",
- "description":"When you touch water, you receive damage.",
+ "description":"When you touch water, you receive damage. / +2 damage every 40 ticks",
"badges": [
{
"sprite": "aspects:textures/gui/badge/cross.png",
diff --git a/src/main/resources/data/aspects/powers/wise.json b/src/main/resources/data/aspects/powers/wise.json
index 622ee04..5b563c7 100644
--- a/src/main/resources/data/aspects/powers/wise.json
+++ b/src/main/resources/data/aspects/powers/wise.json
@@ -5,7 +5,7 @@
"value": 2.0
},
"name":"Wise",
- "description":"Anemo is also the aspect of wisdom and knowledge. You gain 3x more experience upon picking up an experience orb. Way to go, smarty pants.",
+ "description":"Anemo is also the aspect of wisdom and knowledge. You gain 2x more experience upon picking up an experience orb. Way to go, smarty pants.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/wither_damage.json b/src/main/resources/data/aspects/powers/wither_damage.json
index b1cb3fd..0a39e66 100644
--- a/src/main/resources/data/aspects/powers/wither_damage.json
+++ b/src/main/resources/data/aspects/powers/wither_damage.json
@@ -9,7 +9,7 @@
}
},
"name":"Wither",
- "description":"Your attacks do wither damage.",
+ "description":"Your attacks do wither damage. / +0.05 wither damage every hit",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
diff --git a/src/main/resources/data/aspects/powers/wither_immunity.json b/src/main/resources/data/aspects/powers/wither_immunity.json
new file mode 100644
index 0000000..142198e
--- /dev/null
+++ b/src/main/resources/data/aspects/powers/wither_immunity.json
@@ -0,0 +1,20 @@
+{
+ "type": "origins:action_when_damage_taken",
+ "entity_action": {
+ "type": "origins:clear_effect",
+ "effect": "minecraft:wither"
+ },
+ "damage_condition": {
+ "type": "origins:name",
+ "name":"wither"
+ },
+ "cooldown": 0.2,
+ "name":"Withered Away",
+ "description":"You have wither resistance.",
+ "badges": [
+ {
+ "sprite": "aspects:textures/gui/badge/check.png",
+ "text": "Positive"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/main/resources/data/aspects/powers/wolf_affinity.json b/src/main/resources/data/aspects/powers/wolf_affinity.json
index 79738dc..40bab11 100644
--- a/src/main/resources/data/aspects/powers/wolf_affinity.json
+++ b/src/main/resources/data/aspects/powers/wolf_affinity.json
@@ -10,6 +10,13 @@
"condition":
{
"type": "origins:sneaking"
+ },
+ "bientity_condition": {
+ "type": "origins:target_condition",
+ "condition": {
+ "type": "origins:entity_type",
+ "entity_type": "minecraft:wolf"
+ }
}
},
"name":"Wolf Affinity",
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 0ab1a83..c849c9a 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -4,17 +4,18 @@
"version": "${version}",
"name": "Aspects",
- "description": "This is an example description! Tell everyone what your mod is about!",
+ "description": "An element-based Origins addon for the Fabric modloader.",
"authors": [
"Fishplex"
],
"contact": {
- "homepage": "https://fabricmc.net/",
- "sources": "https://github.com/FabricMC/fabric-example-mod"
+ "homepage": "https://github.com/missingbinary/Aspects",
+ "sources": "https://github.com/missingbinary/Aspects",
+ "issues": "https://github.com/missingbinary/Aspects/issues"
},
"license": "CC0-1.0",
- "icon": "assets/modid/icon.png",
+ "icon": "assets/aspects/textures/item/anemo_feather.png",
"environment": "*",
"entrypoints": {
@@ -30,9 +31,8 @@
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": "1.18.x",
- "java": ">=17"
- },
- "suggests": {
- "another-mod": "*"
+ "java": ">=17",
+ "extrakeybinds":"*",
+ "origins": ">=1.4.1"
}
}