Update README and JourneyMap config
This commit is contained in:
parent
281b44c2e8
commit
e04ba5115b
12 changed files with 107 additions and 41 deletions
|
@ -6,20 +6,19 @@
|
||||||
[**📄 Included mods**](./docs/mods.md)
|
[**📄 Included mods**](./docs/mods.md)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
We recommend using the [PolyMC launcher](https://polymc.org/) for playing the pack.
|
We recommend using the [Prism launcher](https://prismlauncher.org/) for playing the pack.
|
||||||
|
|
||||||
While creating a new instance, you can select the pack after searching for it in the _Modrinth_ tab.
|
While creating a new instance, you can select the pack after searching for it in the _Modrinth_ tab.
|
||||||
|
|
||||||
### Additional recommendations
|
### Additional recommendations
|
||||||
- [`Terralith`](https://www.planetminecraft.com/data-pack/terralith-overworld-evolved-100-biomes-caves-and-more/) — Datapack adding many new biomes
|
- [`Complementary Shaders`](https://www.curseforge.com/minecraft/customization/complementary-shaders) — highly-configurable shader-pack
|
||||||
- [`Complementary Shaders`](https://www.curseforge.com/minecraft/customization/complementary-shaders) — Highly-configurable shader-pack
|
|
||||||
|
|
||||||
## Notable changes
|
## Notable changes
|
||||||
- Click an item frame with an amethyst shard to make it invisible
|
- Clicking an item frame with an amethyst shard makes it invisible
|
||||||
- Witches drop Luck potions
|
- Witches drop Luck potions
|
||||||
- Snow accumulates in cold biomes
|
- Snow accumulates in cold biomes
|
||||||
- A crafting table can be used from the inventory
|
- A crafting table can be used from the inventory
|
||||||
- Crops can't be trampled
|
- Crops can’t be trampled
|
||||||
- Bats can be caught in buckets and let nearby entities glow for 20s when they are released
|
- Bats can be caught in buckets and let nearby entities glow for 20s when they are released
|
||||||
- Enchantment books and potions are stackable (16)
|
- Enchantment books and potions are stackable (16)
|
||||||
- Spyglass zooming can be adjusted by scrolling and there is a keybind for using it
|
- Spyglass zooming can be adjusted by scrolling and there is a keybind for using it
|
||||||
|
|
|
@ -41,7 +41,7 @@ The [`Better Leaves` resource-pack by MidnightDust](https://github.com/TeamMidni
|
||||||
|
|
||||||
### GUI
|
### GUI
|
||||||
- `AppleSkin` — hunger/health-related HUD improvements
|
- `AppleSkin` — hunger/health-related HUD improvements
|
||||||
- `Here be no Dragons!` — Disables the *experimental world settings* warning
|
- `Here be no Dragons!` — disables the *experimental world settings* warning
|
||||||
- `JourneyMap` — HUD map
|
- `JourneyMap` — HUD map
|
||||||
- `Mod Menu` — adds a mod menu
|
- `Mod Menu` — adds a mod menu
|
||||||
- `Paginated Advancements` — improved advancements screen
|
- `Paginated Advancements` — improved advancements screen
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
// jm.config.file_header_1
|
||||||
|
// jm.config.file_header_2
|
||||||
|
// jm.config.file_header_5
|
||||||
|
{
|
||||||
|
"name": "fwaystones",
|
||||||
|
"fields": {
|
||||||
|
"displayed": {
|
||||||
|
"value": "true",
|
||||||
|
"type": "BooleanField"
|
||||||
|
},
|
||||||
|
"enabled": {
|
||||||
|
"value": "true",
|
||||||
|
"type": "BooleanField"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"configVersion": "5.9.0beta3"
|
||||||
|
}
|
|
@ -12,7 +12,7 @@
|
||||||
"announceMod": "false",
|
"announceMod": "false",
|
||||||
"checkUpdates": "false",
|
"checkUpdates": "false",
|
||||||
"recordCacheStats": "false",
|
"recordCacheStats": "false",
|
||||||
"themeName": "Purist",
|
"themeName": "OceanMonument",
|
||||||
"caveIgnoreGlass": "true",
|
"caveIgnoreGlass": "true",
|
||||||
"mapBathymetry": "false",
|
"mapBathymetry": "false",
|
||||||
"mapWaterBiomeColors": "false",
|
"mapWaterBiomeColors": "false",
|
||||||
|
@ -28,6 +28,7 @@
|
||||||
"mapBlendFoliage": "true",
|
"mapBlendFoliage": "true",
|
||||||
"mapBlendWater": "false",
|
"mapBlendWater": "false",
|
||||||
"mapSurfaceAboveCaves": "true",
|
"mapSurfaceAboveCaves": "true",
|
||||||
|
"caveBlackAsClear": "false",
|
||||||
"renderDistanceCaveMax": "0",
|
"renderDistanceCaveMax": "0",
|
||||||
"renderDistanceSurfaceMax": "0",
|
"renderDistanceSurfaceMax": "0",
|
||||||
"renderDelay": "2",
|
"renderDelay": "2",
|
||||||
|
@ -48,8 +49,8 @@
|
||||||
"glErrorChecking": "false",
|
"glErrorChecking": "false",
|
||||||
"seedId": "false",
|
"seedId": "false",
|
||||||
"mappingEnabled": "true",
|
"mappingEnabled": "true",
|
||||||
"optionsManagerViewed": "5.8.5",
|
"optionsManagerViewed": "5.9.0beta3",
|
||||||
"splashViewed": "5.8.5",
|
"splashViewed": "5.9.0beta3",
|
||||||
"gridSpecs": {
|
"gridSpecs": {
|
||||||
"day": "Squares,#808080,0.5,-1,-1",
|
"day": "Squares,#808080,0.5,-1,-1",
|
||||||
"night": "Squares,#8080ff,0.3,-1,-1",
|
"night": "Squares,#8080ff,0.3,-1,-1",
|
||||||
|
@ -62,5 +63,5 @@
|
||||||
"colorPlayer": "#ffffff",
|
"colorPlayer": "#ffffff",
|
||||||
"colorSelf": "#0000ff",
|
"colorSelf": "#0000ff",
|
||||||
"verboseColorPalette": "false",
|
"verboseColorPalette": "false",
|
||||||
"configVersion": "5.8.5"
|
"configVersion": "5.9.0beta3"
|
||||||
}
|
}
|
|
@ -2,7 +2,7 @@
|
||||||
// jm.config.file_header_2
|
// jm.config.file_header_2
|
||||||
// jm.config.file_header_5
|
// jm.config.file_header_5
|
||||||
{
|
{
|
||||||
"showKeys": "false",
|
"showKeys": "true",
|
||||||
"showPlayerLoc": "true",
|
"showPlayerLoc": "true",
|
||||||
"showMouseLoc": "true",
|
"showMouseLoc": "true",
|
||||||
"dragScale": "1",
|
"dragScale": "1",
|
||||||
|
@ -12,24 +12,24 @@
|
||||||
"showPlayerHeading": "false",
|
"showPlayerHeading": "false",
|
||||||
"mobDisplay": "LargeDots",
|
"mobDisplay": "LargeDots",
|
||||||
"mobDisplayScale": "1.0",
|
"mobDisplayScale": "1.0",
|
||||||
"showMobHeading": "true",
|
"showMobHeading": "false",
|
||||||
"showMobs": "false",
|
"showMobs": "false",
|
||||||
"showAnimals": "false",
|
"showAnimals": "false",
|
||||||
"showVillagers": "false",
|
"showVillagers": "false",
|
||||||
"showPets": "false",
|
"showPets": "true",
|
||||||
"showPlayers": "false",
|
"showPlayers": "false",
|
||||||
"fontScale": "1.0",
|
"fontScale": "1.0",
|
||||||
"showWaypointLabels": "true",
|
"showWaypointLabels": "true",
|
||||||
"waypointLabelScale": "1.0",
|
"waypointLabelScale": "1.0",
|
||||||
"waypointIconScale": "1.0",
|
"waypointIconScale": "1.0",
|
||||||
"locationFormatVerbose": "false",
|
"locationFormatVerbose": "true",
|
||||||
"locationFormat": "xzyv",
|
"locationFormat": "xzyv",
|
||||||
"showWaypoints": "true",
|
"showWaypoints": "true",
|
||||||
"showSelf": "true",
|
"showSelf": "true",
|
||||||
"showGrid": "true",
|
"showGrid": "true",
|
||||||
"showCaves": "true",
|
"showCaves": "false",
|
||||||
"showEntityNames": "false",
|
"showEntityNames": "false",
|
||||||
"preferredMapType": "night",
|
"preferredMapType": "day",
|
||||||
"zoomLevel": "0",
|
"zoomLevel": "2",
|
||||||
"configVersion": "5.8.5"
|
"configVersion": "5.9.0beta3"
|
||||||
}
|
}
|
|
@ -8,9 +8,9 @@
|
||||||
"shape": "Circle",
|
"shape": "Circle",
|
||||||
"showDayNight": "true",
|
"showDayNight": "true",
|
||||||
"info1Label": "jm.theme.labelsource.blank",
|
"info1Label": "jm.theme.labelsource.blank",
|
||||||
"info2Label": "jm.theme.labelsource.blank",
|
"info2Label": "jm.theme.labelsource.gametime",
|
||||||
"info3Label": "jm.theme.labelsource.blank",
|
"info3Label": "jm.theme.labelsource.location",
|
||||||
"info4Label": "jm.theme.labelsource.blank",
|
"info4Label": "jm.theme.labelsource.biome",
|
||||||
"infoSlotAlpha": "0.7",
|
"infoSlotAlpha": "0.7",
|
||||||
"positionX": "0.9",
|
"positionX": "0.9",
|
||||||
"positionY": "0.25",
|
"positionY": "0.25",
|
||||||
|
@ -19,12 +19,12 @@
|
||||||
"terrainAlpha": "100",
|
"terrainAlpha": "100",
|
||||||
"backgroundAlpha": "0.8",
|
"backgroundAlpha": "0.8",
|
||||||
"orientation": "North",
|
"orientation": "North",
|
||||||
"compassFontScale": "1.13",
|
"compassFontScale": "1.0",
|
||||||
"showCompass": "false",
|
"showCompass": "false",
|
||||||
"showReticle": "true",
|
"showReticle": "false",
|
||||||
"reticleOrientation": "Compass",
|
"reticleOrientation": "Compass",
|
||||||
"moveEffectIcons": "true",
|
"moveEffectIcons": "true",
|
||||||
"effectTranslateX": "-913",
|
"effectTranslateX": "-1369",
|
||||||
"effectTranslateY": "0",
|
"effectTranslateY": "0",
|
||||||
"effectVertical": "false",
|
"effectVertical": "false",
|
||||||
"effectReversed": "false",
|
"effectReversed": "false",
|
||||||
|
@ -41,9 +41,9 @@
|
||||||
"showMobs": "false",
|
"showMobs": "false",
|
||||||
"showAnimals": "false",
|
"showAnimals": "false",
|
||||||
"showVillagers": "false",
|
"showVillagers": "false",
|
||||||
"showPets": "false",
|
"showPets": "true",
|
||||||
"showPlayers": "false",
|
"showPlayers": "false",
|
||||||
"fontScale": "1.5",
|
"fontScale": "1.0",
|
||||||
"showWaypointLabels": "true",
|
"showWaypointLabels": "true",
|
||||||
"waypointLabelScale": "1.0",
|
"waypointLabelScale": "1.0",
|
||||||
"waypointIconScale": "1.0",
|
"waypointIconScale": "1.0",
|
||||||
|
@ -51,10 +51,10 @@
|
||||||
"locationFormat": "xzyv",
|
"locationFormat": "xzyv",
|
||||||
"showWaypoints": "true",
|
"showWaypoints": "true",
|
||||||
"showSelf": "true",
|
"showSelf": "true",
|
||||||
"showGrid": "true",
|
"showGrid": "false",
|
||||||
"showCaves": "true",
|
"showCaves": "false",
|
||||||
"showEntityNames": "false",
|
"showEntityNames": "true",
|
||||||
"preferredMapType": "night",
|
"preferredMapType": "day",
|
||||||
"zoomLevel": "0",
|
"zoomLevel": "0",
|
||||||
"configVersion": "5.8.5"
|
"configVersion": "5.9.0beta3"
|
||||||
}
|
}
|
|
@ -51,10 +51,10 @@
|
||||||
"locationFormat": "xzyv",
|
"locationFormat": "xzyv",
|
||||||
"showWaypoints": "true",
|
"showWaypoints": "true",
|
||||||
"showSelf": "true",
|
"showSelf": "true",
|
||||||
"showGrid": "true",
|
"showGrid": "false",
|
||||||
"showCaves": "true",
|
"showCaves": "true",
|
||||||
"showEntityNames": "true",
|
"showEntityNames": "true",
|
||||||
"preferredMapType": "day",
|
"preferredMapType": "day",
|
||||||
"zoomLevel": "0",
|
"zoomLevel": "0",
|
||||||
"configVersion": "5.8.5"
|
"configVersion": "5.9.0beta3"
|
||||||
}
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
// jm.config.file_header_1
|
||||||
|
// jm.config.file_header_5
|
||||||
|
{
|
||||||
|
"showContour": "true",
|
||||||
|
"landContour": "#3F250B",
|
||||||
|
"waterContour": "#0000dd",
|
||||||
|
"land": "#010c02,#041105,#071609,#0a1b0c,#0d200f,#102513,#132a16,#162f19,#19341c,#1b3a20,#1e3f23,#214426,#24492a,#274e2d,#2a5330,#2d5834,#375f41,#41674d,#4b6e5a,#557567,#5f7c73,#698480,#738b8d,#7c929a,#8699a6,#90a1b3,#9aa8c0,#a4afcc,#aeb6d9,#b8bee6,#c2c5f2,#ccccff,#cccfff,#ccd2ff,#ccd6ff,#ccd9ff,#ccdcff,#ccdfff,#cce2ff,#cce5ff,#cce9ff,#ccecff,#ccefff,#ccf2ff,#ccf5ff,#ccf9ff,#ccfcff,#ccffff,#cfffff,#d2ffff,#d6ffff,#d9ffff,#dcffff,#dfffff,#e2ffff,#e5ffff,#e9ffff,#ecffff,#efffff,#f2ffff,#f5ffff,#f9ffff,#fcffff,#ffffff",
|
||||||
|
"water": "#000040,#02024e,#03035d,#05056b,#070779,#080887,#0a0a96,#0b0ba4,#1a1aaa,#2a2aaf,#3939b5,#4848bb,#5757c0,#6767c6,#7676cc,#8585d2,#9494d7,#a4a4dd,#b3b3e3,#c2c2e8,#d1d1ee,#d7d7f0,#ddddf2,#e2e2f4,#e8e8f6,#eeeef9,#f4f4fb,#f9f9ff,#f9f9ff,#f9f9ff,#f9f9ff,#f9f9ff",
|
||||||
|
"configVersion": "5.9.0beta3"
|
||||||
|
}
|
|
@ -0,0 +1,32 @@
|
||||||
|
// jm.config.file_header_1
|
||||||
|
// jm.config.file_header_2
|
||||||
|
// jm.config.file_header_5
|
||||||
|
{
|
||||||
|
"managerEnabled": "true",
|
||||||
|
"beaconEnabled": "true",
|
||||||
|
"showTexture": "true",
|
||||||
|
"showStaticBeam": "true",
|
||||||
|
"showRotatingBeam": "true",
|
||||||
|
"showName": "true",
|
||||||
|
"showDistance": "true",
|
||||||
|
"autoHideLabel": "true",
|
||||||
|
"showDeviationLabel": "false",
|
||||||
|
"disableStrikeThrough": "false",
|
||||||
|
"boldLabel": "false",
|
||||||
|
"fontScale": "2.0",
|
||||||
|
"textureSmall": "true",
|
||||||
|
"shaderBeacon": "false",
|
||||||
|
"maxDistance": "0",
|
||||||
|
"minDistance": "4",
|
||||||
|
"createDeathpoints": "true",
|
||||||
|
"autoRemoveDeathpoints": "false",
|
||||||
|
"autoRemoveDeathpointDistance": "2",
|
||||||
|
"autoRemoveTempWaypoints": "2",
|
||||||
|
"showDeathpointlabel": "true",
|
||||||
|
"fullscreenDoubleClickToCreate": "true",
|
||||||
|
"teleportCommand": "/tp {name} {x} {y} {z}",
|
||||||
|
"dateFormat": "MM-dd-yyyy",
|
||||||
|
"timeFormat": "HH:mm:ss",
|
||||||
|
"managerDimensionFocus": "false",
|
||||||
|
"configVersion": "5.9.0beta3"
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
// jm.config.file_header_1
|
||||||
|
// jm.config.file_header_2
|
||||||
|
// jm.config.file_header_5
|
||||||
|
{
|
||||||
|
"enabled": "false",
|
||||||
|
"port": "8080",
|
||||||
|
"configVersion": "5.9.0beta3"
|
||||||
|
}
|
|
@ -6,13 +6,13 @@
|
||||||
{
|
{
|
||||||
"journeymapEnabled": "true",
|
"journeymapEnabled": "true",
|
||||||
"useWorldId": "true",
|
"useWorldId": "true",
|
||||||
"viewOnlyServerProperties": "false",
|
"viewOnlyServerProperties": "true",
|
||||||
"allowMultiplayerSettings": "ALL",
|
"allowMultiplayerSettings": "OPS",
|
||||||
"worldPlayerRadar": "NONE",
|
"worldPlayerRadar": "ALL",
|
||||||
"worldPlayerRadarUpdateTime": "5",
|
"worldPlayerRadarUpdateTime": "5",
|
||||||
"seeUndergroundPlayers": "NONE",
|
"seeUndergroundPlayers": "NONE",
|
||||||
"hideOps": "false",
|
"hideOps": "false",
|
||||||
"hideSpectators": "false",
|
"hideSpectators": "true",
|
||||||
"allowDeathPoints": "true",
|
"allowDeathPoints": "true",
|
||||||
"showInGameBeacons": "true",
|
"showInGameBeacons": "true",
|
||||||
"allowWaypoints": "true",
|
"allowWaypoints": "true",
|
||||||
|
@ -27,5 +27,5 @@
|
||||||
"villagerRadarEnabled": "false",
|
"villagerRadarEnabled": "false",
|
||||||
"animalRadarEnabled": "false",
|
"animalRadarEnabled": "false",
|
||||||
"mobRadarEnabled": "false",
|
"mobRadarEnabled": "false",
|
||||||
"configVersion": "5.8.5"
|
"configVersion": "5.9.0beta3"
|
||||||
}
|
}
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"formatVersion": 1,
|
"formatVersion": 1,
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"comment": "Does not work and the repository is inactive.",
|
|
||||||
"version": {
|
"version": {
|
||||||
"name": "7.0.0+fabric",
|
"name": "7.0.0+fabric",
|
||||||
"size": 62616,
|
"size": 62616,
|
||||||
|
|
Loading…
Add table
Reference in a new issue