init
This commit is contained in:
commit
a956daf8e2
2351 changed files with 163047 additions and 0 deletions
27
config/jmi-client.toml
Normal file
27
config/jmi-client.toml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
|
||||
#Client-Side Integration
|
||||
[FTBChunks]
|
||||
#Enable FTBChunks Integration
|
||||
ftbChunks = true
|
||||
#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
|
||||
#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.
|
||||
#Range: > -1
|
||||
defaultConfigVersion = -1
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue