Migrate mods #3
This commit is contained in:
parent
1cdd4e6ba7
commit
09488e2bec
10 changed files with 273 additions and 2 deletions
|
@ -16,6 +16,8 @@
|
|||
- find Inspecio replacements
|
||||
- Configure Zoomify
|
||||
- Keybinds
|
||||
- Configure Debugify (telemetry fix off)
|
||||
|
||||
## Compatibility
|
||||
- Charm: Replantable crops, Bookcase items, Structures on maps
|
||||
## Interoperability
|
||||
- Charm: replantable crops, Bookcase items, structures on maps
|
||||
- WTHIT: blacklisted blocks and entities
|
||||
|
|
45
visum/src/client/config/authme.json5
Normal file
45
visum/src/client/config/authme.json5
Normal file
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
// Auth Button
|
||||
"authButton": {
|
||||
// Position of the button on the multiplayer screen
|
||||
"x": 6,
|
||||
// Position of the button on the multiplayer screen
|
||||
"y": 6,
|
||||
// True if the button can be dragged to a new position
|
||||
"draggable": false //HORIZR
|
||||
},
|
||||
// Login Methods
|
||||
"methods": {
|
||||
// Login via Microsoft
|
||||
"microsoft": {
|
||||
// Indicates the type of user interaction that is required
|
||||
"prompt": "DEFAULT",
|
||||
// The port from which to listen for OAuth2 callbacks
|
||||
"port": 25585,
|
||||
// OAuth2 client id
|
||||
"clientId": "e16699bb-2aa8-46da-b5e3-45cbcce29091",
|
||||
// OAuth2 authorization url
|
||||
"authorizeUrl": "https://login.live.com/oauth20_authorize.srf",
|
||||
// OAuth2 access token url
|
||||
"tokenUrl": "https://login.live.com/oauth20_token.srf",
|
||||
// Xbox authentication url
|
||||
"xboxAuthUrl": "https://user.auth.xboxlive.com/user/authenticate",
|
||||
// Xbox XSTS authorization url
|
||||
"xboxXstsUrl": "https://xsts.auth.xboxlive.com/xsts/authorize",
|
||||
// Minecraft authentication url
|
||||
"mcAuthUrl": "https://api.minecraftservices.com/authentication/login_with_xbox",
|
||||
// Minecraft profile url
|
||||
"mcProfileUrl": "https://api.minecraftservices.com/minecraft/profile"
|
||||
},
|
||||
// Login via Mojang (or legacy)
|
||||
"mojang": {
|
||||
// Last used username
|
||||
"lastUsername": ""
|
||||
},
|
||||
// Login Offline
|
||||
"offline": {
|
||||
// Last used username
|
||||
"lastUsername": ""
|
||||
}
|
||||
}
|
||||
}
|
20
visum/src/client/mods/auth-me.hm.json
Normal file
20
visum/src/client/mods/auth-me.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "3.1.0",
|
||||
"size": 1047327,
|
||||
"fileName": "authme-mc1.18.2-3.1.0.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/yjgIrBjZ/versions/3.1.0/authme-mc1.18.2-3.1.0.jar",
|
||||
"hashes": {
|
||||
"sha1": "98c90cfa8d050a22e14b80691a8531e382840772",
|
||||
"sha512": "e5bdaabc9b9a8c0af82168093133a0120852813d00f69bc558882628c759d21e4b38fb46f32a5ee265ffce331150591390d441b6fdbad2144705cacc01fd6e11"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "yjgIrBjZ",
|
||||
"versionId": "w249CMfp",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
20
visum/src/client/mods/raised.hm.json
Normal file
20
visum/src/client/mods/raised.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "Fabric-1.18.2-1.1.2",
|
||||
"size": 23516,
|
||||
"fileName": "raised-fabric-1.18.2-1.1.2.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/nCQRBEiR/versions/Fabric-1.18.2-1.1.2/raised-fabric-1.18.2-1.1.2.jar",
|
||||
"hashes": {
|
||||
"sha1": "2c140be8f4ab4646d62bc12dbcd1980fc68c0dba",
|
||||
"sha512": "8ad6cd9e62b9de7717528cc9d024a6a22a2c3a9e19e4b1b27729b6b3ccbcac74388a9711734f143ae1416783a194b6b790f7ff411d8633b68797cdc4b87a4ee8"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "nCQRBEiR",
|
||||
"versionId": "4blSgtRD",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
20
visum/src/universal/config/waila/blacklist.json
Normal file
20
visum/src/universal/config/waila/blacklist.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"blocks": [
|
||||
"minecraft:barrier",
|
||||
"minecraft:structure_void"
|
||||
],
|
||||
"blockEntityTypes": [],
|
||||
"entityTypes": [
|
||||
"minecraft:area_effect_cloud",
|
||||
"minecraft:experience_orb",
|
||||
"minecraft:fireball",
|
||||
"minecraft:firework_rocket",
|
||||
"minecraft:snowball"
|
||||
],
|
||||
"configVersion": 0,
|
||||
"pluginHash": [
|
||||
1510828157,
|
||||
0,
|
||||
1532117445
|
||||
]
|
||||
}
|
56
visum/src/universal/config/waila/waila.json
Normal file
56
visum/src/universal/config/waila/waila.json
Normal file
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"general": {
|
||||
"displayTooltip": true,
|
||||
"shiftForDetails": false,
|
||||
"hideShiftText": false,
|
||||
"displayMode": "TOGGLE",
|
||||
"hideFromPlayerList": true,
|
||||
"hideFromDebug": true,
|
||||
"enableTextToSpeech": false,
|
||||
"rateLimit": 250
|
||||
},
|
||||
"overlay": {
|
||||
"position": {
|
||||
"align": {
|
||||
"x": "CENTER",
|
||||
"y": "TOP"
|
||||
},
|
||||
"anchor": {
|
||||
"x": "CENTER",
|
||||
"y": "TOP"
|
||||
},
|
||||
"x": 0,
|
||||
"y": 10,
|
||||
"bossBarsOverlap": false
|
||||
},
|
||||
"color": {
|
||||
"alpha": 80,
|
||||
"themes": [
|
||||
{
|
||||
"id": "waila:dark",
|
||||
"backgroundColor": 1250067,
|
||||
"gradientStart": 3684408,
|
||||
"gradientEnd": 2368548,
|
||||
"fontColor": 10526880
|
||||
},
|
||||
{
|
||||
"id": "waila:vanilla",
|
||||
"backgroundColor": 1048592,
|
||||
"gradientStart": 5243135,
|
||||
"gradientEnd": 2621567,
|
||||
"fontColor": 10526880
|
||||
}
|
||||
],
|
||||
"activeTheme": "waila:dark"
|
||||
},
|
||||
"scale": 1.0
|
||||
},
|
||||
"formatter": {
|
||||
"modName": "§9§o%s",
|
||||
"blockName": "§f%s",
|
||||
"fluidName": "§f%s",
|
||||
"entityName": "§f%s",
|
||||
"registryName": "§8%s"
|
||||
},
|
||||
"configVersion": 1
|
||||
}
|
48
visum/src/universal/config/waila/waila_plugins.json
Normal file
48
visum/src/universal/config/waila/waila_plugins.json
Normal file
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"waila": {
|
||||
"show_blocks": true,
|
||||
"show_fluids": false,
|
||||
"show_entities": true,
|
||||
"show_icon": true,
|
||||
"icon_position": "MIDDLE",
|
||||
"show_mod_name": true,
|
||||
"show_registry": false
|
||||
},
|
||||
"minecraft": {
|
||||
"item_entity": true,
|
||||
"pet.owner": true,
|
||||
"pet.hide_unknown_owner": false,
|
||||
"attribute.block_position": false,
|
||||
"attribute.block_state": false,
|
||||
"attribute.entity_position": false,
|
||||
"attribute.health": true,
|
||||
"attribute.absorption": true,
|
||||
"attribute.armor": true,
|
||||
"attribute.compact": false,
|
||||
"attribute.icon_per_line": 25,
|
||||
"attribute.long_health_max": 100,
|
||||
"attribute.long_armor_max": 100,
|
||||
"furnace_contents": true,
|
||||
"jukebox.record": true,
|
||||
"timer.grow": true,
|
||||
"timer.breed": true,
|
||||
"override.trapped_chest": true,
|
||||
"override.powder_snow": true,
|
||||
"override.infested": true,
|
||||
"breaking_progress.enabled": true,
|
||||
"breaking_progress.color": -1426063361,
|
||||
"breaking_progress.bottom_only": false,
|
||||
"spawner_type": true,
|
||||
"crop_progress": true,
|
||||
"redstone.lever": true,
|
||||
"redstone.repeater": true,
|
||||
"redstone.comparator": true,
|
||||
"redstone.level": true,
|
||||
"player_head.name": true,
|
||||
"level.composter": true,
|
||||
"level.honey": true,
|
||||
"note_block.type": true,
|
||||
"note_block.note": "SHARP",
|
||||
"note_block.int_value": false
|
||||
}
|
||||
}
|
20
visum/src/universal/mods/badpackets.hm.json
Normal file
20
visum/src/universal/mods/badpackets.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "fabric-0.1.2",
|
||||
"size": 25470,
|
||||
"fileName": "badpackets-fabric-0.1.2.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/ftdbN0KK/versions/fabric-0.1.2/badpackets-fabric-0.1.2.jar",
|
||||
"hashes": {
|
||||
"sha1": "098653c88addec413623a78c20e2f001e5647079",
|
||||
"sha512": "0081091e3da2b13f9a7e6031b9d072c8368ca99626459b2ca2710835ed8848f746c4e47fbd6653b401bded04e738f8705982dc4eeb1433c33e58f5eb02e5df68"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "ftdbN0KK",
|
||||
"versionId": "CrA8IgxU",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
20
visum/src/universal/mods/debugify.hm.json
Normal file
20
visum/src/universal/mods/debugify.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "1.11.0-fabric",
|
||||
"size": 313412,
|
||||
"fileName": "debugify-1.11.0-fabric-1.18.2.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/QwxR6Gcd/versions/1.11.0-fabric/debugify-1.11.0-fabric-1.18.2.jar",
|
||||
"hashes": {
|
||||
"sha1": "c1722e40c0592204e3664c482be3533fc185e578",
|
||||
"sha512": "88a54e4e18d5fe73592169c6b90f9053fec2a7f4d75860c0b69dce6693374c3dc9afa2ae2c212550fea03594ad79f3a01bed3f27c10aecf3447036dbda4b49de"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "QwxR6Gcd",
|
||||
"versionId": "ltSWiXrH",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
20
visum/src/universal/mods/wthit.hm.json
Normal file
20
visum/src/universal/mods/wthit.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"enabled": true,
|
||||
"version": {
|
||||
"name": "fabric-4.13.0",
|
||||
"size": 401810,
|
||||
"fileName": "wthit-fabric-4.13.0.jar",
|
||||
"downloadUrl": "https://cdn.modrinth.com/data/6AQIaxuO/versions/HuMZxT36/wthit-fabric-4.13.0.jar",
|
||||
"hashes": {
|
||||
"sha1": "1a84da5ff6088bc129f5b9de1aa296710d6d1a6e",
|
||||
"sha512": "13a1b6d8ce7e3e211e204d5e0c62b83aa41925a652c5b0d66ede7b88a8e807bb150bae6267981710d4709870c149dd2629020e696ec526f8e1fb8e3368b1ead1"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "modrinth",
|
||||
"modId": "6AQIaxuO",
|
||||
"versionId": "HuMZxT36",
|
||||
"ignoreUpdates": false
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue