base 1.19.2 archive
This commit is contained in:
commit
eb5cb460a7
144 changed files with 3096 additions and 0 deletions
101
.minecraft/config/yosbr/config/immersive_mc.toml
Normal file
101
.minecraft/config/yosbr/config/immersive_mc.toml
Normal file
|
@ -0,0 +1,101 @@
|
|||
#Whether immersives on anvils should be allowed
|
||||
anvil_immersion = true
|
||||
#Whether immersives on brewing stands should be allowed
|
||||
brewing_immersion = true
|
||||
#Whether immersives on all types of chests should be allowed. Unless users enable right_click_chest, this is VR only.
|
||||
chest_immersion = true
|
||||
#Whether immersives on crafting tables should be allowed
|
||||
crafting_immersion = true
|
||||
#Whether immersives on furnaces should be allowed
|
||||
furnace_immersion = true
|
||||
#Whether immersives on jukeboxes should be allowed (VR only)
|
||||
jukebox_immersion = true
|
||||
#Allow VR users to grab items at a distance.
|
||||
ranged_grab = true
|
||||
#Whether VR users can physically push buttons
|
||||
button_immersion = true
|
||||
#Whether immersives on Enchanting Tables should be allowed
|
||||
enchant_table_immersion = true
|
||||
#Whether VR users can hold items above a campfire to cook them
|
||||
campfire_immersion = true
|
||||
#Whether VR users can physically toggle levers
|
||||
lever_immersion = true
|
||||
#Allow VR players to use a bag to manage their inventory
|
||||
bag_inventory = true
|
||||
#Whether VR users can adjust the delay of repeaters using their hands
|
||||
repeater_immersion = true
|
||||
#Whether VR users can open/close doors and fence gates using their hands
|
||||
door_immersion = true
|
||||
#Whether VR users can pet animals they've tamed (or animals that are tamed for all once tamed, like horses)
|
||||
can_pet = true
|
||||
#Whether VR users can equip armor by placing the armor on them
|
||||
armor_immersion = true
|
||||
#Whether VR users can feed animals using both hands
|
||||
feed_animals = true
|
||||
#Whether immersives on Shulker Boxes should be allowed
|
||||
shulker_box_immersion = true
|
||||
#Whether VR players can pet any living entity instead of just pets that they're owners of. Requires 'can_pet' to be enabled!
|
||||
can_pet_any_living = true
|
||||
#Whether VR users can use a more immersive shield. They only need to hold a shield in the direction to block, no need to right click!
|
||||
immersive_shield = true
|
||||
#Range in blocks that VR players can pick up items using ranged grab. Set to -1 to use Minecraft's pick range.
|
||||
#Range: -1 ~ 12
|
||||
ranged_grab_range = 12
|
||||
#Whether immersives on beacons should be allowed
|
||||
beacon_immersion = true
|
||||
#Whether immersives on barrels should be allowed
|
||||
barrel_immersion = true
|
||||
#Whether VR users can throw items based on the speed of their hand
|
||||
use_throwing = true
|
||||
#Whether VR throwing users can throw up to 5% beyond the velocity of non-VR users depending on how hard they throw
|
||||
allow_throwing_beyond_max = true
|
||||
#Whether immersives on hoppers should be allowed.
|
||||
hopper_immersion = true
|
||||
#Whether immersives for smithing tables should be allowed.
|
||||
smithing_table_immersion = true
|
||||
#Allow users to crouch + right-click to bypass immersives.
|
||||
crouch_bypass_immersion = false
|
||||
#Do controller rumble for ImmersiveMC actions.
|
||||
do_rumble = true
|
||||
#Return items to oneself when walking away from immersives that items tend to not be stored in.
|
||||
return_items = true
|
||||
#Color for the bag as a base-10 RGB number.
|
||||
#Range: 0 ~ 16777215
|
||||
bag_color = 11901820
|
||||
#Allows for right-clicking chests to use their immersive. Works outside of VR!
|
||||
right_click_chest = false
|
||||
#Makes the furnace immersive more centered instead of similar to the vanilla GUI
|
||||
center_furnace = false
|
||||
#Makes the brewing stand more centered instead of similar to the vanilla GUI
|
||||
center_brewing = true
|
||||
#Use lower-detailed bag
|
||||
low_detail_bag = false
|
||||
#The mode for the placement guide
|
||||
#Range: 0 ~ 2
|
||||
placement_guide_mode = 1
|
||||
#Integer representation for the mode to use when placing items using ImmersiveMC
|
||||
#Range: 0 ~ 3
|
||||
placement_mode = 0
|
||||
#Whether the item output of a crafting table should spin
|
||||
spin_crafting_output = true
|
||||
#Allow right-clicking immersives in VR, like how NonVR users do.
|
||||
right_click_in_vr = false
|
||||
#Enables compatability for 3D resource packs like Classic 3D (16x)
|
||||
resource_pack_3d_compat = false
|
||||
#Color for the item guides that help with item placement (aqua by default).
|
||||
#Range: 0 ~ 4294967295
|
||||
item_guide_color = 855703551
|
||||
#Color for the item guides that help with item placement when hovered over (green by default).
|
||||
#Range: 0 ~ 4294967295
|
||||
item_guide_selected_color = 855703296
|
||||
#Color for the particles shown when grabbing items from range (aqua by default).
|
||||
#Range: 0 ~ 4294967295
|
||||
ranged_grab_color = 4278255615
|
||||
#Disable vanilla GUIs when their respective immersive is enabled
|
||||
disable_vanilla_interactions = false
|
||||
#Allow reaching behind you to grab your bag. Disables similar functionatliy from regular Vivecraft.
|
||||
reach_behind_backpack = false
|
||||
#!!!!DON'T TOUCH!!!! Version number for this configuration file! Do not change! It is used by ImmersiveMC to track config updates so it can automatically update your configuration files when needed!
|
||||
#Range: > 1
|
||||
config_version = 2
|
||||
|
159
.minecraft/config/yosbr/optionsviveprofiles.txt
Normal file
159
.minecraft/config/yosbr/optionsviveprofiles.txt
Normal file
|
@ -0,0 +1,159 @@
|
|||
{
|
||||
"selectedProfile": "Default",
|
||||
"Profiles": {
|
||||
"Default": {
|
||||
"Vr": {
|
||||
"mrMovingCamOffsetZ": "0.0",
|
||||
"smoothTick": "false",
|
||||
"mrMovingCamOffsetY": "0.0",
|
||||
"mrMovingCamOffsetX": "0.0",
|
||||
"sneakThreshold": "0.4",
|
||||
"crawlThreshold": "0.82",
|
||||
"physicalKeyboardScale": "1.0",
|
||||
"keyboardKeys": "`1234567890-=qwertyuiop[]\\asdfghjkl;':\"zxcvbnm,./?<>",
|
||||
"RADIALALT_4": "",
|
||||
"RADIALALT_3": "",
|
||||
"RADIALALT_2": "",
|
||||
"RADIALALT_1": "",
|
||||
"RADIALALT_0": "",
|
||||
"weaponCollisionNew": "AUTO",
|
||||
"vrTouchHotbar": "true",
|
||||
"mixedRealityKeyColor": "0,0,0",
|
||||
"useCrosshairOcclusion": "true",
|
||||
"displayMirrorMode": "CROPPED",
|
||||
"vrFixedCamrotW": "0.962",
|
||||
"realisticJumpEnabled": "true",
|
||||
"vrFixedCamrotZ": "0.041",
|
||||
"realisticRowEnabled": "true",
|
||||
"vrFixedCamrotY": "0.239",
|
||||
"vrFixedCamrotX": "0.125",
|
||||
"low_health_indicator": "true",
|
||||
"version": "0",
|
||||
"originOffset": "0.0,0.0,0.0",
|
||||
"mixedRealityAlphaMask": "false",
|
||||
"handCameraResScale": "1.0",
|
||||
"forceHardwareDetection": "0",
|
||||
"handCameraFov": "70.0",
|
||||
"realisticClimbEnabled": "true",
|
||||
"forceStandingFreeMove": "false",
|
||||
"inertiaFactor": "NORMAL",
|
||||
"reverseHands": "false",
|
||||
"keyboardKeysShift": "~!@#$%^&*()_+QWERTYUIOP{}|ASDFGHJKL;':\"ZXCVBNM,./?<>",
|
||||
"thirdPersonItems": "false",
|
||||
"worldScale": "1.0",
|
||||
"mixedRealityFov": "40.0",
|
||||
"hudDistance": "1.25",
|
||||
"stencilOn": "true",
|
||||
"hudPitchOffset": "-2.0",
|
||||
"vehicleRotation": "true",
|
||||
"autoSprint": "true",
|
||||
"xSensitivity": "1.0",
|
||||
"teleportLimitHoriz": "16",
|
||||
"monoFOV": "0.0",
|
||||
"physicalKeyboard": "true",
|
||||
"autoOpenKeyboard": "false",
|
||||
"teleportLimitDown": "4",
|
||||
"realisticSwimEnabled": "true",
|
||||
"ySensitivity": "1.0",
|
||||
"teleportLimitUp": "1",
|
||||
"stereoProviderPluginID": "openvr",
|
||||
"RADIALALT_7": "",
|
||||
"RADIALALT_6": "",
|
||||
"RADIALALT_5": "",
|
||||
"allowAdvancedBindings": "false",
|
||||
"mrMovingCamOffsetRotW": "1.0",
|
||||
"seatedHudAltMode": "true",
|
||||
"insideBlockSolidColor": "false",
|
||||
"radialModeHold": "true",
|
||||
"mrMovingCamOffsetRotZ": "0.0",
|
||||
"headHudScale": "1.0",
|
||||
"autoSprintThreshold": "0.9",
|
||||
"mrMovingCamOffsetRotX": "0.0",
|
||||
"mrMovingCamOffsetRotY": "0.0",
|
||||
"chatNotifications": "NONE",
|
||||
"QUICKCOMMAND_9": "take this!",
|
||||
"renderBlockOutlineMode": "ALWAYS",
|
||||
"firstRun": "false",
|
||||
"QUICKCOMMAND_1": "/gamemode creative",
|
||||
"menuBackground": "false",
|
||||
"QUICKCOMMAND_2": "/help",
|
||||
"QUICKCOMMAND_3": "/home",
|
||||
"simulateFalling": "true",
|
||||
"QUICKCOMMAND_4": "/sethome",
|
||||
"badStereoProviderPluginID": "",
|
||||
"QUICKCOMMAND_5": "/spawn",
|
||||
"QUICKCOMMAND_6": "hi!",
|
||||
"realisticSneakEnabled": "true",
|
||||
"QUICKCOMMAND_7": "bye!",
|
||||
"guiAppearOverBlock": "true",
|
||||
"QUICKCOMMAND_8": "follow me!",
|
||||
"analogMovement": "true",
|
||||
"bcbOn": "true",
|
||||
"hrtfSelection": "0",
|
||||
"menuCrosshairScale": "1.0",
|
||||
"QUICKCOMMAND_0": "/gamemode survival",
|
||||
"headToHmdLength": "0.10000000149011612",
|
||||
"seatedhmd": "false",
|
||||
"chatNotificationSound": "block.note_block.bell",
|
||||
"jumpThreshold": "0.05",
|
||||
"movementSpeedMultiplier": "1.0",
|
||||
"seated": "false",
|
||||
"physicalKeyboardTheme": "DEFAULT",
|
||||
"rightclickDelay": "VANILLA",
|
||||
"limitedTeleport": "true",
|
||||
"manualCalibration": "-1.0",
|
||||
"allowCrawling": "true",
|
||||
"smoothRunTickCount": "20",
|
||||
"bowMode": "ON",
|
||||
"physicalGuiEnabled": "false",
|
||||
"allowStandingOriginOffset": "false",
|
||||
"hudYawOffset": "0.0",
|
||||
"crosshairScalesWithDistance": "false",
|
||||
"fovReductionMin": "0.25",
|
||||
"autoCalibration": "-1.0",
|
||||
"renderInGameCrosshairMode": "ALWAYS",
|
||||
"worldRotation": "45.0",
|
||||
"alwaysSimulateKeyboard": "false",
|
||||
"externalCameraAngleOrder": "XZY",
|
||||
"keyholeX": "15.0",
|
||||
"mixedRealityRenderCameraModel": "true",
|
||||
"vrFixedCamposX": "-1.0",
|
||||
"vrFixedCamposY": "2.4",
|
||||
"fovRedutioncOffset": "0.1",
|
||||
"vrFixedCamposZ": "2.7",
|
||||
"RADIAL_2": "vivecraft.key.rotateRight",
|
||||
"RADIAL_3": "key.pickItem",
|
||||
"QUICKCOMMAND_11": "praise the sun!",
|
||||
"RADIAL_0": "key.drop",
|
||||
"QUICKCOMMAND_10": "thank you!",
|
||||
"RADIAL_1": "key.chat",
|
||||
"RADIAL_6": "vivecraft.key.rotateLeft",
|
||||
"RADIAL_7": "vivecraft.key.quickTorch",
|
||||
"RADIAL_4": "vivecraft.key.toggleHandheldCam",
|
||||
"mixedRealityRenderHands": "false",
|
||||
"hudOpacity": "1.0",
|
||||
"RADIAL_5": "vivecraft.key.togglePlayerList",
|
||||
"vrWorldRotationIncrement": "45.0",
|
||||
"hudOcclusion": "true",
|
||||
"mixedRealityUndistorted": "true",
|
||||
"mixedRealityUnityLike": "true",
|
||||
"vrFreeMoveMode": "HMD",
|
||||
"walkMultiplier": "1.0",
|
||||
"fovReduction": "false",
|
||||
"menuAlwaysFollowFace": "false",
|
||||
"vrHudLockMode": "WRIST",
|
||||
"menuWorldSelection": "BOTH",
|
||||
"backpackSwitching": "true",
|
||||
"useFsaa": "false",
|
||||
"renderScaleFactor": "1.0",
|
||||
"shaderGUIRender": "AFTER_SHADER",
|
||||
"disableFun": "false",
|
||||
"displayMirrorLeftEye": "false",
|
||||
"crosshairScale": "1.0",
|
||||
"hideGUI": "false",
|
||||
"walkUpBlocks": "false",
|
||||
"seatedFreeMove": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue