初次提交

This commit is contained in:
2026-03-25 23:46:30 +08:00
commit 6306a1563c
47 changed files with 1831 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# 禁止 Git 的自动行尾转换,以防止多平台的表现不同
* -text

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# 禁用所有 Packwiz 的构建产物
*.zip
*.mrpack

5
client/.packwizignore Normal file
View File

@ -0,0 +1,5 @@
# .packwizignore 是 packwiz 包管理器在打包 .mrpack 文件时,
# 应该忽略的文件清单
/README.md
/justfile

View File

@ -0,0 +1,101 @@
{
"configVersion": 2,
"recordingControls": {
"controlsLocation": "RIGHT",
"automaticallyStart": true,
"automaticallyFinish": true,
"showRecordingToasts": true,
"quicksave": true
},
"recording": {
"markDimensionChanges": true,
"recordHotbar": true,
"localPlayerUpdatesPerSecond": 120,
"recordVoiceChat": true
},
"exporting": {
"defaultExportFilename": "%date%T%time%",
"exportRenderDummyFrames": 0
},
"keyframes": {
"defaultInterpolationType": "SMOOTH",
"useRealtimeInterpolation": true
},
"editorMovement": {
"flightDirection": "HORIZONTAL",
"flightMomentum": 1.0,
"flightLockX": false,
"flightLockY": false,
"flightLockZ": false,
"flightLockYaw": false,
"flightLockPitch": false
},
"marker": {
"markerOptions1": {
"color": "RED",
"customRGB": "#FF0000",
"savePosition": true,
"description": ""
},
"markerOptions2": {
"color": "RED",
"customRGB": "#FF0000",
"savePosition": true,
"description": ""
},
"markerOptions3": {
"color": "RED",
"customRGB": "#FF0000",
"savePosition": true,
"description": ""
},
"markerOptions4": {
"color": "RED",
"customRGB": "#FF0000",
"savePosition": true,
"description": ""
}
},
"advanced": {
"disableIncreasedFirstPersonUpdates": false,
"disableThirdPersonCancel": false,
"synchronizeTicking": false
},
"internal": {
"recentReplays": [
"F:\\Minecraft\\.minecraft\\versions\\PT\u0027s Basic Modpack\\flashback\\replays\\2026-03-25T22_40_34.zip"
],
"openedWindows": [],
"nextUnsupportedModLoaderWarning": 0,
"filterUnnecessaryPackets": true,
"signedRenderFilter": false,
"viewedTipsOfTheDay": 1,
"showTipOfTheDay": true,
"nextTipOfTheDay": 1774536191467,
"replaySorting": "CREATED_DATE",
"sortDescending": true,
"defaultOverrideFov": 70.0,
"enableOverrideFovByDefault": false
},
"internalExport": {
"resolution": [
1920,
1080
],
"framerate": [
60.0
],
"resetRng": false,
"ssaa": false,
"noGui": false,
"selectedVideoEncoder": [
0
],
"useMaximumBitrate": false,
"recordAudio": false,
"transparentBackground": false,
"audioCodec": "AAC",
"stereoAudio": false
},
"forceDefaultExportSettings": {}
}

814
client/config/minihud.json Normal file
View File

