forked from Clones/Controlify
➕ Unknown controller submission screen.
This commit is contained in:
@ -279,10 +279,13 @@
|
||||
"controlify.calibration.later": "Maybe Later",
|
||||
"controlify.calibration.later.tooltip": "You must calibrate to use the controller. Pressing this will deactivate the controller and you will have to use it again to calibrate.",
|
||||
|
||||
"controlify.beta.title": "Controlify Beta Notice",
|
||||
"controlify.beta.message": "You are currently using Controlify Beta.\n\nThis mod is a work in progress and will contain many bugs. Please, if you spot a bug in this mod or have a suggestion to make it even better, please create an issue on the %s!\n\nYou can always find the link to the issue tracker in Controlify's settings menu.",
|
||||
"controlify.beta.message.link": "issue tracker",
|
||||
"controlify.beta.button": "Open Issue Tracker...",
|
||||
"controlify.controller_submission.title": "Unknown Controller Submission",
|
||||
"controlify.controller_submission.message": "Please submit some of your controller info to Controlify's database to get it added in a future update.\n\nControlify sends the following information:\n- Your controller's vendor & product IDs\n- Your controller's GUID\n- The name of your controller (in the box below)\n- The version of Controlify you are currently on\n\nThis is completely anonymous and does store any of your personal or account information.",
|
||||
"controlify.controller_submission.dont_show_again": "Do not show for this controller again",
|
||||
"controlify.controller_submission.submit": "Submit Data",
|
||||
"controlify.controller_submission.name_hint": "Controller name",
|
||||
"controlify.controller_submission.name_narration": "Controller name input field",
|
||||
"controlify.controller_submission.invalid_name": "Invalid controller name. Use only letters, numbers and spaces.",
|
||||
|
||||
"controlify.error.hid": "Controller Detection Disabled",
|
||||
"controlify.error.hid.desc": "Controller identification failed, so any controller config changes will not persist. Check logs for more info.",
|
||||
|
@ -7,26 +7,20 @@
|
||||
},
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"client": [
|
||||
"compat.fapi.KeyBindingRegistryImplAccessor",
|
||||
"compat.iris.BaseOptionElementWidgetMixin",
|
||||
"compat.sodium.CycleControlElementMixin",
|
||||
"compat.sodium.SliderControlElementMixin",
|
||||
"compat.sodium.TickBoxControlElementMixin",
|
||||
"core.GLXMixin",
|
||||
"feature.fixes.boatfix.BoatMixin",
|
||||
"feature.rumble.explosion.LightningBoltMixin",
|
||||
"feature.rumble.fishing.FishingHookMixin",
|
||||
"feature.rumble.itembreak.LivingEntityMixin",
|
||||
"feature.rumble.levelevents.LevelRendererMixin",
|
||||
"feature.rumble.useitem.LivingEntityMixin",
|
||||
"compat.fapi.KeyBindingRegistryImplAccessor",
|
||||
"compat.sodium.SodiumOptionsGUIAccessor",
|
||||
"compat.sodium.SodiumOptionsGUIMixin",
|
||||
"compat.sodium.TickBoxControlElementMixin",
|
||||
"compat.yacl.CyclingControllerElementMixin",
|
||||
"compat.yacl.SliderControllerElementMixin",
|
||||
"compat.yacl.YACLScreenCategoryTabAccessor",
|
||||
"compat.yacl.YACLScreenCategoryTabMixin",
|
||||
"compat.yacl.YACLScreenMixin",
|
||||
"core.ClientPacketListenerMixin",
|
||||
"core.GLXMixin",
|
||||
"core.GuiMixin",
|
||||
"core.KeyboardHandlerMixin",
|
||||
"core.MinecraftMixin",
|
||||
@ -38,7 +32,9 @@
|
||||
"feature.bind.ToggleKeyMappingAccessor",
|
||||
"feature.chatkbheight.ChatComponentMixin",
|
||||
"feature.chatkbheight.ChatScreenMixin",
|
||||
"feature.fixes.boatfix.BoatMixin",
|
||||
"feature.fixes.boatfix.LocalPlayerMixin",
|
||||
"feature.gui.WarningScreenMixin",
|
||||
"feature.guide.ingame.ClientPacketListenerMixin",
|
||||
"feature.guide.ingame.GuiMixin",
|
||||
"feature.guide.screen.AbstractButtonMixin",
|
||||
@ -50,7 +46,12 @@
|
||||
"feature.rumble.blockbreak.MultiPlayerGameModeMixin",
|
||||
"feature.rumble.damage.LocalPlayerMixin",
|
||||
"feature.rumble.explosion.ClientPacketListenerMixin",
|
||||
"feature.rumble.explosion.LightningBoltMixin",
|
||||
"feature.rumble.fishing.FishingHookMixin",
|
||||
"feature.rumble.itembreak.LivingEntityMixin",
|
||||
"feature.rumble.itembreak.LocalPlayerMixin",
|
||||
"feature.rumble.levelevents.LevelRendererMixin",
|
||||
"feature.rumble.useitem.LivingEntityMixin",
|
||||
"feature.rumble.useitem.LocalPlayerMixin",
|
||||
"feature.screenop.GameRendererMixin",
|
||||
"feature.screenop.MinecraftMixin",
|
||||
|
Reference in New Issue
Block a user