From 29423c9478ca7ebe006e4382b21e0301596d53a3 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 11 Apr 2023 19:09:53 -0400 Subject: [PATCH] pack updates --- config/xaerominimap.txt | 130 ++++++++++++++++++++++++++++++++++ config/xaeropatreon.txt | 1 + config/xaeroworldmap.txt | 41 +++++++++++ icon.png | Bin 0 -> 3372 bytes index.toml | 34 ++++++++- mods/antighost.pw.toml | 13 ++++ mods/continuity.pw.toml | 13 ++++ mods/craftpresence.pw.toml | 13 ++++ mods/dcch.pw.toml | 13 ++++ mods/durabilityviewer.pw.toml | 13 ---- mods/indium.pw.toml | 13 ++++ pack.toml | 2 +- shaderpacks/shrimple.pw.toml | 13 ++++ 13 files changed, 284 insertions(+), 15 deletions(-) create mode 100644 config/xaerominimap.txt create mode 100644 config/xaeropatreon.txt create mode 100644 config/xaeroworldmap.txt create mode 100644 icon.png create mode 100644 mods/antighost.pw.toml create mode 100644 mods/continuity.pw.toml create mode 100644 mods/craftpresence.pw.toml create mode 100644 mods/dcch.pw.toml delete mode 100644 mods/durabilityviewer.pw.toml create mode 100644 mods/indium.pw.toml create mode 100644 shaderpacks/shrimple.pw.toml diff --git a/config/xaerominimap.txt b/config/xaerominimap.txt new file mode 100644 index 0000000..23bbe2e --- /dev/null +++ b/config/xaerominimap.txt @@ -0,0 +1,130 @@ +#CONFIG ONLY OPTIONS +ignoreUpdate:0 +settingsButton:false +allowWrongWorldTeleportation:false +differentiateByServerAddress:true +debugEntityIcons:false +debugEntityVariantIds:false +radarHideInvisibleEntities:true +#INGAME SETTINGS (DO NOT EDIT!) +updateNotification:true +minimap:true +caveMaps:2 +caveZoom:1 +showWaypoints:true +showIngameWaypoints:true +displayRedstone:true +deathpoints:false +oldDeathpoints:true +distance:1 +lockNorth:false +zoom:0 +minimapSize:0 +chunkGrid:8 +slimeChunks:false +mapSafeMode:false +minimapOpacity:100.0 +waypointsIngameIconScale:0 +waypointsIngameDistanceScale:0 +waypointsIngameNameScale:0 +waypointsIngameCloseScale:1.0 +antiAliasing:true +blockColours:0 +lighting:true +dotsStyle:0 +dotNameScale:1.0 +compassOverEverything:true +showFlowers:true +keepWaypointNames:true +waypointsDistanceExp:0 +waypointsDistanceMin:0.0 +defaultWaypointTPCommandFormat:/tp @s {x} {y} {z} +defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~ +arrowScale:1.5 +arrowColour:0 +smoothDots:true +worldMap:true +terrainDepth:true +terrainSlopes:2 +mainEntityAs:0 +blockTransparency:true +waypointOpacityIngame:80 +waypointOpacityMap:90 +hideWorldNames:1 +openSlimeSettings:true +alwaysShowDistance:false +renderLayerIndex:1 +crossDimensionalTp:true +biomeColorsVanillaMode:false +lookingAtAngle:10 +lookingAtAngleVertical:180 +centeredEnlarged:true +zoomOnEnlarged:0 +minimapTextAlign:0 +waypointsMutualEdit:true +compassLocation:1 +compassScale:1 +caveMapsDepth:30 +hideWaypointCoordinates:false +renderAllSets:false +playerArrowOpacity:100 +waypointsBottom:false +minimapShape:0 +lightOverlayType:0 +lightOverlayMaxLight:7 +lightOverlayMinLight:0 +lightOverlayColor:13 +uiScale:0 +bossHealthPushBox:1 +potionEffectPushBox:1 +minimapFrame:3 +minimapFrameColor:9 +compassColor:9 +northCompassColor:-1 +displayMultipleWaypointInfo:1 +entityRadar:true +adjustHeightForCarpetLikeBlocks:true +autoConvertWaypointDistanceToKmThreshold:10000 +waypointDistancePrecision:1 +mainDotSize:2 +partialYTeleportation:true +deleteReachedDeathpoints:true +hideMinimapUnderScreen:true +hideMinimapUnderF3:true +manualCaveModeStartAuto:true +manualCaveModeStart:-1 +chunkGridLineWidth:1 +temporaryWaypointsGlobal:true +keepUnlockedWhenEnlarged:false +enlargedMinimapAToggle:false +displayStainedGlass:true +waypointOnMapScale:0 +switchToAutoOnDeath:true +infoDisplayBackgroundOpacity:45 +caveModeToggleTimer:1000 +displayPacPlayers:true +displayClaims:true +displayCurrentClaim:true +claimsFillOpacity:46 +claimsBorderOpacity:80 +infoDisplayOrder:coords:overworld_coords:chunk_coords:angles:dimension:biome:weather:light_level:time:real_time:highlights:light_overlay_indicator:manual_cave_mode_indicator:custom_sub_world +infoDisplay:coords:true:15:-1 +infoDisplay:overworld_coords:false:15:-1 +infoDisplay:chunk_coords:false:15:-1 +infoDisplay:angles:false:15:-1 +infoDisplay:dimension:false:15:-1 +infoDisplay:biome:false:15:-1 +infoDisplay:weather:false:15:-1 +infoDisplay:light_level:0:15:-1 +infoDisplay:time:3:15:-1 +infoDisplay:real_time:0:15:-1 +infoDisplay:highlights:true:15:-1 +infoDisplay:light_overlay_indicator:true:15:-1 +infoDisplay:manual_cave_mode_indicator:true:15:-1 +infoDisplay:custom_sub_world:true:15:-1 +interface:dummy:0:0:false:false:true:false +interface:dummy:0:135:false:false:false:false +interface:dummy:120:0:true:false:false:false +interface:dummy:0:50:true:false:false:false +interface:gui.xaero_minimap:0:10000:false:false:false:false +#WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints diff --git a/config/xaeropatreon.txt b/config/xaeropatreon.txt new file mode 100644 index 0000000..3d8249e --- /dev/null +++ b/config/xaeropatreon.txt @@ -0,0 +1 @@ +showCapes:true diff --git a/config/xaeroworldmap.txt b/config/xaeroworldmap.txt new file mode 100644 index 0000000..1b20182 --- /dev/null +++ b/config/xaeroworldmap.txt @@ -0,0 +1,41 @@ +ignoreUpdate:0 +updateNotification:true +differentiateByServerAddress:true +netherlikeCaveMapAllowed:true +debug:false +lighting:true +colours:0 +loadChunks:true +updateChunks:true +terrainSlopes:2 +terrainDepth:true +footsteps:true +flowers:true +coordinates:true +hoveredBiome:true +biomeColorsVanillaMode:false +waypoints:true +renderArrow:true +displayZoom:true +worldmapWaypointsScale:1.0 +openMapAnimation:true +reloadVersion:0 +reloadEverything:false +zoomButtons:true +waypointBackgrounds:true +detectAmbiguousY:true +showDisabledWaypoints:false +closeWaypointsWhenHopping:true +adjustHeightForCarpetLikeBlocks:true +onlyCurrentMapWaypoints:false +minZoomForLocalWaypoints:0.0 +arrowColour:-2 +minimapRadar:true +renderWaypoints:true +partialYTeleportation:true +displayStainedGlass:true +pacPlayers:true +displayClaims:true +claimsFillOpacity:46 +claimsBorderOpacity:80 +globalVersion:1 diff --git a/icon.png b/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..be74fcd0bf649794d52d80e9095fdfdb72da69f4 GIT binary patch literal 3372 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