@ -0,0 +1,814 @@
{
"InfoLineOrders": {
"infoFPS": 0,
"infoGPU": 1,
"infoMemoryUsage": 2,
"infoTimeIRL": 3,
"infoTimeWorld": 4,
"infoWorldTimeFormatted": 5,
"infoCoordinates": 6,
"infoCoordinatesScaled": 7,
"infoBlockPosition": 8,
"infoChunkPosition": 9,
"infoBlockInChunk": 10,
"infoDimensionId": 11,
"infoFacing": 12,
"infoRotationYaw": 13,
"infoRotationPitch": 14,
"infoBlockBreakSpeed": 15,
"infoPlayerExperience": 16,
"infoSpeed": 17,
"infoSpeedAxis": 18,
"infoSpeedHV": 19,
"infoSprinting": 20,
"infoServerTPS": 21,
"§6infoServux§r": 22,
"infoPing": 23,
"§6infoWeather§r": 24,
"infoTimeTotalModulo": 25,
"infoTimeDayModulo": 26,
"§6infoMobCaps§r": 27,
"infoParticleCount": 28,
"infoDifficulty": 29,
"infoEntities": 30,
"infoEntitiesClientWorld": 31,
"infoTileEntities": 32,
"infoLightLevel": 33,
"infoBiome": 34,
"infoBiomeRegistryName": 35,
"infoDistance": 36,
"infoLoadedChunksCount": 37,
"infoChunkSections": 38,
"infoChunkSectionsLine": 39,
"infoChunkUpdates": 40,
"infoRegionFile": 41,
"infoSlimeChunk": 42,
"infoLookingAtBlock": 43,
"infoLookingAtBlockInChunk": 44,
"infoBlockProperties": 45,
"§6infoBeeCount§r": 46,
"§6infoComparatorOutput§r": 47,
"infoHoneyLevel": 48,
"§6infoFurnaceXp§r": 49,
"infoEntityRegistryName": 50,
"infoLookingAtEntity": 51,
"infoLookingAtEffects": 52,
"infoLookingAtPlayerExp": 53,
"infoZombieConversion": 54,
"infoHorseSpeed": 55,
"infoHorseJump": 56,
"infoHorseMaxHealth": 57,
"infoPandaGene": 58,
"infoDolphinTreasure": 59,
"infoEntityVariant": 60,
"infoEntityHomePos": 61,
"infoEntityCopperAging": 62
},
"Colors": {
"beaconRangeLvl1": "#20E060FF",
"beaconRangeLvl2": "#20FFB040",
"beaconRangeLvl3": "#20FFF040",
"beaconRangeLvl4": "#2060FF40",
"blockGridOverlayColor": "#80FFFFFF",
"conduitRange": "#2030FFFF",
"conduitRangeOutlines": "#80FFFFFF",
"lightLevelMarkerBlockLit": "#FF209040",
"lightLevelMarkerDark": "#FFFF4848",
"lightLevelMarkerDim": "#FFC0C040",
"lightLevelMarkerSkyLit": "#FFFFFF33",
"lightLevelNumberBlockDark": "#FFC03030",
"lightLevelNumberBlockDim": "#FFC0C040",
"lightLevelNumberBlockLit": "#FF20FF40",
"lightLevelNumberSkyDark": "#FFFFF030",
"lightLevelNumberSkyDim": "#FFC0C030",
"lightLevelNumberSkyLit": "#FF40E0FF",
"randomTicksFixedOverlayColor": "#30F9F225",
"randomTicksPlayerOverlayColor": "#3030FE73",
"regionOverlayColor": "#30FF8019",
"shapeAdjustableSpawnSphere": "#6030B0B0",
"shapeBox": "#6050A0A0",
"shapeCanDespawnSphere": "#60A04050",
"shapeCanSpawnSphere": "#60A04050",
"shapeCircle": "#6030B0B0",
"shapeDespawnSphere": "#60A04050",
"shapeLineBlocky": "#6030F0B0",
"shapeSphereBlocky": "#6030B0B0",
"slimeChunksOverlayColor": "#3020F020",
"spawnPlayerEntityOverlayColor": "#302050D0",
"spawnPlayerRedstoneOverlayColor": "#30F8D641",
"spawnPlayerLazyOverlayColor": "#30D030D0",
"spawnPlayerOuterOverlayColor": "#306900D2",
"spawnRealEntityOverlayColor": "#3030FF20",
"spawnRealRedstoneOverlayColor": "#30F8D641",
"spawnRealLazyOverlayColor": "#30FF3020",
"spawnRealOuterOverlayColor": "#309D581A",
"spawnableColumnHeightsOverlayColor": "#A0FF00FF",
"textBackgroundColor": "#A0505050",
"textColor": "#FFE0E0E0"
},
"Generic": {
"axolotlTooltips": false,
"beeTooltips": false,
"disableVanillaBeeTooltips": false,
"bundleTooltips": true,
"bundleTooltipsFillLevel": 64,
"customModelTooltips": false,
"foodTooltips": false,
"honeyTooltips": false,
"lodestoneTooltips": false,
"biomeOverlaySingleColor": true,
"bundlePreview": false,
"bundleDisplayBgColor": true,
"bundleDisplayRequireShift": true,
"bundleDisplayRowWidth": 9,
"debugMessages": false,
"dontClearStoredSeedOnDimensionChange": true,
"conduitRangeOverlayCombineQuads": true,
"conduitRangeOverlayOutlines": false,
"conduitRangeOverlayThrough": false,
"hudDataSync": {
"enabled": false,
"hotkey": {
"keys": ""
}
},
"entityDataSync": {
"enabled": false,
"hotkey": {
"keys": ""
}
},
"entityDataSyncBackup": false,
"entityDataSyncBackupOpenToLan": false,
"entityDataSyncCacheRefresh": 0.25,
"entityDataSyncCacheTimeout": 2.75,
"lightLevelAutoHeight": false,
"lightLevelCollisionCheck": false,
"lightLevelColoredNumbers": true,
"lightLevelNumberRotation": true,
"lightLevelRenderThrough": false,
"lightLevelSkipBlockCheck": false,
"lightLevelUnderWater": false,
"mapPreview": false,
"mapPreviewRequireShift": true,
"offsetSubtitleHud": true,
"requireSneak": false,
"shulkerBoxPreview": false,
"shulkerDisplayBgColor": true,
"shulkerDisplayEnderChest": false,
"shulkerDisplayRequireShift": true,
"slimeChunkRenderThrough": false,
"slimeChunkTopToPlayer": true,
"sortLinesByLength": false,
"sortLinesReversed": false,
"spawnPlayerOuterOverlayEnabled": false,
"spawnPlayerRedstoneOverlayEnabled": false,
"spawnRealOuterOverlayEnabled": false,
"spawnRealRedstoneOverlayEnabled": false,
"speedUnits": "mps",
"structuresRenderThrough": false,
"structuresRenderOutlines": false,
"useCustomizedCoordinateFormat": true,
"useFontShadow": false,
"useTextBackground": true,
"mainRenderingToggle": {
"enabled": false,
"hotkey": {
"keys": ""
}
},
"moveShapeToPlayer": {
"keys": ""
},
"openConfigGui": {
"keys": "H,C"
},
"requiredKey": {
"keys": ""
},
"serverNbtRequestRate": 2,
"setDistanceReferencePoint": {
"keys": ""
},
"shapeEditor": {
"keys": ""
},
"blockGridOverlayMode": "all",
"lightLevelMarkerCondition": "spawnable",
"lightLevelMarkers": "square",
"lightLevelNumberCondition": "always",
"lightLevelNumbers": "block",
"hudAlignment": "top_left",
"biomeOverlayRange": 4,
"biomeOverlayRangeVertical": 0,
"blockPosFormat": "Block: %d, %d, %d",
"blockGridOverlayRadius": 32,
"coordinateFormat": "x: %.1f y: %.1f z: %.1f",
"copperAgingMode": "mc_time",
"dateFormatType": "regular",
"dateFormatString": "yyyy-MM-dd HH:mm:ss",
"dateFormatMinecraft": "MC time: (day {DAY}) {HOUR}:{MIN}:xx",
"durationFormatType": "pretty",
"durationFormatString": "HH:mm:ss.SSS",
"fontScale": 0.5,
"hudStatusEffectsShift": {
"enabled": true,
"hotkey": {
"keys": ""
}
},
"lightLevelMarkerSize": 0.84,
"lightLevelNumberOffsetBlockX": 0.26,
"lightLevelNumberOffsetBlockY": 0.32,
"lightLevelNumberOffsetSkyX": 0.42,
"lightLevelNumberOffsetSkyY": 0.56,
"lightLevelRange": 24,
"lightLevelThresholdDim": 0,
"lightLevelThresholdSafe": 1,
"lightLevelRenderOffset": 0.005,
"mapPreviewSize": 160,
"slimeChunkOverlayRadius": -1,
"spawnableColumnHeightsOverlayRadius": 40,
"textPosX": 4,
"textPosY": 4,
"timeDayDivisor": 24000,
"timeTotalDivisor": 24000,
"inventoryPreview": {
"keys": "LEFT_ALT"
},
"inventoryPreviewEnabled": false,
"inventoryPreviewToggleScreen": {
"keys": "BUTTON_3"
},
"inventoryPreviewVillagerBGColor": false,
"villagerConversionTicks": true,
"villagerOfferEnchantmentBooks": true,
"villagerOfferPriceRange": true,
"villagerOfferHighestLevelOnly": false,
"villagerOfferLowestPriceNearby": false,
"villagerOfferPriceThreshold": 1.0
},
"InfoTypeToggles": {
"infoFPS": true,
"infoGPU": false,
"infoMemoryUsage": false,
"infoTimeIRL": true,
"infoTimeWorld": false,
"infoWorldTimeFormatted": false,
"infoCoordinates": true,
"infoCoordinatesScaled": false,
"infoBlockPosition": false,
"infoChunkPosition": false,
"infoBlockInChunk": false,
"infoDimensionId": false,
"infoFacing": true,
"infoRotationYaw": false,
"infoRotationPitch": false,
"infoBlockBreakSpeed": false,
"infoPlayerExperience": false,
"infoSpeed": false,
"infoSpeedAxis": false,
"infoSpeedHV": false,
"infoSprinting": false,
"infoServerTPS": false,
"§6infoServux§r": false,
"infoPing": false,
"§6infoWeather§r": false,
"infoTimeTotalModulo": false,
"infoTimeDayModulo": false,
"§6infoMobCaps§r": false,
"infoParticleCount": false,
"infoDifficulty": false,
"infoEntities": false,
"infoEntitiesClientWorld": false,
"infoTileEntities": false,
"infoLightLevel": false,
"infoBiome": false,
"infoBiomeRegistryName": false,
"infoDistance": false,
"infoLoadedChunksCount": false,
"infoChunkSections": false,
"infoChunkSectionsLine": false,
"infoChunkUpdates": false,
"infoRegionFile": false,
"infoSlimeChunk": false,
"infoLookingAtBlock": false,
"infoLookingAtBlockInChunk": false,
"infoBlockProperties": false,
"§6infoBeeCount§r": false,
"§6infoComparatorOutput§r": false,
"infoHoneyLevel": false,
"§6infoFurnaceXp§r": false,
"infoEntityRegistryName": false,
"infoLookingAtEntity": false,
"infoLookingAtEffects": false,
"infoLookingAtPlayerExp": false,
"infoZombieConversion": false,
"infoHorseSpeed": false,
"infoHorseJump": false,
"infoHorseMaxHealth": false,
"infoPandaGene": false,
"infoDolphinTreasure": false,
"infoEntityVariant": false,
"infoEntityHomePos": false,
"infoEntityCopperAging": false
},
"InfoHotkeys": {
"infoFPS": {
"keys": ""
},
"infoGPU": {
"keys": ""
},
"infoMemoryUsage": {
"keys": ""
},
"infoTimeIRL": {
"keys": ""
},
"infoTimeWorld": {
"keys": ""
},
"infoWorldTimeFormatted": {
"keys": ""
},
"infoCoordinates": {
"keys": ""
},
"infoCoordinatesScaled": {
"keys": ""
},
"infoBlockPosition": {
"keys": ""
},
"infoChunkPosition": {
"keys": ""
},
"infoBlockInChunk": {
"keys": ""
},
"infoDimensionId": {
"keys": ""
},
"infoFacing": {
"keys": ""
},
"infoRotationYaw": {
"keys": ""
},
"infoRotationPitch": {
"keys": ""
},
"infoBlockBreakSpeed": {
"keys": ""
},
"infoPlayerExperience": {
"keys": ""
},
"infoSpeed": {
"keys": ""
},
"infoSpeedAxis": {
"keys": ""
},
"infoSpeedHV": {
"keys": ""
},
"infoSprinting": {
"keys": ""
},
"infoServerTPS": {
"keys": ""
},
"§6infoServux§r": {
"keys": ""
},
"infoPing": {
"keys": ""
},
"§6infoWeather§r": {
"keys": ""
},
"infoTimeTotalModulo": {
"keys": ""
},
"infoTimeDayModulo": {
"keys": ""
},
"§6infoMobCaps§r": {
"keys": ""
},
"infoParticleCount": {
"keys": ""
},
"infoDifficulty": {
"keys": ""
},
"infoEntities": {
"keys": ""
},
"infoEntitiesClientWorld": {
"keys": ""
},
"infoTileEntities": {
"keys": ""
},
"infoLightLevel": {
"keys": ""
},
"infoBiome": {
"keys": ""
},
"infoBiomeRegistryName": {
"keys": ""
},
"infoDistance": {
"keys": ""
},
"infoLoadedChunksCount": {
"keys": ""
},
"infoChunkSections": {
"keys": ""
},
"infoChunkSectionsLine": {
"keys": ""
},
"infoChunkUpdates": {
"keys": ""
},
"infoRegionFile": {
"keys": ""
},
"infoSlimeChunk": {
"keys": ""
},
"infoLookingAtBlock": {
"keys": ""
},
"infoLookingAtBlockInChunk": {
"keys": ""
},
"infoBlockProperties": {
"keys": ""
},
"§6infoBeeCount§r": {
"keys": ""
},
"§6infoComparatorOutput§r": {
"keys": ""
},
"infoHoneyLevel": {
"keys": ""
},
"§6infoFurnaceXp§r": {
"keys": ""
},
"infoEntityRegistryName": {
"keys": ""
},
"infoLookingAtEntity": {
"keys": ""
},
"infoLookingAtEffects": {
"keys": ""
},
"infoLookingAtPlayerExp": {
"keys": ""
},
"infoZombieConversion": {
"keys": ""
},
"infoHorseSpeed": {
"keys": ""
},
"infoHorseJump": {
"keys": ""
},
"infoHorseMaxHealth": {
"keys": ""
},
"infoPandaGene": {
"keys": ""
},
"infoDolphinTreasure": {
"keys": ""
},
"infoEntityVariant": {
"keys": ""
},
"infoEntityHomePos": {
"keys": ""
},
"infoEntityCopperAging": {
"keys": ""
}
},
"RendererToggles": {
"overlayBeaconRange": false,
"overlayBiomeBorder": false,
"overlayBlockGrid": false,
"overlayConduitRange": false,
"overlayLightLevel": false,
"overlayRandomTicksFixed": false,
"overlayRandomTicksPlayer": false,
"overlayRegionFile": false,
"overlaySlimeChunks": false,
"overlaySpawnableColumnHeights": false,
"overlaySpawnChunkReal": false,
"overlaySpawnChunkPlayer": false,
"§6overlayStructureMainToggle§r": false,
"§6overlayVillagerInfo§r": false,
"shapeRenderer": false,
"debugChunkBorder": false,
"debugEntityHitboxes": false,
"debugWaterEnabled": false,
"debugHeightmapEnabled": false,
"debugCollisionBoxEnabled": false,
"debugSupportingBlock": false,
"debugLightEnabled": false,
"debugSkylightSectionsEnabled": false,
"debugChunkLoading": false,
"debugChunkSectionOctree": false,
"debugChunkSectionPaths": false,
"debugChunkSectionVisibility": false,
"§6debugDataMainToggle§r": false,
"§6debugPathfindingEnabled§r": false,
"§6debugNeighborsUpdateEnabled§r": false,
"§6debugRedstoneUpdateOrder§r": false,
"§6debugStructuresEnabled§r": false,
"§6debugVillageSectionsEnabled§r": false,
"§6debugBrainEnabled§r": false,
"§6debugPoiEnabled§r": false,
"§6debugBeeDataEnabled§r": false,
"§6debugRaidCenterEnabled§r": false,
"§6debugGoalSelectorEnabled§r": false,
"§6debugGameEventsEnabled§r": false,
"§6debugBreezeJumpEnabled§r": false,
"§6debugEntityBlockIntersectionEnabled§r": false
},
"RendererHotkeys": {
"overlayBeaconRange": {
"keys": ""
},
"overlayBiomeBorder": {
"keys": ""
},
"overlayBlockGrid": {
"keys": ""
},
"overlayConduitRange": {
"keys": ""
},
"overlayLightLevel": {
"keys": ""
},
"overlayRandomTicksFixed": {
"keys": ""
},
"overlayRandomTicksPlayer": {
"keys": ""
},
"overlayRegionFile": {
"keys": ""
},
"overlaySlimeChunks": {
"keys": ""
},
"overlaySpawnableColumnHeights": {
"keys": ""
},
"overlaySpawnChunkReal": {
"keys": ""
},
"overlaySpawnChunkPlayer": {
"keys": ""
},
"§6overlayStructureMainToggle§r": {
"keys": ""
},
"§6overlayVillagerInfo§r": {
"keys": ""
},
"shapeRenderer": {
"keys": ""
},
"debugChunkBorder": {
"keys": ""
},
"debugEntityHitboxes": {
"keys": ""
},
"debugWaterEnabled": {
"keys": ""
},
"debugHeightmapEnabled": {
"keys": ""
},
"debugCollisionBoxEnabled": {
"keys": ""
},
"debugSupportingBlock": {
"keys": ""
},
"debugLightEnabled": {
"keys": ""
},
"debugSkylightSectionsEnabled": {
"keys": ""
},
"debugChunkLoading": {
"keys": ""
},
"debugChunkSectionOctree": {
"keys": ""
},
"debugChunkSectionPaths": {
"keys": ""
},
"debugChunkSectionVisibility": {
"keys": ""
},
"§6debugDataMainToggle§r": {
"keys": ""
},
"§6debugPathfindingEnabled§r": {
"keys": ""
},
"§6debugNeighborsUpdateEnabled§r": {
"keys": ""
},
"§6debugRedstoneUpdateOrder§r": {
"keys": ""
},
"§6debugStructuresEnabled§r": {
"keys": ""
},
"§6debugVillageSectionsEnabled§r": {
"keys": ""
},
"§6debugBrainEnabled§r": {
"keys": ""
},
"§6debugPoiEnabled§r": {
"keys": ""
},
"§6debugBeeDataEnabled§r": {
"keys": ""
},
"§6debugRaidCenterEnabled§r": {
"keys": ""
},
"§6debugGoalSelectorEnabled§r": {
"keys": ""
},
"§6debugGameEventsEnabled§r": {
"keys": ""
},
"§6debugBreezeJumpEnabled§r": {
"keys": ""
},
"§6debugEntityBlockIntersectionEnabled§r": {
"keys": ""
}
},
"StructureColors": {
"Ancient City Main": "#30D10AE6",
"Ancient City Components": "#30D506C9",
"Bastion Remnant Main": "#302171F5",
"Bastion Remnant Components": "#302171F5",
"Buried Treasure Main": "#302298E6",
"Buried Treasure Components": "#302298E6",
"Desert Pyramid Main": "#30FFFF00",
"Desert Pyramid Components": "#30FFFF00",
"End City Main": "#30EB07EB",
"End City Components": "#30EB07EB",
"Igloo Main": "#300FAFE4",
"Igloo Components": "#300FAFE4",
"Jungle Temple Main": "#3099FF00",
"Jungle Temple Components": "#3099FF00",
"Mansion Main": "#30FF6500",
"Mansion Components": "#30FF6500",
"Mineshaft Main": "#30F8D650",
"Mineshaft Components": "#30F8D650",
"Nether Fortress Main": "#30FC381D",
"Nether Fortress Components": "#30FC381D",
"Nether Fossil Main": "#30868E99",
"Nether Fossil Components": "#30868E99",
"Ocean Monument Main": "#3029E6EF",
"Ocean Monument Components": "#3029E6EF",
"Ocean Ruin Main": "#300FAD83",
"Ocean Ruin Components": "#300FAD83",
"Pillager Outpost Main": "#300FAD83",
"Pillager Outpost Components": "#300FAD83",
"Ruined Portal Main": "#309F03D3",
"Ruined Portal Components": "#309F03D3",
"Shipwreck Main": "#30EB1995",
"Shipwreck Components": "#30EB1995",
"Stronghold Main": "#30009999",
"Stronghold Components": "#30009999",
"Trial Chambers Main": "#3099664E",
"Trial Chambers Components": "#30CC8868",
"Village Main": "#3054CB4E",
"Village Components": "#3054CB4E",
"Witch Hut Main": "#30BE1DFC",
"Witch Hut Components": "#300099FF",
"Trail Ruins Main": "#307F5AFF",
"Trail Ruins Components": "#307F5AFF",
"Unknown Main": "#50FFFFFF",
"Unknown Components": "#50FFFFFF"
},
"StructureHotkeys": {
"Toggle Ancient City": {
"keys": ""
},
"Toggle Bastion Remnant": {
"keys": ""
},
"Toggle Buried Treasure": {
"keys": ""
},
"Toggle Desert Pyramid": {
"keys": ""
},
"Toggle End City": {
"keys": ""
},
"Toggle Igloo": {
"keys": ""
},
"Toggle Jungle Temple": {
"keys": ""
},
"Toggle Mansion": {
"keys": ""
},
"Toggle Mineshaft": {
"keys": ""
},
"Toggle Nether Fortress": {
"keys": ""
},
"Toggle Nether Fossil": {
"keys": ""
},
"Toggle Ocean Monument": {
"keys": ""
},
"Toggle Ocean Ruin": {
"keys": ""
},
"Toggle Pillager Outpost": {
"keys": ""
},
"Toggle Ruined Portal": {
"keys": ""
},
"Toggle Shipwreck": {
"keys": ""
},
"Toggle Stronghold": {
"keys": ""
},
"Toggle Trial Chambers": {
"keys": ""
},
"Toggle Village": {
"keys": ""
},
"Toggle Witch Hut": {
"keys": ""
},
"Toggle Trail Ruins": {
"keys": ""
},
"Toggle Unknown": {
"keys": ""
}
},
"StructureToggles": {
"Ancient City": false,
"Bastion Remnant": false,
"Buried Treasure": false,
"Desert Pyramid": false,
"End City": false,
"Igloo": false,
"Jungle Temple": false,
"Mansion": false,
"Mineshaft": false,
"Nether Fortress": false,
"Nether Fossil": false,
"Ocean Monument": false,
"Ocean Ruin": false,
"Pillager Outpost": false,
"Ruined Portal": false,
"Shipwreck": false,
"Stronghold": false,
"Trial Chambers": false,
"Village": false,
"Witch Hut": false,
"Trail Ruins": false,
"Unknown": false
},
"config_version": 1
}

