Compare commits

...

3 Commits

Author SHA1 Message Date
3e0970e477 added some user settings to ignore 2022-06-16 14:33:06 +02:00
49156acd53 Allow coin pressing 2022-06-16 14:32:08 +02:00
96c7ffe248 Modified map config 2022-06-16 14:31:53 +02:00
5 changed files with 12 additions and 7 deletions

5
.gitignore vendored
View File

@ -19,4 +19,7 @@
#include datapack generation #include datapack generation
!datapacks !datapacks
!datapacks/** !datapacks/**
#ignore some user settings
config/jei/world/server/*/bookmarks.ini

View File

@ -2,5 +2,5 @@
#General Settings #General Settings
[general] [general]
#allow coin recipe #allow coin recipe
can_press_coins = false can_press_coins = true

View File

@ -17,7 +17,7 @@ deathpoints:true
oldDeathpoints:true oldDeathpoints:true
distance:1 distance:1
showCoords:true showCoords:true
lockNorth:false lockNorth:true
zoom:0 zoom:0
minimapSize:0 minimapSize:0
chunkGrid:-1 chunkGrid:-1
@ -102,5 +102,5 @@ interface:dummy:0:36:true:false:false:false
interface:dummy:0:10000:true:false:false:false interface:dummy:0:10000:true:false:false:false
interface:dummy:0:0:false:false:true:false interface:dummy:0:0:false:false:true:false
interface:dummy:0:36:true:false:false:false interface:dummy:0:36:true:false:false:false
interface:gui.xaero_minimap:0:0:false:false:false:false interface:gui.xaero_minimap:64:-51:false:false:true:false
#WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints #WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints

View File

@ -16,13 +16,13 @@
"displayNameWhenIconFails": true, "displayNameWhenIconFails": true,
"entityNumber": 1000.0, "entityNumber": 1000.0,
"alwaysDisplayNametags": false, "alwaysDisplayNametags": false,
"startFadingAt": 0.0,
"dotSize": 2.0, "dotSize": 2.0,
"startFadingAt": 0.0,
"displayY": false, "displayY": false,
"renderOverMinimapFrame": 1.0, "renderOverMinimapFrame": 1.0,
"icons": 1.0, "icons": 2.0,
"heightLimit": 20.0, "heightLimit": 20.0,
"names": 0.0, "names": 1.0,
"iconScale": 1.0 "iconScale": 1.0
}, },
"subCategories": [ "subCategories": [
@ -135,6 +135,7 @@
"name": "gui.xaero_entity_category_items", "name": "gui.xaero_entity_category_items",
"protection": true, "protection": true,
"settingOverrides": { "settingOverrides": {
"displayed": false,
"renderOrder": 1.0, "renderOrder": 1.0,
"color": 12.0 "color": 12.0
}, },

View File

@ -30,4 +30,5 @@ onlyCurrentMapWaypoints:false
minZoomForLocalWaypoints:0.0 minZoomForLocalWaypoints:0.0
arrowColour:-2 arrowColour:-2
minimapRadar:true minimapRadar:true
renderWaypoints:true
globalVersion:1 globalVersion:1