From fbac69631c624887960a2bfec11675b6e98ffdc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sat, 7 Dec 2024 18:27:39 +0100 Subject: [PATCH] #275 --- config/jmi-client.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 config/jmi-client.toml diff --git a/config/jmi-client.toml b/config/jmi-client.toml new file mode 100644 index 00000000..c4993955 --- /dev/null +++ b/config/jmi-client.toml @@ -0,0 +1,28 @@ +#Client-Side Integration +[FTBChunks] + #Enable FTBChunks Integration + ftbChunks = true + # Default: 0.22222299873828888 + # Range: 0.0 ~ 1.0 + claimedChunkOverlayOpacity = 0.22222299873828888 + #Disable conflict functions for FTBChunks (MiniMap, Waypoint beam, Death waypoint) + disableFTBFunction = true + +[Waystones] + #Enable Waystones Integration + waystones = true + #The color code for Waystone marker. You can generate the color code from https://www.mathsisfun.com/hexadecimal-decimal-colors.html + # Default: 16777215 + # Range: 0 ~ 16777215 + wayStoneMarkerColor = 16777215 + +[WaypointMessage] + #List of block id and tags for WaypointMessage. e.g., ["#forge:ores/diamond", "minecraft:diamond_block"] + waypointMessageBlocks = [] + emptyHandOnly = true + +["JourneyMap Default Config"] + #When local JM default config version is older than `defaultConfigVersion` it will copy everything under `/config/jmdefaultconfig/` to `/journeymap/` and replace the existing files. Set to -1 to disable. + # Default: -1 + # Range: > -1 + defaultConfigVersion = -1