148
client/index.toml Normal file
View File

@ -0,0 +1,148 @@
hash-format = "sha256"
[[files]]
file = "config/flashback/flashback.json"
hash = "e87d234ed112fe00988e2bb8e8b019dd3d6c7842c5680d468a21507c7343e6f1"
[[files]]
file = "config/minihud.json"
hash = "c7234a140647864c91f0a58bda759841d0665bf015f8499abb96fce982546fe5"
[[files]]
file = "mods/3dskinlayers.pw.toml"
hash = "34d6e65112fdfdd6cf2439ed9e16994aa52455493febe0cd87f8893a2f90560c"
metafile = true
[[files]]
file = "mods/appleskin.pw.toml"
hash = "1fc1e482945dff68e6aab34b22d61d054a6177869408ed4af3fef6117a33faab"
metafile = true
[[files]]
file = "mods/cubes-without-borders.pw.toml"
hash = "a90139b002d632ba9256cb3e7e877945bf8e3afa5b191d1adc83c5e3eb72da4c"
metafile = true
[[files]]
file = "mods/dynamic-fps.pw.toml"
hash = "0cadf1632a675a92e0bbfb060e807c07595bda05526da8a361d782878b510e6b"
metafile = true
[[files]]
file = "mods/entityculling.pw.toml"
hash = "d3bbfa6dfe862010467f79ee37fb0dd51cf6bb8253d4b0fa1eb7d7f2f30e3801"
metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "0345fbfa8542b5ec84535fe2aff0f5cc4e801ecc337f926d4e2310b53f458569"
metafile = true
[[files]]
file = "mods/fabric-language-kotlin.pw.toml"
hash = "408151861cc1b1a4c4e9c8a3550662a2fc36d0ea96ee07b7e96c5d2a6afacf6f"
metafile = true
[[files]]
file = "mods/flashback.pw.toml"
hash = "4f604f7aa678ad33223048255cb768ddf71c31943f0c88d46d5c83f6dcdb61e5"
metafile = true
[[files]]
file = "mods/iris.pw.toml"
hash = "fecd2e19a6afd8109bb6cfc281d158e3f7a5d6646a99340e2ece5d1aaece4edc"
metafile = true
[[files]]
file = "mods/lithium.pw.toml"
hash = "84957275e9dc6f07f4244ce3303536e3d73b0e72eb1696ccd024168a52c29c98"
metafile = true
[[files]]
file = "mods/malilib.pw.toml"
hash = "9946fd3c2a85099bb68cff8a2168601c3f1c7879fc42d018171c7cf5f25693d2"
metafile = true
[[files]]
file = "mods/midnightlib.pw.toml"
hash = "ddd19ab2ce692e579c4bd050ac8b2796c97e281bfdb72da32d4e2afc814a4a06"
metafile = true
[[files]]
file = "mods/minihud.pw.toml"
hash = "9901b4a332af2554d61e1a0547a8d6dce114232ecc48f5b4512ab867c1d680ef"
metafile = true
[[files]]
file = "mods/modelfix.pw.toml"
hash = "b261880bd245c83c51b729199452da12b0766a4aa0210fc79d0c48161cbfcc49"
metafile = true
[[files]]
file = "mods/modmenu.pw.toml"
hash = "1023896f91113c9882d04eca2b072d209bfff4d24e0a306fde992527b56d45ed"
metafile = true
[[files]]
file = "mods/mouse-tweaks.pw.toml"
hash = "dc24a4cc0ad484d6593997c197ea602fac4d98c45dab0de6421e704c3851acd9"
metafile = true
[[files]]
file = "mods/no-chat-reports.pw.toml"
hash = "70d7b2bca719eca2b3a1447228b868abdc633c38121652d49f4e34380c44339d"
metafile = true
[[files]]
file = "mods/no-telemetry.pw.toml"
hash = "c5e7e0a3de03c138f587fc56dca70013978677e0cde2ad19024dc798178a49bd"
metafile = true
[[files]]
file = "mods/placeholder-api.pw.toml"
hash = "ab6def9d98d3f5bf12f78845bdb770a19d5ca590c571e60184e537ffa14dcbee"
metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "44acdef628ff0435c751b93100dd1a3dfabd263039003d39b20cb6f35110060f"
metafile = true
[[files]]
file = "mods/sodium-extra.pw.toml"
hash = "bb7064282571976ed2bbe266bcf5e525d6d661aeea89649e4d604327973cf92d"
metafile = true
[[files]]
file = "mods/sodium.pw.toml"
hash = "279ea1bb4b776be9176fe34416e2132e37abfce4483def54177091cc0f2faade"
metafile = true
[[files]]
file = "mods/tweakermore.pw.toml"
hash = "3c0923a4c427e49609ad0f642afcf0acc15830e27860f0ca8dee36b3ac39cd3c"
metafile = true
[[files]]
file = "mods/tweakeroo.pw.toml"
hash = "22cff4ede67e4810127dfb952db897559bf64b000697dc78bf6b2b25eaedfb5c"
metafile = true
[[files]]
file = "mods/yacl.pw.toml"
hash = "976682e613b79e310fe22c5ddc2322bfc76665295cd9fa885787dfa08b7764b2"
metafile = true
[[files]]
file = "mods/zoomify.pw.toml"
hash = "9190014654c3a01d217640032fccd571bf7d2e63b3f83d5b555da5e5e83f63ac"
metafile = true
[[files]]
file = "options.txt"
hash = "4346b6771fbfa1256e844a1a58c7b73beaaa6bd2c9f390159ee924a2bd82ccf8"
[[files]]
file = "shaderpacks/complementary-reimagined.pw.toml"
hash = "b769a2f7ef2fa754224c5068491e79d02c0c85e0bc326fc05247f18315cc866b"
metafile = true

