Skip to content

Commit

Permalink
v3.0.7
Browse files Browse the repository at this point in the history
优化minihud设置
  • Loading branch information
Chikage0o0 committed Sep 1, 2022
1 parent 0a45108 commit 334dcc1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/bcc.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"projectID":0,"modpackName":"Create Origin","modpackVersion":"3.0.6","useMetadata":false}
{"projectID":0,"modpackName":"Create Origin","modpackVersion":"3.0.7","useMetadata":false}
2 changes: 1 addition & 1 deletion config/customwindowtitle-client.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
title = 'Create Origin 3.0.6'
title = 'Create Origin 3.0.7'
icon16 = 'customwindowtitle/icon16.png'
icon32 = 'customwindowtitle/icon32.png'
20 changes: 13 additions & 7 deletions config/yosbr/config/minihud.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@
"lightLevelMarkers": "square",
"lightLevelNumberCondition": "always",
"lightLevelNumbers": "block",
"hudAlignment": "top_left",
"hudAlignment": "bottom_right",
"biomeOverlayRange": 4,
"biomeOverlayRangeVertical": 0,
"blockGridOverlayRadius": 32,
"coordinateFormat": "x: %.1f y: %.1f z: %.1f",
"dateFormatReal": "yyyy-MM-dd HH:mm:ss",
"dateFormatMinecraft": "MC time: (day {DAY}) {HOUR}:{MIN}:xx",
"fontScale": 0.5,
"fontScale": 1.0,
"lightLevelMarkerSize": 0.84,
"lightLevelNumberOffsetBlockX": 0.26,
"lightLevelNumberOffsetBlockY": 0.32,
Expand Down Expand Up @@ -176,22 +176,22 @@
"infoChunkSections": false,
"infoChunkSectionsLine": false,
"infoChunkUpdates": false,
"infoCoordinates": true,
"infoCoordinates": false,
"infoCoordinatesScaled": false,
"infoDifficulty": false,
"infoDimensionId": false,
"infoDistance": false,
"infoEntities": false,
"infoEntitiesClientWorld": false,
"infoEntityRegistryName": false,
"infoFacing": true,
"infoFacing": false,
"infoFurnaceXp": false,
"infoFPS": false,
"infoHoneyLevel": false,
"infoHorseSpeed": false,
"infoHorseJump": false,
"infoLightLevel": false,
"infoLookingAtBlock": false,
"infoLookingAtBlock": true,
"infoLookingAtBlockInChunk": false,
"infoLookingAtEntity": false,
"infoMemoryUsage": false,
Expand Down Expand Up @@ -488,7 +488,9 @@
"Village Main": "#3054CB4E",
"Village Components": "#3054CB4E",
"Witch Hut Main": "#30BE1DFC",
"Witch Hut Components": "#300099FF"
"Witch Hut Components": "#300099FF",
"Unknown Main": "#50FFFFFF",
"Unknown Components": "#50FFFFFF"
},
"StructureHotkeys": {
"Toggle Bastion Remnant": {
Expand Down Expand Up @@ -544,6 +546,9 @@
},
"Toggle Witch Hut": {
"keys": ""
},
"Toggle Unknown": {
"keys": ""
}
},
"StructureToggles": {
Expand All @@ -564,7 +569,8 @@
"Shipwreck": false,
"Stronghold": false,
"Village": false,
"Witch Hut": false
"Witch Hut": false,
"Unknown": false
},
"config_version": 1
}

0 comments on commit 334dcc1

Please sign in to comment.