forked from Clones/Controlify
controller hid identification + ps4 buttons
This commit is contained in:
@ -14,6 +14,7 @@ fabric_api = "0.73.3+1.19.4"
|
||||
mixin_extras = "0.2.0-beta.1"
|
||||
yet_another_config_lib = "2.2.0+update.1.19.4-SNAPSHOT"
|
||||
mod_menu = "6.0.0-beta.1"
|
||||
hid4java = "0.7.0"
|
||||
|
||||
[libraries]
|
||||
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
|
||||
@ -23,6 +24,7 @@ fabric_api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fab
|
||||
mixin_extras = { module = "com.github.llamalad7:mixinextras", version.ref = "mixin_extras" }
|
||||
yet_another_config_lib = { module = "dev.isxander:yet-another-config-lib", version.ref = "yet_another_config_lib" }
|
||||
mod_menu = { module = "com.terraformersmc:modmenu", version.ref = "mod_menu" }
|
||||
hid4java = { module = "org.hid4java:hid4java", version.ref = "hid4java" }
|
||||
|
||||
[plugins]
|
||||
loom = { id = "fabric-loom", version.ref = "loom" }
|
||||
|
Reference in New Issue
Block a user