View File

@ -0,0 +1,13 @@
name = "3D Skin Layers"
filename = "skinlayers3d-fabric-1.10.2-mc1.21.10.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/OYmX31hJ/skinlayers3d-fabric-1.10.2-mc1.21.10.jar"
hash-format = "sha512"
hash = "aa3ae07ec161e8eea4b30b3369d9509e25e0ef00718a2a8ecdffdab7f8e8d41aafacc2b787b54a086a24e15868ce0545c54bb29233a330486ad1f1e9b6326ddc"
[update]
[update.modrinth]
mod-id = "zV5r3pPn"
version = "OYmX31hJ"

View File

@ -0,0 +1,13 @@
name = "AppleSkin"
filename = "appleskin-fabric-mc1.21.9-3.0.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/8sbiz1lS/appleskin-fabric-mc1.21.9-3.0.7.jar"
hash-format = "sha512"
hash = "79d0d0b4a09140cdb7cf74b1cd71554147c60648beb485ca647b149174e171660ec561ad329da58b78b5de439909b180e287b4b38bf068acfca20666100f4584"
[update]
[update.modrinth]
mod-id = "EsAfCjCV"
version = "8sbiz1lS"

View File

@ -0,0 +1,13 @@
name = "Cubes Without Borders"
filename = "cwb-fabric-3.0.0+mc1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/wXhtL4fb/cwb-fabric-3.0.0%2Bmc1.21.5.jar"
hash-format = "sha512"
hash = "93ef2bce695fd7d180d03d8d1d2a15c74e7807f74f087518d607f754d58b1945fb571c5aa426e673c70c4c08dab54034cc927c89d4e5bf9521035dbbd5a6f236"
[update]
[update.modrinth]
mod-id = "ETlrkaYF"
version = "wXhtL4fb"

