gaycraft/config/immersive_portals.json
2023-11-03 18:24:11 +01:00

89 lines
No EOL
2.6 KiB
JSON
Executable file

{
"check_the_wiki_for_more_information": "https://qouteall.fun/immptl/wiki/Config-Options",
"maxPortalLayer": 5,
"lagAttackProof": true,
"compatibilityRenderMode": true,
"enableMirrorCreation": true,
"enableCrossPortalSound": true,
"pureMirror": false,
"renderYourselfInPortal": true,
"correctCrossPortalEntityRendering": true,
"reducedPortalRendering": true,
"netherPortalOverlay": false,
"enableNetherPortalEffect": true,
"enableClientPerformanceAdjustment": true,
"clientTolerantVersionMismatchWithServer": false,
"checkModInfoFromInternet": true,
"enableUpdateNotification": true,
"sharedBlockMeshBufferOptimization": true,
"enableClippingMechanism": true,
"visibilityPrediction": true,
"useDepthClampForPortalRendering": true,
"enableCrossPortalView": true,
"portalRenderLimit": 200,
"doCheckGlError": false,
"shaderpackWarning": true,
"portalWandCursorAlignment": 2,
"netherPortalMode": "normal",
"endPortalMode": "normal",
"enableWarning": true,
"lightVanillaNetherPortalWhenCrouching": false,
"enableServerPerformanceAdjustment": true,
"enableDatapackPortalGen": true,
"indirectLoadingRadiusCap": 8,
"regularPortalLengthLimit": 64,
"scaleLimit": 30,
"easeCreativePermission": true,
"easeCommandStickPermission": false,
"portalsChangeGravityByDefault": false,
"portalSearchingRange": 128,
"serverSideNormalChunkLoading": true,
"teleportationDebug": false,
"looseMovementCheck": false,
"chunkPacketDebug": false,
"enableImmPtlChunkLoading": true,
"serverTolerantVersionMismatchWithClient": false,
"serverRejectClientWithoutImmPtl": true,
"disabledWarnings": [
"preview",
"lod",
"entityculling",
"iris",
"many_mods",
"c2me",
"collective"
],
"dimStackPreset": {
"loop": false,
"gravityTransform": false,
"entries": [
{
"dimensionIdStr": "minecraft:the_end",
"scale": 1.0,
"flipped": false,
"horizontalRotation": 0.0,
"bedrockReplacementStr": "minecraft:obsidian",
"connectsPrevious": true,
"connectsNext": true
},
{
"dimensionIdStr": "minecraft:overworld",
"scale": 1.0,
"flipped": false,
"horizontalRotation": 0.0,
"bedrockReplacementStr": "minecraft:obsidian",
"connectsPrevious": true,
"connectsNext": true
},
{
"dimensionIdStr": "minecraft:the_nether",
"scale": 1.0,
"flipped": false,
"horizontalRotation": 0.0,
"bedrockReplacementStr": "minecraft:obsidian",
"connectsPrevious": true,
"connectsNext": true
}
]
}
}