Keybind shortcuts not working with mods [1.12.2]
spikespaz opened this issue ยท 1 comments
I have a simple example config that has three actions. The first is to create a Journeymap waypoint, the second is to use a Quark emote, and the third is to show the Journeymap fullscreen map. None of them work.
{
"main": {
"0": {
"title": "Create Waypoint",
"icon": {
"name": "minecraft:end_portal_frame",
"damage": 0
},
"action": {
"key": {
"key": "key.journeymap.create_waypoint",
"toggle": false
}
}
},
"1": {
"title": "Show Journeymap",
"icon": {
"name": "minecraft:map",
"damage": 0
},
"action": {
"key": {
"key": "key.journeymap.map_toggle_alt",
"toggle": true
}
}
},
"9": {
"title": "Emote: Facepalm",
"icon": {
"name": "minecraft:stone",
"damage": 0
},
"action": {
"key": {
"key": "quark.emote.facepalm",
"toggle": false
}
}
}
}
}
I have three mods installed. MineMenu, Quark, and Journeymap.
Forge 1.12.2-14.23.5.2847
is being used. Latest of everything else.
I was super stoked to find this mod, I only wish it worked!