Add fishing particle highlighter
Currently does not work when sneaking or when the bobber moves too much, since the position desyncs with the server
This commit is contained in:
@@ -12,6 +12,7 @@ ktor = "2.3.0"
|
||||
dbus_java = "4.2.1"
|
||||
architectury = "8.1.79"
|
||||
neurepoparser = "0.0.1"
|
||||
qolify = "1.2.2-1.19.4"
|
||||
|
||||
[libraries]
|
||||
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
|
||||
@@ -30,11 +31,12 @@ architectury_fabric = { module = "dev.architectury:architectury-fabric", version
|
||||
rei_fabric = { module = "me.shedaniel:RoughlyEnoughItems-fabric", version.ref = "rei" }
|
||||
devauth = { module = "me.djtheredstoner:DevAuth-fabric", version.ref = "devauth" }
|
||||
modmenu = { module = "maven.modrinth:modmenu", version.ref = "modmenu" }
|
||||
qolify = { module = "maven.modrinth:qolify", version.ref = "qolify" }
|
||||
|
||||
[bundles]
|
||||
dbus = ["dbus_java_core", "dbus_java_unixsocket"]
|
||||
runtime_required = ["architectury_fabric", "rei_fabric"]
|
||||
runtime_optional = ["devauth", "modmenu"]
|
||||
runtime_optional = ["devauth", "modmenu", "qolify"]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user