Compare commits
3 Commits
4576aff92e
...
3e0970e477
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e0970e477 | |||
| 49156acd53 | |||
| 96c7ffe248 |
5
.gitignore
vendored
5
.gitignore
vendored
@ -19,4 +19,7 @@
|
||||
|
||||
#include datapack generation
|
||||
!datapacks
|
||||
!datapacks/**
|
||||
!datapacks/**
|
||||
|
||||
#ignore some user settings
|
||||
config/jei/world/server/*/bookmarks.ini
|
||||
|
||||
@ -2,5 +2,5 @@
|
||||
#General Settings
|
||||
[general]
|
||||
#allow coin recipe
|
||||
can_press_coins = false
|
||||
can_press_coins = true
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@ deathpoints:true
|
||||
oldDeathpoints:true
|
||||
distance:1
|
||||
showCoords:true
|
||||
lockNorth:false
|
||||
lockNorth:true
|
||||
zoom:0
|
||||
minimapSize:0
|
||||
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:0:false:false:true: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
|
||||
|
||||
@ -16,13 +16,13 @@
|
||||
"displayNameWhenIconFails": true,
|
||||
"entityNumber": 1000.0,
|
||||
"alwaysDisplayNametags": false,
|
||||
"startFadingAt": 0.0,
|
||||
"dotSize": 2.0,
|
||||
"startFadingAt": 0.0,
|
||||
"displayY": false,
|
||||
"renderOverMinimapFrame": 1.0,
|
||||
"icons": 1.0,
|
||||
"icons": 2.0,
|
||||
"heightLimit": 20.0,
|
||||
"names": 0.0,
|
||||
"names": 1.0,
|
||||
"iconScale": 1.0
|
||||
},
|
||||
"subCategories": [
|
||||
@ -135,6 +135,7 @@
|
||||
"name": "gui.xaero_entity_category_items",
|
||||
"protection": true,
|
||||
"settingOverrides": {
|
||||
"displayed": false,
|
||||
"renderOrder": 1.0,
|
||||
"color": 12.0
|
||||
},
|
||||
|
||||
@ -30,4 +30,5 @@ onlyCurrentMapWaypoints:false
|
||||
minZoomForLocalWaypoints:0.0
|
||||
arrowColour:-2
|
||||
minimapRadar:true
|
||||
renderWaypoints:true
|
||||
globalVersion:1
|
||||
|
||||
Reference in New Issue
Block a user