Skip to content

Commit

Permalink
#Update 0.3
Browse files Browse the repository at this point in the history
Обновление модифкаций
  • Loading branch information
Alinzovink committed May 31, 2020
1 parent 6adbc8b commit a839319
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
30 changes: 30 additions & 0 deletions config/ftbchunks-client.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#Noise added to map to make it look less plastic
#Range: 0.0 ~ 0.5
noise = 0.05
#Enables minimap to show up in corner
#Allowed Values: DISABLED, BOTTOM_LEFT, LEFT, TOP_LEFT, TOP_RIGHT, RIGHT, BOTTOM_RIGHT
minimap = "DISABLED"
#Scale of minimap
#Range: 0.25 ~ 4.0
minimap_scale = 1.0
#Minimap will be circular instead of square
minimap_circle = false
#Show waypoints on minimap
minimap_waypoints = false
#Show entities on minimap
minimap_entities = false
#Show entity heads on minimap
minimap_entity_heads = false
#Show player heads on minimap
minimap_player_heads = false
#Entities in minimap will be larger
minimap_large_entities = false
#Show XYZ under minimap
minimap_xyz = false
#Show biome under minimap
minimap_biome = false
#Blurs minimap
minimap_blur = false
#Adds NWSE compass inside minimap
minimap_compass = false

4 changes: 2 additions & 2 deletions config/xaerominimap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ showItems:true
showOther:true
showOtherTeam:true
showWaypoints:true
showIngameWaypoints:false
showIngameWaypoints:true
displayRedstone:true
deathpoints:true
oldDeathpoints:true
Expand Down Expand Up @@ -82,5 +82,5 @@ interface:dummy:0:36:true:false:false:false
interface:dummy:0:10000:true:false:false:false
interface:dummy:0:0:false:false:true:false
interface:dummy:0:36:true:false:false:false
interface:gui.xaero_minimap:147:-14:false:false:true:false
interface:gui.xaero_minimap:0:0:false:false:false:false
#WAYPOINTS HAVE BEEN MOVED TO xaerowaypoints.txt!
1 change: 1 addition & 0 deletions config/xaeropatreon.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
showCapes:true
2 changes: 1 addition & 1 deletion config/xaeroworldmap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ flowers:true
compression:false
coordinates:true
biomeColorsVanillaMode:false
globalVersion:49
globalVersion:2

0 comments on commit a839319

Please sign in to comment.