Reconfigure Zoomify

This commit is contained in:
Moritz Ruth 2022-12-03 14:24:54 +01:00
parent 081055e823
commit fe274a540c
4 changed files with 29 additions and 36 deletions

View file

@ -22,6 +22,7 @@ While creating a new instance, you can select the pack after searching for it in
- Crops can't be trampled - Crops can't be trampled
- Bats can be caught in buckets and let nearby entities glow for 20s when they are released - Bats can be caught in buckets and let nearby entities glow for 20s when they are released
- Enchantment books and potions are stackable (16) - Enchantment books and potions are stackable (16)
- Spyglass zooming can be adjusted by scrolling and there is a keybind for using it
## Development ## Development
[horizr CLI](https://github.com/horizr/cli) is used for pack management. [horizr CLI](https://github.com/horizr/cli) is used for pack management.
@ -40,8 +41,6 @@ When new items/blocks/entities/structures are added, the configuration files of
### Reconfiguration needed ### Reconfiguration needed
- Falling Leaves (config) - Falling Leaves (config)
- Raised (keybinds) - Raised (keybinds)
- Zoomify (keybinds, config, spyglass-only?)
- Debugify (config) - Debugify (config)
- Lithium (config) - Lithium (config)
- Not enough crashes (config)
- WTHIT (config) - WTHIT (config)

View file

@ -60,7 +60,6 @@ The [`Better Leaves` resource-pack by MidnightDust](https://github.com/TeamMidni
- `Dawn API` - `Dawn API`
- `Fabric API` - `Fabric API`
- `Fabric Language Kotlin` - `Fabric Language Kotlin`
- `Feature NBT Deadlock Be Gone`
## Not included ## Not included
### Experimental ### Experimental

View file

@ -1,20 +1,35 @@
{ {
"zoomify_gui_category_behaviour": { "zoomify_gui_category_behaviour": {
"zoomify_gui_initialzoom_name": 4, "zoomify_gui_initialzoom_name": 3,
"zoomify_gui_zoomspeed_name": 150, "zoomify_gui_zoomintime_name": 0.30000000000000004,
"zoomify_gui_zoomtransition_name": "zoomify_transition_ease_out_sine", "zoomify_gui_zoomouttime_name": 0.30000000000000004,
"zoomify_gui_zoomoppositetransitionout_name": true "zoomify_gui_zoomintransition_name": 1,
"zoomify_gui_zoomouttransition_name": 3,
"zoomify_gui_affecthandfov_name": true,
"zoomify_gui_retainzoomsteps_name": false
}, },
"zoomify_gui_category_scrolling": { "zoomify_gui_category_scrolling": {
"zoomify_gui_scrollzoom_name": true, "zoomify_gui_scrollzoom_name": true,
"zoomify_gui_maxscrollzoom_name": 75, "zoomify_gui_scrollzoomamount_name": 3,
"zoomify_gui_scrollzoomtransition_name": "zoomify_transition_linear", "zoomify_gui_scrollzoomsmoothness_name": 70,
"zoomify_gui_scrollzoomoppositetransitionout_name": true, "zoomify_gui_linearlikesteps_name": true
"zoomify_gui_scrollzoomspeed_name": 100
}, },
"zoomify_gui_category_controls": { "zoomify_gui_category_controls": {
"zoomify_gui_zoomkeybehaviour_name": "zoomify_zoom_key_behaviour_hold", "zoomify_gui_zoomkeybehaviour_name": 0,
"zoomify_gui_relativesensitivity_name": false, "zoomify_gui_keybindscrolling_name": false,
"zoomify_gui_cinematiccam_name": false "zoomify_gui_relativesensitivity_name": 30,
"zoomify_gui_relativeviewbobbing_name": true,
"zoomify_gui_cinematiccam_name": 10
},
"zoomify_gui_category_spyglass": {
"zoomify_gui_spyglassbehaviour_name": 3,
"zoomify_gui_spyglassoverlayvisibility_name": 2,
"zoomify_gui_spyglasssoundbehaviour_name": 3
},
"zoomify_gui_category_secondary": {
"zoomify_gui_secondaryzoomamount_name": 4,
"zoomify_gui_secondaryzoomintime_name": 10.0,
"zoomify_gui_secondaryzoomouttime_name": 1.0,
"zoomify_gui_secondaryzoomhidehudonzoom_name": true
} }
} }

View file

@ -1,20 +0,0 @@
{
"formatVersion": 1,
"enabled": true,
"version": {
"name": "2.0.0+1.18.2-rc1_fabric",
"size": 16071,
"fileName": "feature_nbt_deadlock_be_gone_fabric-2.0.0+1.18.2-rc1.jar",
"downloadUrl": "https://cdn.modrinth.com/data/HMNV4z01/versions/2.0.0+1.18.2-rc1_fabric/feature_nbt_deadlock_be_gone_fabric-2.0.0%2B1.18.2-rc1.jar",
"hashes": {
"sha1": "3cd12653da3a4502c42b7f6d6f935e2ff7ca45b3",
"sha512": "bf38ba1c9d55f3688a47b571d9e0c63659acef658c52ff68b2790fbc973a931e49f929bd774f3c8ab784e8260b73d909a198d77d6d4767b5c5e7de1856757e19"
}
},
"source": {
"type": "modrinth",
"modId": "HMNV4z01",
"versionId": "AJQcpbQc",
"ignoreUpdates": false
}
}