forked from Clones/Controlify
✏️ Removed extra resource-pack.
This commit is contained in:
@ -7,10 +7,15 @@ Updated for Minecraft 1.20
|
|||||||
- Added a config setting `delegate_setup` so modpack authors can move the controller setup to when users
|
- Added a config setting `delegate_setup` so modpack authors can move the controller setup to when users
|
||||||
enter the config screen.
|
enter the config screen.
|
||||||
|
|
||||||
|
## Changes
|
||||||
|
|
||||||
|
- Removed extra mappings resource pack (merged into base resources)
|
||||||
|
|
||||||
## Beta 1
|
## Beta 1
|
||||||
|
|
||||||
- Added a config setting `delegate_setup` so modpack authors can move the controller setup to when users
|
- Added a config setting `delegate_setup` so modpack authors can move the controller setup to when users
|
||||||
enter the config screen.
|
enter the config screen.
|
||||||
- Removed the immediately-fast compatibility temporarily.
|
- Removed the immediately-fast compatibility temporarily.
|
||||||
|
- Removed extra mappings resource pack (merged into base resources)
|
||||||
|
|
||||||
|
|
||||||
|
@ -191,13 +191,6 @@ public class Controlify implements ControlifyApi {
|
|||||||
|
|
||||||
LOGGER.info("Pre-initializing Controlify...");
|
LOGGER.info("Pre-initializing Controlify...");
|
||||||
|
|
||||||
ResourceManagerHelper.registerBuiltinResourcePack(
|
|
||||||
Controlify.id("extra_mappings"),
|
|
||||||
FabricLoader.getInstance().getModContainer("controlify").orElseThrow(),
|
|
||||||
Component.translatable("controlify.resource_pack.extra_mappings"),
|
|
||||||
ResourcePackActivationType.DEFAULT_ENABLED
|
|
||||||
);
|
|
||||||
|
|
||||||
ControlifySounds.init();
|
ControlifySounds.init();
|
||||||
|
|
||||||
this.inGameInputHandler = null;
|
this.inGameInputHandler = null;
|
||||||
|
@ -269,5 +269,27 @@
|
|||||||
"controlify.joystick_mapping.unmapped.axis_direction.negative": "(Negative)",
|
"controlify.joystick_mapping.unmapped.axis_direction.negative": "(Negative)",
|
||||||
"controlify.joystick_mapping.unmapped.axis_direction.positive": "(Positive)",
|
"controlify.joystick_mapping.unmapped.axis_direction.positive": "(Positive)",
|
||||||
|
|
||||||
"controlify.resource_pack.extra_mappings": "Extra Mappings"
|
|
||||||
|
|
||||||
|
"controlify.joystick_mapping.tm_t16000.axis.roll": "Roll",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.axis.pitch": "Pitch",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.axis.yaw": "Yaw",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.axis.throttle": "Throttle",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.button.trigger": "Trigger",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.button.a": "A",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.button.x": "X",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.button.b": "B",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.left_1": "Left 1",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.left_2": "Left 2",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.left_3": "Left 3",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.left_4": "Left 4",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.left_5": "Left 5",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.left_6": "Left 6",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.right_1": "Right 1",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.right_2": "Right 2",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.right_3": "Right 3",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.right_4": "Right 4",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.right_5": "Right 5",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.right_6": "Right 6",
|
||||||
|
"controlify.joystick_mapping.tm_t16000.hat": "Hat"
|
||||||
}
|
}
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"name": "Thrustmaster T16000M",
|
|
||||||
"theme": "thrustmaster",
|
|
||||||
"mapping": "tm_t16000m",
|
|
||||||
|
|
||||||
"hids": [
|
|
||||||
[0x044f, 0xb10a]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"controlify.joystick_mapping.tm_t16000.axis.roll": "Roll",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.axis.pitch": "Pitch",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.axis.yaw": "Yaw",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.axis.throttle": "Throttle",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.button.trigger": "Trigger",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.button.a": "A",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.button.x": "X",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.button.b": "B",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.left_1": "Left 1",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.left_2": "Left 2",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.left_3": "Left 3",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.left_4": "Left 4",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.left_5": "Left 5",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.left_6": "Left 6",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.right_1": "Right 1",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.right_2": "Right 2",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.right_3": "Right 3",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.right_4": "Right 4",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.right_5": "Right 5",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.right_6": "Right 6",
|
|
||||||
"controlify.joystick_mapping.tm_t16000.hat": "Hat"
|
|
||||||
}
|
|
@ -1,113 +0,0 @@
|
|||||||
{
|
|
||||||
"axes": [
|
|
||||||
{
|
|
||||||
"ids": [0],
|
|
||||||
"identifier": "roll",
|
|
||||||
"deadzone": true,
|
|
||||||
"rest": 0.0,
|
|
||||||
"axis_names": [
|
|
||||||
["right", "left"]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ids": [1],
|
|
||||||
"identifier": "pitch",
|
|
||||||
"deadzone": true,
|
|
||||||
"rest": 0.0,
|
|
||||||
"axis_names": [
|
|
||||||
["down", "up"]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ids": [2],
|
|
||||||
"identifier": "yaw",
|
|
||||||
"deadzone": true,
|
|
||||||
"rest": 0.0,
|
|
||||||
"axis_names": [
|
|
||||||
["right", "left"]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ids": [3],
|
|
||||||
"identifier": "throttle",
|
|
||||||
"rest": 0.0,
|
|
||||||
"deadzone": false,
|
|
||||||
"range": [0.0, 1.0],
|
|
||||||
"axis_names": [
|
|
||||||
["down", "up"]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"buttons": [
|
|
||||||
{
|
|
||||||
"button": 0,
|
|
||||||
"name": "trigger"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 1,
|
|
||||||
"name": "a"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 2,
|
|
||||||
"name": "x"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 3,
|
|
||||||
"name": "b"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 4,
|
|
||||||
"name": "left_1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 5,
|
|
||||||
"name": "left_2"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 6,
|
|
||||||
"name": "left_3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 7,
|
|
||||||
"name": "left_4"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 8,
|
|
||||||
"name": "left_5"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 9,
|
|
||||||
"name": "left_6"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 10,
|
|
||||||
"name": "right_1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 11,
|
|
||||||
"name": "right_2"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 12,
|
|
||||||
"name": "right_3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 13,
|
|
||||||
"name": "right_4"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 14,
|
|
||||||
"name": "right_5"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"button": 15,
|
|
||||||
"name": "right_6"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"hats": [
|
|
||||||
{
|
|
||||||
"name": "hat",
|
|
||||||
"hat": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"pack": {
|
|
||||||
"pack_format": 13,
|
|
||||||
"description": "Adds extra Controlify joystick mappings. §bMust restart."
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user