View File

@ -0,0 +1,13 @@
name = "Dynamic FPS"
filename = "dynamic-fps-3.11.4+minecraft-1.21.9-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/mc61L2WN/dynamic-fps-3.11.4%2Bminecraft-1.21.9-fabric.jar"
hash-format = "sha512"
hash = "83dacacfa3c3ef9d2614a3f29dc0a5757728910eef8b1e36640e71ee7c9b2b4a8b55d5f0392b6719407ef91f4e7c63a3c80bca052bb5068b9652cbc64c8ed2ee"
[update]
[update.modrinth]
mod-id = "LQ3K71Q1"
version = "mc61L2WN"

View File

@ -0,0 +1,13 @@
name = "Entity Culling"
filename = "entityculling-fabric-1.9.5-mc1.21.10.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/zwBaFdjH/entityculling-fabric-1.9.5-mc1.21.10.jar"
hash-format = "sha512"
hash = "ee83fc96936c25b813818ad348c5e856e768f84ca746933d1ad30e8f8d239354748c806f1448b1ec12442f24c9a148e6b73b6d46f74f9e38b54e8d6d3f74ea2b"
[update]
[update.modrinth]
mod-id = "NNAgCjsB"
version = "zwBaFdjH"

View File

@ -0,0 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.138.4+1.21.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/tV4Gc0Zo/fabric-api-0.138.4%2B1.21.10.jar"
hash-format = "sha512"
hash = "5e64c53391dfd1c059777d671c52be17a4e27a29d9bd7340ea9e3f55ce7a770b38db0a15e0966e981ee8c1b9372fb89543a278521624689268acebb85bd5c6e9"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "tV4Gc0Zo"

View File

@ -0,0 +1,13 @@
name = "Fabric Language Kotlin"
filename = "fabric-language-kotlin-1.13.9+kotlin.2.3.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/ViT4gucI/fabric-language-kotlin-1.13.9%2Bkotlin.2.3.10.jar"
hash-format = "sha512"
hash = "498672ee88cf703685026e74f82a85e30d980c62a1c8cc14744cb73add09a857db8d585b405e19f558ec490613642750eb00e09d8ef5a3c9578bc52b53568d51"
[update]
[update.modrinth]
mod-id = "Ha28R6CL"
version = "ViT4gucI"

View File

@ -0,0 +1,13 @@
name = "Flashback"
filename = "Flashback-0.39.1-for-MC1.21.10.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/4das1Fjq/versions/QpNVXwcn/Flashback-0.39.1-for-MC1.21.10.jar"
hash-format = "sha512"
hash = "fd5cb7a587184e0925742c796b3d68232388f82509aa8d3c1e1baee5cf42ce19db756f1caa0bb12c4bf2985101613fae90b13ec3e6776ac744a5aa671cce2bb0"
[update]
[update.modrinth]
mod-id = "4das1Fjq"
version = "QpNVXwcn"

13
client/mods/iris.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Iris Shaders"
filename = "iris-fabric-1.9.7+mc1.21.10.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/a98UkgML/iris-fabric-1.9.7%2Bmc1.21.10.jar"
hash-format = "sha512"
hash = "765837034be497b83ceef1a46dfdb305a9edf0c05762979d261b3917b6513ce25158d74252315523157bc02217354da36686479f0e09c1ae453a987fb9f8bfb3"
[update]
[update.modrinth]
mod-id = "YL57xq9U"
version = "a98UkgML"

View File

@ -0,0 +1,13 @@
name = "Lithium"
filename = "lithium-fabric-0.20.1+mc1.21.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/NsswKiwi/lithium-fabric-0.20.1%2Bmc1.21.10.jar"
hash-format = "sha512"
hash = "79b2892d123f3bb12649927dd8fccc25c955ff38a19f3aba7cd0180c4cf5506c2a76d49418b13050f90bba7bb59f3623af06e8a275e2ae8c63808084043902bb"
[update]
[update.modrinth]
mod-id = "gvQqBUqZ"
version = "NsswKiwi"

View File

@ -0,0 +1,13 @@
name = "MaLiLib"
filename = "malilib-fabric-1.21.10-0.26.8.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/GcWjdA9I/versions/VwmyInJJ/malilib-fabric-1.21.10-0.26.8.jar"
hash-format = "sha512"
hash = "21ca317baea01057405b3b0a5edd9d3a733c69c623d2dda8b32bfefd9b41e49901b95ecb32916bb8d3754487b6dbbd4e119c54aecaa9bc0c95775b952bf201a3"
[update]
[update.modrinth]
mod-id = "GcWjdA9I"
version = "VwmyInJJ"

View File

@ -0,0 +1,13 @@
name = "MidnightLib"
filename = "midnightlib-fabric-1.9.2+1.21.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/codAaoxh/versions/VoGY1DpA/midnightlib-fabric-1.9.2%2B1.21.10.jar"
hash-format = "sha512"
hash = "e15dc27d1cec8253e3fc78a9f368bdb7e53888ef3aabf177360c9de0f1ee5be6861936d896b4404ad039ae7c68adb6d0c3b1ac60e954ffa3f427a27e2a3d12f0"
[update]
[update.modrinth]
mod-id = "codAaoxh"
version = "VoGY1DpA"

View File

@ -0,0 +1,13 @@
name = "MiniHUD"
filename = "minihud-fabric-1.21.10-0.37.6.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/UMxybHE8/versions/ANi9NQDr/minihud-fabric-1.21.10-0.37.6.jar"
hash-format = "sha512"
hash = "1c54ccade450252635d7dde114db76efdd155f1e48dd859f03d8ccbb1b7f0d9cbb754a2f8c6fecec8abcd696876d0b91984d1a8abfdad436d43f859a30abc5b4"
[update]
[update.modrinth]
mod-id = "UMxybHE8"
version = "ANi9NQDr"

View File

@ -0,0 +1,13 @@
name = "Model Gap Fix"
filename = "modelfix-1.21.10-1.12-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/QdG47OkI/versions/WzvHpi86/modelfix-1.21.10-1.12-fabric.jar"
hash-format = "sha512"
hash = "ef9e8736d88b0a401a112f9ebb34cff60a174271285cb3aedf4748d62153dcf87e3c727976801f41de314af7d7415ec2927dfda11678bbbb17c6523da808cf4c"
[update]
[update.modrinth]
mod-id = "QdG47OkI"
version = "WzvHpi86"

View File

@ -0,0 +1,13 @@
name = "Mod Menu"
filename = "modmenu-16.0.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/pYbFlVtR/modmenu-16.0.1.jar"
hash-format = "sha512"
hash = "be01bb5a80a39fc51223ef142713ba3cbc2c23658f0c8bd36ceed7ecd163684b7dc808f2ef23dce7fb350bdfd010de9787f2177e115cae3ea91b96a83bd6ea16"
[update]
[update.modrinth]
mod-id = "mOgUt4GM"
version = "pYbFlVtR"

View File

@ -0,0 +1,13 @@
name = "Mouse Tweaks"
filename = "MouseTweaks-fabric-mc1.21.9-2.29.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/ULOi34Uh/MouseTweaks-fabric-mc1.21.9-2.29.jar"
hash-format = "sha512"
hash = "b93539c1484bec68cc1f9cd3b9aebb8c2994eed3dedd3574e20bc3f1ec95c885b3d132a0924b5a65b9b3f15fb3ec463ad18004c6b8ecfa27cba66390295d1264"
[update]
[update.modrinth]
mod-id = "aC3cM3Vq"
version = "ULOi34Uh"

View File

@ -0,0 +1,13 @@
name = "No Chat Reports"
filename = "NoChatReports-FABRIC-1.21.10-v2.16.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/78RjC1gi/NoChatReports-FABRIC-1.21.10-v2.16.0.jar"
hash-format = "sha512"
hash = "39b2f284f73f8290012b8b9cc70085d59668547fc7b4ec43ab34e4bca6b39a6691fbe32bc3326e40353ba9c16a06320e52818315be77799a5aad526370cbc773"
[update]
[update.modrinth]
mod-id = "qQyHxfxd"
version = "78RjC1gi"

View File

@ -0,0 +1,13 @@
name = "No Telemetry"
filename = "no-telemetry-1.10.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/hg77g4Pw/versions/cBEkQM9c/no-telemetry-1.10.0.jar"
hash-format = "sha512"
hash = "a123e59ee7cb9de88669de06d56f5313cc60ee5ec80b0cc407ca0cff3b54b81255fba65e615fa7a33142b8030868e0c2a4cf9bdeadda7b3c593d707eff45576d"
[update]
[update.modrinth]
mod-id = "hg77g4Pw"
version = "cBEkQM9c"

View File

@ -0,0 +1,13 @@
name = "Text Placeholder API"
filename = "placeholder-api-2.8.2+1.21.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/eXts2L7r/versions/qxjzQ9xY/placeholder-api-2.8.2%2B1.21.10.jar"
hash-format = "sha512"
hash = "507ab10b7938dcd14d33121b8462649bdbe575cef248e917dfdf7566078ab5d0195ca1add95eae4863de3f652eb56db0a8669a67d5b5344e094d086f9dab5a08"
[update]
[update.modrinth]
mod-id = "eXts2L7r"
version = "qxjzQ9xY"

View File

@ -0,0 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-fabric-1.21.10-2.6.12.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/n7Kvch7B/voicechat-fabric-1.21.10-2.6.12.jar"
hash-format = "sha512"
hash = "5dc3946095adc241e78f186106c793bc046f45a1d7ad757712618ed6b30fca443dc78b42f646f352135a6f77f912dd54a3332798c8c8642f1963354c28cd09c4"
[update]
[update.modrinth]
mod-id = "9eGKb6K1"
version = "n7Kvch7B"

View File

@ -0,0 +1,13 @@
name = "Sodium Extra"
filename = "sodium-extra-fabric-0.7.1+mc1.21.10.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/8CGTW5B3/sodium-extra-fabric-0.7.1%2Bmc1.21.10.jar"
hash-format = "sha512"
hash = "9b583ffd3e43f693366482597277fe9523c50b6f71fd1d67fe949e4929f9ad1605f5646c1c70f1bd62c0aeb7452c1956d6255c81c57ea9fc2a35af407722d025"
[update]
[update.modrinth]
mod-id = "PtjYWJkn"
version = "8CGTW5B3"

View File

@ -0,0 +1,13 @@
name = "Sodium"
filename = "sodium-fabric-0.7.3+mc1.21.10.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/AANobbMI/versions/sFfidWgd/sodium-fabric-0.7.3%2Bmc1.21.10.jar"
hash-format = "sha512"
hash = "1cccdc75d972f5c176a488dcc84cce7320b608a2d105412f2847245affbf5aa22b1995eda392132453fa6e1a9154ac99a87acaf8d7989b9f1a23ac1059a93daf"
[update]
[update.modrinth]
mod-id = "AANobbMI"
version = "sFfidWgd"

View File

@ -0,0 +1,13 @@
name = "TweakerMore"
filename = "tweakermore-v3.30.0-mc1.21.10.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/GBeCx05I/versions/9eC7skZG/tweakermore-v3.30.0-mc1.21.10.jar"
hash-format = "sha512"
hash = "a0917fb65a91e341289ae6c9462983d2e3a72ff5ce28671017c075a9447e9411a01c713004cef10be6ce066d420711d96e9b2fb32b622a5bbe38b9e52219805d"
[update]
[update.modrinth]
mod-id = "GBeCx05I"
version = "9eC7skZG"

View File

@ -0,0 +1,13 @@
name = "Tweakeroo"
filename = "tweakeroo-fabric-1.21.10-0.26.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/t5wuYk45/versions/cNQrsScQ/tweakeroo-fabric-1.21.10-0.26.5.jar"
hash-format = "sha512"
hash = "7166393cf40e8850da0ee6a7731b8c1de49efd016a8491c8bc04f478f9019e8d13f5c52914178eef20b4523c8462f9dca0d9343004f32a1750771a021cb01c88"
[update]
[update.modrinth]
mod-id = "t5wuYk45"
version = "cNQrsScQ"

13
client/mods/yacl.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "YetAnotherConfigLib (YACL)"
filename = "yet_another_config_lib_v3-3.8.2+1.21.10-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/skcT0J9K/yet_another_config_lib_v3-3.8.2%2B1.21.10-fabric.jar"
hash-format = "sha512"
hash = "77dd4dbef6ab2d60863e1ac2f5c4e3eba16b3e6307fba5d9d70c20604e0f72863da20962c2aa99a8ef155debd5e60851c54937311b06e0dd4dbf4edb7a783b01"
[update]
[update.modrinth]
mod-id = "1eAoo2KR"
version = "skcT0J9K"

View File

@ -0,0 +1,13 @@
name = "Zoomify"
filename = "zoomify-2.15.2+1.21.9.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/Vdx09fu6/zoomify-2.15.2%2B1.21.9.jar"
hash-format = "sha512"
hash = "cfd7c0e4b203df445c72462bf653ee0980ea61e043e94434943e6aace329099d20dab76bcdbcfd6f27671aa65b7f427e952b3af0573f6eb5538e1ed51721e605"
[update]
[update.modrinth]
mod-id = "w7ThoJFB"
version = "Vdx09fu6"

212
client/options.txt Normal file
View File

@ -0,0 +1,212 @@
version:4556
ao:true
biomeBlendRadius:2
enableVsync:true
entityDistanceScaling:1.0
entityShadows:true
forceUnicodeFont:false
japaneseGlyphVariants:false
fov:0.0
fovEffectScale:1.0
darknessEffectScale:1.0
glintSpeed:0.5
glintStrength:0.75
prioritizeChunkUpdates:0
fullscreen:false
gamma:0.5
graphicsMode:1
guiScale:0
maxFps:120
inactivityFpsLimit:"afk"
mipmapLevels:4
narrator:0
particles:0
reducedDebugInfo:false
renderClouds:"true"
cloudRange:128
renderDistance:12
simulationDistance:12
screenEffectScale:1.0
soundDevice:""
autoJump:false
rotateWithMinecart:false
operatorItemsTab:false
autoSuggestions:true
chatColors:true
chatLinks:true
chatLinksPrompt:true
discrete_mouse_scroll:false
invertXMouse:false
invertYMouse:false
realmsNotifications:false
showSubtitles:false
directionalAudio:false
touchscreen:false
bobView:true
toggleCrouch:false
toggleSprint:false
toggleAttack:false
toggleUse:false
sprintWindow:7
darkMojangStudiosBackground:false
hideLightningFlashes:false
hideSplashTexts:false
mouseSensitivity:0.5
damageTiltStrength:1.0
highContrast:false
highContrastBlockOutline:false
narratorHotkey:true
resourcePacks:["vanilla","fabric"]
incompatibleResourcePacks:[]
lastServer:
lang:zh_cn
chatVisibility:0
chatOpacity:1.0
chatLineSpacing:0.0
textBackgroundOpacity:0.5
backgroundForChatOnly:true
hideServerAddress:false
advancedItemTooltips:false
pauseOnLostFocus:true
overrideWidth:0
overrideHeight:0
chatHeightFocused:1.0
chatDelay:0.0
chatHeightUnfocused:0.4375
chatScale:1.0
chatWidth:1.0
notificationDisplayTime:1.0
useNativeTransport:true
mainHand:"right"
attackIndicator:1
tutorialStep:find_tree
mouseWheelSensitivity:1.0
rawMouseInput:true
allowCursorChanges:true
glDebugVerbosity:1
skipMultiplayerWarning:true
hideMatchedNames:true
joinedFirstServer:false
syncChunkWrites:true
showAutosaveIndicator:true
allowServerListing:true
onlyShowSecureChat:false
saveChatDrafts:false
panoramaScrollSpeed:1.0
telemetryOptInExtra:false
onboardAccessibility:false
menuBackgroundBlurriness:5
startedCleanly:true
showNowPlayingToast:false
musicFrequency:"DEFAULT"
key_key.attack:key.mouse.left
key_key.use:key.mouse.right
key_key.forward:key.keyboard.w
key_key.left:key.keyboard.a
key_key.back:key.keyboard.s
key_key.right:key.keyboard.d
key_key.jump:key.keyboard.space
key_key.sneak:key.keyboard.left.shift
key_key.sprint:key.keyboard.left.control
key_key.drop:key.keyboard.q
key_key.inventory:key.keyboard.e
key_key.chat:key.keyboard.t
key_key.playerlist:key.keyboard.tab
key_key.pickItem:key.mouse.middle
key_key.command:key.keyboard.slash
key_key.socialInteractions:key.keyboard.p
key_key.screenshot:key.keyboard.f2
key_key.togglePerspective:key.keyboard.f5
key_key.smoothCamera:key.keyboard.unknown
key_key.fullscreen:key.keyboard.f11
key_key.spectatorOutlines:key.keyboard.unknown
key_key.spectatorHotbar:key.mouse.middle
key_key.swapOffhand:key.keyboard.f
key_key.saveToolbarActivator:key.keyboard.c
key_key.loadToolbarActivator:key.keyboard.x
key_key.advancements:key.keyboard.l
key_key.quickActions:key.keyboard.g
key_key.hotbar.1:key.keyboard.1
key_key.hotbar.2:key.keyboard.2
key_key.hotbar.3:key.keyboard.3
key_key.hotbar.4:key.keyboard.4
key_key.hotbar.5:key.keyboard.5
key_key.hotbar.6:key.keyboard.6
key_key.hotbar.7:key.keyboard.7
key_key.hotbar.8:key.keyboard.8
key_key.hotbar.9:key.keyboard.9
key_key.dynamic_fps.toggle_forced:key.keyboard.unknown
key_key.dynamic_fps.toggle_disabled:key.keyboard.unknown
key_flashback.keybind.create_marker_1:key.keyboard.unknown
key_flashback.keybind.create_marker_2:key.keyboard.unknown
key_flashback.keybind.create_marker_3:key.keyboard.unknown
key_flashback.keybind.create_marker_4:key.keyboard.unknown
key_key.entityculling.toggle:key.keyboard.unknown
key_key.entityculling.toggleBoxes:key.keyboard.unknown
key_key.jei.toggleOverlay:key.keyboard.o
key_key.jei.focusSearch:key.keyboard.f
key_key.jei.previousPage:key.keyboard.unknown
key_key.jei.nextPage:key.keyboard.unknown
key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown
key_key.jei.bookmark:key.keyboard.a
key_key.jei.showRecipe:key.keyboard.r
key_key.jei.showRecipe2:key.mouse.left
key_key.jei.showUses:key.keyboard.u
key_key.jei.showUses2:key.mouse.right
key_key.jei.transferRecipeBookmark:key.mouse.left
key_key.jei.maxTransferRecipeBookmark:key.mouse.left
key_key.jei.clearSearchBar:key.mouse.right
key_key.jei.previousSearch:key.keyboard.up
key_key.jei.nextSearch:key.keyboard.down
key_key.jei.toggleCheatMode:key.keyboard.unknown
key_key.jei.cheatOneItem:key.mouse.left
key_key.jei.cheatOneItem2:key.mouse.right
key_key.jei.cheatItemStack:key.mouse.left
key_key.jei.cheatItemStack2:key.mouse.middle
key_key.jei.toggleCheatModeConfigButton:key.mouse.left
key_key.jei.toggleEditMode:key.keyboard.unknown
key_key.jei.toggleHideIngredient:key.mouse.left
key_key.jei.toggleWildcardHideIngredient:key.mouse.right
key_key.jei.recipeBack:key.keyboard.backspace
key_key.jei.previousRecipePage:key.keyboard.page.up
key_key.jei.nextRecipePage:key.keyboard.page.down
key_key.jei.previousCategory:key.keyboard.page.up
key_key.jei.nextCategory:key.keyboard.page.down
key_key.jei.closeRecipeGui:key.keyboard.escape
key_key.jei.copy.recipe.id:key.keyboard.unknown
key_key.modmenu.open_menu:key.keyboard.unknown
key_key.push_to_talk:key.keyboard.unknown
key_key.whisper:key.keyboard.unknown
key_key.mute_microphone:key.keyboard.m
key_key.disable_voice_chat:key.keyboard.n
key_key.hide_icons:key.keyboard.h
key_key.voice_chat:key.keyboard.v
key_key.voice_chat_settings:key.keyboard.unknown
key_key.voice_chat_group:key.keyboard.unknown
key_key.voice_chat_toggle_recording:key.keyboard.unknown
key_key.voice_chat_adjust_volumes:key.keyboard.unknown
key_zoomify.key.zoom:key.keyboard.c
key_zoomify.key.zoom.secondary:key.keyboard.f6
key_iris.keybind.reload:key.keyboard.r
key_iris.keybind.toggleShaders:key.keyboard.k
key_iris.keybind.shaderPackSelection:key.keyboard.o
key_iris.keybind.wireframe:key.keyboard.unknown
soundCategory_master:1.0
soundCategory_music:1.0
soundCategory_record:1.0
soundCategory_weather:1.0
soundCategory_block:1.0
soundCategory_hostile:1.0
soundCategory_neutral:1.0
soundCategory_player:1.0
soundCategory_ambient:1.0
soundCategory_voice:1.0
soundCategory_ui:1.0
modelPart_cape:true
modelPart_jacket:true
modelPart_left_sleeve:true
modelPart_right_sleeve:true
modelPart_left_pants_leg:true
modelPart_right_pants_leg:true
modelPart_hat:true

13
client/pack.toml Normal file
View File

@ -0,0 +1,13 @@
name = "PT's Basic Modpack"
author = "passthem"
version = "1.0.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "74c317c3afd3443572a4afcb86847d4ed43758d2c2d08c9c906c34fe8651de38"
[versions]
fabric = "0.18.5"
minecraft = "1.21.10"

View File

@ -0,0 +1,13 @@
name = "Complementary Shaders - Reimagined"
filename = "ComplementaryReimagined_r5.7.1.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/836bPNGo/ComplementaryReimagined_r5.7.1.zip"
hash-format = "sha512"
hash = "840149dd8aff5d5d06d0d5a4ea83d4ea7f72eab3cb2b02de513c1f3eaa6e4627f68d9c0915b86fa37edad73cafd4648f156f373da52810cd34c67d797e0f6aef"
[update]
[update.modrinth]
mod-id = "HVnmMxH1"
version = "836bPNGo"

5
justfile Normal file
View File

@ -0,0 +1,5 @@
build-client:
cd client && packwiz modrinth export
serve:
cd server && packwiz serve

46
server/index.toml Normal file
View File

@ -0,0 +1,46 @@
hash-format = "sha256"
[[files]]
file = "mods/appleskin.pw.toml"
hash = "1fc1e482945dff68e6aab34b22d61d054a6177869408ed4af3fef6117a33faab"
metafile = true
[[files]]
file = "mods/c2me-fabric.pw.toml"
hash = "4ee1808a7fb319d469dece5752cedb05dacb9afbe48021fa664f54b8c83fdc45"
metafile = true
[[files]]
file = "mods/carpet.pw.toml"
hash = "b6986c7bdec6840b8a344b4028b0a52be10460f2630223ca88db681b36cd5efa"
metafile = true
[[files]]
file = "mods/easyauth.pw.toml"
hash = "a2cf3825aa8d9cd727953a7496ce4ee781883e958bf0c7b0ae9d60f2c5ab2942"
metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "0345fbfa8542b5ec84535fe2aff0f5cc4e801ecc337f926d4e2310b53f458569"
metafile = true
[[files]]
file = "mods/lithium.pw.toml"
hash = "84957275e9dc6f07f4244ce3303536e3d73b0e72eb1696ccd024168a52c29c98"
metafile = true
[[files]]
file = "mods/no-chat-reports.pw.toml"
hash = "70d7b2bca719eca2b3a1447228b868abdc633c38121652d49f4e34380c44339d"
metafile = true
[[files]]
file = "mods/randomblocks.pw.toml"
hash = "41fa7bf15ab23446e8590067beab1bb46b93b9e09820f12efe8a32f72d89abfa"
metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "44acdef628ff0435c751b93100dd1a3dfabd263039003d39b20cb6f35110060f"
metafile = true

View File

@ -0,0 +1,13 @@
name = "AppleSkin"
filename = "appleskin-fabric-mc1.21.9-3.0.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/8sbiz1lS/appleskin-fabric-mc1.21.9-3.0.7.jar"
hash-format = "sha512"
hash = "79d0d0b4a09140cdb7cf74b1cd71554147c60648beb485ca647b149174e171660ec561ad329da58b78b5de439909b180e287b4b38bf068acfca20666100f4584"
[update]
[update.modrinth]
mod-id = "EsAfCjCV"
version = "8sbiz1lS"

View File

@ -0,0 +1,13 @@
name = "Concurrent Chunk Management Engine (Fabric)"
filename = "c2me-fabric-mc1.21.10-0.3.6+alpha.0.9.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/2EKX8Hiv/c2me-fabric-mc1.21.10-0.3.6%2Balpha.0.9.jar"
hash-format = "sha512"
hash = "71e193ecaa38e927a9f943eac6cac5b5dcb4ce6934aae994da9fe34cace5941fe25258056d8b9fdedbda87c5eb3787cad4c74e68ea39048cb6e86202a56dd7ec"
[update]
[update.modrinth]
mod-id = "VSNURh3q"
version = "2EKX8Hiv"

View File

@ -0,0 +1,13 @@
name = "Carpet"
filename = "fabric-carpet-1.21.10-1.4.188+v251016.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/TQTTVgYE/versions/oiUqSOMA/fabric-carpet-1.21.10-1.4.188%2Bv251016.jar"
hash-format = "sha512"
hash = "dfab93784fcaa73b20854857063025d36a2f7c27397cc64b141fe2c85024993a87936016ac823c2c945f27314b9938aa57e06b55676a1c349c121b445ecfe213"
[update]
[update.modrinth]
mod-id = "TQTTVgYE"
version = "oiUqSOMA"

View File

@ -0,0 +1,13 @@
name = "EasyAuth"
filename = "easyauth-mc1.21.9-3.4.2.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/aZj58GfX/versions/JhU4S1jg/easyauth-mc1.21.9-3.4.2.jar"
hash-format = "sha512"
hash = "d51bc5781577e841f4ed7c5af211716d21175ba75a4f33ddc89d3dd48bfa6718d77399e00b1416278c4c7f83991e37a3a415dc0e1fdd3b1b447fbf5c81024742"
[update]
[update.modrinth]
mod-id = "aZj58GfX"
version = "JhU4S1jg"

View File

@ -0,0 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.138.4+1.21.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/tV4Gc0Zo/fabric-api-0.138.4%2B1.21.10.jar"
hash-format = "sha512"
hash = "5e64c53391dfd1c059777d671c52be17a4e27a29d9bd7340ea9e3f55ce7a770b38db0a15e0966e981ee8c1b9372fb89543a278521624689268acebb85bd5c6e9"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "tV4Gc0Zo"

View File

@ -0,0 +1,13 @@
name = "Lithium"
filename = "lithium-fabric-0.20.1+mc1.21.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/NsswKiwi/lithium-fabric-0.20.1%2Bmc1.21.10.jar"
hash-format = "sha512"
hash = "79b2892d123f3bb12649927dd8fccc25c955ff38a19f3aba7cd0180c4cf5506c2a76d49418b13050f90bba7bb59f3623af06e8a275e2ae8c63808084043902bb"
[update]
[update.modrinth]
mod-id = "gvQqBUqZ"
version = "NsswKiwi"

View File

@ -0,0 +1,13 @@
name = "No Chat Reports"
filename = "NoChatReports-FABRIC-1.21.10-v2.16.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/78RjC1gi/NoChatReports-FABRIC-1.21.10-v2.16.0.jar"
hash-format = "sha512"
hash = "39b2f284f73f8290012b8b9cc70085d59668547fc7b4ec43ab34e4bca6b39a6691fbe32bc3326e40353ba9c16a06320e52818315be77799a5aad526370cbc773"
[update]
[update.modrinth]
mod-id = "qQyHxfxd"
version = "78RjC1gi"

View File

@ -0,0 +1,13 @@
name = "Random Block World"
filename = "RandomBlocks-1.0.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/EycGOr0T/versions/EEl9M77p/RandomBlocks-1.0.0.jar"
hash-format = "sha512"
hash = "0c9ae2f11862ed0202d43aa6d00e29ba14e1b28b465c637c0d4ff2f727057a75579c16b574d3db3aa5c73ff4de64fc8b55cee3e72ed7b288223febc0bb41c411"
[update]
[update.modrinth]
mod-id = "EycGOr0T"
version = "EEl9M77p"

View File

@ -0,0 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-fabric-1.21.10-2.6.12.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/n7Kvch7B/voicechat-fabric-1.21.10-2.6.12.jar"
hash-format = "sha512"
hash = "5dc3946095adc241e78f186106c793bc046f45a1d7ad757712618ed6b30fca443dc78b42f646f352135a6f77f912dd54a3332798c8c8642f1963354c28cd09c4"
[update]
[update.modrinth]
mod-id = "9eGKb6K1"
version = "n7Kvch7B"

13
server/pack.toml Normal file
View File

@ -0,0 +1,13 @@
name = "PT's Server Modpack 1"
author = "passthem"
version = "1.0.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "d7512d5dd5c327829e7b0c1c25205d955bc86852f5a223f825e227ab86ea67b7"
[versions]
fabric = "0.18.5"
minecraft = "1.21.10"