Add mods
This commit is contained in:
parent
802015b653
commit
9f186e9248
15 changed files with 240 additions and 5 deletions
|
@ -30,6 +30,7 @@ While creating a new instance, you can select the pack after searching for it in
|
||||||
### Not from Modrinth
|
### Not from Modrinth
|
||||||
These must be manually updated:
|
These must be manually updated:
|
||||||
- [`Better Leaves` (resource-pack)](https://github.com/TeamMidnightDust/BetterLeavesPack) v7.1
|
- [`Better Leaves` (resource-pack)](https://github.com/TeamMidnightDust/BetterLeavesPack) v7.1
|
||||||
|
- [`Towers of the Wild: Reworked` (data-pack)](https://www.curseforge.com/minecraft/texture-packs/towers-of-the-wild-reworked-datapack) v4.0.2+fabric-waystones
|
||||||
- [`TerraBlender`](https://www.curseforge.com/minecraft/mc-mods/terrablender-fabric) v2.0.1.130
|
- [`TerraBlender`](https://www.curseforge.com/minecraft/mc-mods/terrablender-fabric) v2.0.1.130
|
||||||
|
|
||||||
### Interoperability entry-points
|
### Interoperability entry-points
|
||||||
|
|
17
docs/mods.md
17
docs/mods.md
|
@ -24,7 +24,11 @@ The [`Better Leaves` resource-pack by MidnightDust](https://github.com/TeamMidni
|
||||||
### World-gen & decoration
|
### World-gen & decoration
|
||||||
- `Adorn` — furniture
|
- `Adorn` — furniture
|
||||||
- `Artisanat` — more block variations
|
- `Artisanat` — more block variations
|
||||||
|
- `Cinderscapes` — more Nether biomes
|
||||||
- `Promenade` — biomes, mobs and ducks
|
- `Promenade` — biomes, mobs and ducks
|
||||||
|
- `Terrestria` — more Overworld biomes
|
||||||
|
- `Towers of the Wild: Reworked` (data-pack) — BotW-like towers in the Overworld
|
||||||
|
- `Towers of the Wild: Additions` — BotW-like towers in the Nether and the End
|
||||||
|
|
||||||
### GUI
|
### GUI
|
||||||
- `AppleSkin` — hunger/health-related HUD improvements
|
- `AppleSkin` — hunger/health-related HUD improvements
|
||||||
|
@ -41,17 +45,19 @@ The [`Better Leaves` resource-pack by MidnightDust](https://github.com/TeamMidni
|
||||||
- `Entity Texture Features` — random+emissive textures
|
- `Entity Texture Features` — random+emissive textures
|
||||||
|
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
|
- `Auth Me` — in-game session re-validation
|
||||||
- `Charm` — miscellaneous vanilla enhancements
|
- `Charm` — miscellaneous vanilla enhancements
|
||||||
- `Charmonium` — better ambient sounds
|
- `Charmonium` — better ambient sounds
|
||||||
- `Culinaire` — more food items
|
- `Culinaire` — more food items
|
||||||
- `Debugify` — fixes various bugs
|
- `Debugify` — fixes various bugs
|
||||||
|
- `Fabric Waystones` — waystones
|
||||||
- `No Telemetry` — disables telemetry
|
- `No Telemetry` — disables telemetry
|
||||||
- `Universal Graves` — graves
|
- `Universal Graves` — graves
|
||||||
- `Zoomify` — zoom
|
- `Zoomify` — zoom
|
||||||
- `Auth Me` — in-game session re-validation
|
|
||||||
|
|
||||||
### Modpack utilities
|
### Modpack utilities
|
||||||
- `OneTimeOverrides`
|
- `OneTimeOverrides`
|
||||||
|
- `Paxi`
|
||||||
|
|
||||||
### Library
|
### Library
|
||||||
- `Architectury API`
|
- `Architectury API`
|
||||||
|
@ -60,6 +66,7 @@ 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`
|
||||||
|
- `oωo`
|
||||||
- `TerraBlender` — semi-hard dependency of `Promenade`
|
- `TerraBlender` — semi-hard dependency of `Promenade`
|
||||||
|
|
||||||
## Not included
|
## Not included
|
||||||
|
@ -68,6 +75,7 @@ These mods would be in the pack if they were stable.
|
||||||
- `Concurrent Chunk Management Engine` — multithreaded chunk management
|
- `Concurrent Chunk Management Engine` — multithreaded chunk management
|
||||||
- `Consistency+`
|
- `Consistency+`
|
||||||
- `Resounding` — realistic sound physics
|
- `Resounding` — realistic sound physics
|
||||||
|
- `Terra` — completely revamped world-gen
|
||||||
|
|
||||||
### Alternative used
|
### Alternative used
|
||||||
Bug-fixing mods are generally excluded because of `Debugify`.
|
Bug-fixing mods are generally excluded because of `Debugify`.
|
||||||
|
@ -83,15 +91,14 @@ Bug-fixing mods are generally excluded because of `Debugify`.
|
||||||
- `ChestTracker` — find items in chests
|
- `ChestTracker` — find items in chests
|
||||||
- `EasierCrafting` — crafting through clicking
|
- `EasierCrafting` — crafting through clicking
|
||||||
- `Falling Tree` — cut down a tree by only breaking one block
|
- `Falling Tree` — cut down a tree by only breaking one block
|
||||||
- `Immersive Portals`
|
|
||||||
- `limitless` — removes enchanting limits
|
- `limitless` — removes enchanting limits
|
||||||
- `Origins` — character classes
|
- `Origins` — character classes
|
||||||
- `Paradise Lost` — Aether dimension
|
|
||||||
- `Axes are Weapons` — weapon enchantments for axes
|
|
||||||
|
|
||||||
### Incompatible loader/version
|
### Incompatible loader/version
|
||||||
- `Animal Feeding Trough`
|
- `Animal Feeding Trough`
|
||||||
- `Mo' Structures` — many new structures
|
- `Mo' Structures` — many new structures
|
||||||
|
|
||||||
## In consideration
|
## In consideration
|
||||||
*None*
|
- `Immersive Portals`
|
||||||
|
- `Paradise Lost` — Aether dimension
|
||||||
|
- `Axes are Weapons` — weapon enchantments for axes
|
||||||
|
|
20
src/server/mods/towers-of-the-wild-additions.hm.json
Normal file
20
src/server/mods/towers-of-the-wild-additions.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "1.2.3-1.19.x",
|
||||||
|
"size": 384762,
|
||||||
|
"fileName": "totw_additions-1.2.3-1.19.x-fabric.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/kzdWjLDh/versions/WJ8xR3fH/totw_additions-1.2.3-1.19.x-fabric.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "c09dd466a5867748e84e88374c8615fab8e985cc",
|
||||||
|
"sha512": "baf2c3b50a6e601c5d48fcc6560072591cad2f3a779097eb88eb0f339310ef85c17306744d4390e0e889483c8a4154ad73422ef4da18ee60962c866d62b79a95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "kzdWjLDh",
|
||||||
|
"versionId": "WJ8xR3fH",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
11
src/universal/config/cinderscapes.json
Normal file
11
src/universal/config/cinderscapes.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"biomes": {
|
||||||
|
"enableAshyShoals": true,
|
||||||
|
"enableBlackstoneShales": true,
|
||||||
|
"enableLuminousGrove": true,
|
||||||
|
"enableQuartzCavern": true
|
||||||
|
},
|
||||||
|
"enableAshFall": true,
|
||||||
|
"easterEggs": false,
|
||||||
|
"polypiteLuminance": 4
|
||||||
|
}
|
45
src/universal/config/fwaystones/config.json5
Normal file
45
src/universal/config/fwaystones/config.json5
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
{
|
||||||
|
"worldgen": {
|
||||||
|
"generate_in_villages": true,
|
||||||
|
"min_per_village": 1,
|
||||||
|
"max_per_village": 1,
|
||||||
|
"village_waystone_weight": 2
|
||||||
|
},
|
||||||
|
"teleportation_cost": {
|
||||||
|
"cost_type": "HUNGER",
|
||||||
|
"cost_item": "minecraft:ender_pearl",
|
||||||
|
"base_cost": 4,
|
||||||
|
"cost_per_block_distance": 0.10000000149011612,
|
||||||
|
"cost_multiplier_between_dimensions": 3.0
|
||||||
|
},
|
||||||
|
"discover_with_item": "none",
|
||||||
|
"take_amount_from_discover_item": 0,
|
||||||
|
"consume_infinite_knowledge_scroll_on_use": false,
|
||||||
|
"consume_local_void_on_use": true,
|
||||||
|
"free_local_void_teleport": true,
|
||||||
|
"store_waystone_data_on_sneak_break": true,
|
||||||
|
"discover_waystone_on_map_use": false,
|
||||||
|
"can_owners_redeem_payments": false,
|
||||||
|
"waystone_block_hardness": 10.0,
|
||||||
|
"waystone_block_required_mining_level": 1,
|
||||||
|
"permission_level_for_breaking_waystones": "OWNER",
|
||||||
|
"global_mode_toggle_permission_levels": "OWNER",
|
||||||
|
"teleportation_cooldown": {
|
||||||
|
"cooldown_ticks_when_hurt": 0,
|
||||||
|
"cooldown_ticks_from_abyss_watcher": 0,
|
||||||
|
"cooldown_ticks_from_pocket_wormhole": 0,
|
||||||
|
"cooldown_ticks_from_local_void": 0,
|
||||||
|
"cooldown_ticks_from_void_totem": 0,
|
||||||
|
"cooldown_ticks_from_waystone": 0
|
||||||
|
},
|
||||||
|
"disable_teleportation_from_dimensions": [],
|
||||||
|
"disable_teleportation_to_dimensions": [],
|
||||||
|
"ignore_dimension_blacklists_if_same_dimension": true,
|
||||||
|
"add_waystone_structure_piece": {
|
||||||
|
"minecraft:village/desert/houses": "desert_village_waystone",
|
||||||
|
"minecraft:village/savanna/houses": "village_waystone",
|
||||||
|
"minecraft:village/plains/houses": "village_waystone",
|
||||||
|
"minecraft:village/taiga/houses": "village_waystone",
|
||||||
|
"minecraft:village/snowy/houses": "village_waystone"
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
24
src/universal/config/terrestria/biome.json
Normal file
24
src/universal/config/terrestria/biome.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"biomes": {
|
||||||
|
"hemlock_rainforest": true,
|
||||||
|
"oasis": true,
|
||||||
|
"lush_redwood_forest": true,
|
||||||
|
"windswept_redwood_forest": true,
|
||||||
|
"lush_desert": true,
|
||||||
|
"redwood_forest": true,
|
||||||
|
"dense_woodlands": true,
|
||||||
|
"cypress_swamp": true,
|
||||||
|
"snowy_hemlock_forest": true,
|
||||||
|
"japanese_maple_forest": true,
|
||||||
|
"caldera": true,
|
||||||
|
"canyon": true,
|
||||||
|
"dunes": true,
|
||||||
|
"hemlock_treeline": true,
|
||||||
|
"snowy_hemlock_treeline": true,
|
||||||
|
"rainbow_rainforest": true,
|
||||||
|
"volcanic_island": true,
|
||||||
|
"sakura_forest": false,
|
||||||
|
"cypress_forest": true,
|
||||||
|
"outback": true
|
||||||
|
}
|
||||||
|
}
|
3
src/universal/config/terrestria/client.json
Normal file
3
src/universal/config/terrestria/client.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"opti_leaves": true
|
||||||
|
}
|
4
src/universal/config/terrestria/general.json
Normal file
4
src/universal/config/terrestria/general.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"quarter_logs": true,
|
||||||
|
"ocean_volcanoes": true
|
||||||
|
}
|
20
src/universal/mods/cinderscapes.hm.json
Normal file
20
src/universal/mods/cinderscapes.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "3.0.3",
|
||||||
|
"size": 14496537,
|
||||||
|
"fileName": "cinderscapes-3.0.3.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/QC4wcUXZ/versions/YXu2oSCB/cinderscapes-3.0.3.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "e9a1b2d2f3a630aa43c47f0605adf2d551c67573",
|
||||||
|
"sha512": "d610d3d9607d77480e7fc8c5b7bb336f0d3a2c17edd6c755f1f0ae19e756d2fd838f517b627c066ea9811c813114e9a3a8c5a89d25e111dc7d03421f7118a968"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "QC4wcUXZ",
|
||||||
|
"versionId": "YXu2oSCB",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
20
src/universal/mods/fwaystones.hm.json
Normal file
20
src/universal/mods/fwaystones.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "3.0.5+MC1.19.2",
|
||||||
|
"size": 376816,
|
||||||
|
"fileName": "wraith-waystones-3.0.5+mc1.19.2.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/sTZr7NVo/versions/GPDjphA7/wraith-waystones-3.0.5%2Bmc1.19.2.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "65528f1b0eb7517535d00f2d6cd19c0271b6c818",
|
||||||
|
"sha512": "bdf9d791be00d388f381fb418421a3c752c8f57c438782f2fc44a01a8810cdce445493988cbf1e8775540feb547791325954fd0e0e151907498a9e90bad90dc0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "sTZr7NVo",
|
||||||
|
"versionId": "GPDjphA7",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
20
src/universal/mods/owo-lib.hm.json
Normal file
20
src/universal/mods/owo-lib.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "0.8.5+1.19",
|
||||||
|
"size": 715280,
|
||||||
|
"fileName": "owo-lib-0.8.5+1.19.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/ccKDOlHs/versions/bJtMgK25/owo-lib-0.8.5%2B1.19.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "4d774bf7803ac83efdecb8528afa289c3b193d74",
|
||||||
|
"sha512": "d2d1077c77e7c375aa3c29f7dd80efcad9d4a8af5a3091c4e06f8b569bafbb77a8625e9cde108e4e056045049a558a7bd4520a15a2198b5c52b39938829937f5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "ccKDOlHs",
|
||||||
|
"versionId": "bJtMgK25",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
20
src/universal/mods/paxi.hm.json
Normal file
20
src/universal/mods/paxi.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "1.19.2-Fabric-3.0",
|
||||||
|
"size": 99289,
|
||||||
|
"fileName": "Paxi-1.19.2-Fabric-3.0.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/CU0PAyzb/versions/PGslvGfk/Paxi-1.19.2-Fabric-3.0.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "2765c0f2c14313bf46cc2ac86c035ef26a7ef9e0",
|
||||||
|
"sha512": "a6138dccda83cc9c9c8819b34faccf007d35c489081456c352f7926a692e757c365aaf6a56bab18658f2aacc9a4da4a6441ff05ad99b4c8ca544eefc5f0886fe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "CU0PAyzb",
|
||||||
|
"versionId": "PGslvGfk",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
20
src/universal/mods/terrestria.hm.json
Normal file
20
src/universal/mods/terrestria.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "5.0.7",
|
||||||
|
"size": 9064872,
|
||||||
|
"fileName": "terrestria-5.0.7.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/lsUDPMOT/versions/YOSkF6Jk/terrestria-5.0.7.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "7134aa866c4e9d3acca8000abc0a294013e8b7b6",
|
||||||
|
"sha512": "b0a84320506510404a0115d8c91c8c5832568160ed0f9e7b92f7b507a7a1eafd2e7999cac53eef68f47a13827ef44376f18ecc3f70f79230941310c6cd794a0b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "lsUDPMOT",
|
||||||
|
"versionId": "YOSkF6Jk",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
20
src/universal/mods/yungs-api.hm.json
Normal file
20
src/universal/mods/yungs-api.hm.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"formatVersion": 1,
|
||||||
|
"enabled": true,
|
||||||
|
"version": {
|
||||||
|
"name": "1.19.2-Fabric-3.8.2",
|
||||||
|
"size": 1132508,
|
||||||
|
"fileName": "YungsApi-1.19.2-Fabric-3.8.2.jar",
|
||||||
|
"downloadUrl": "https://cdn.modrinth.com/data/Ua7DFN59/versions/UNVzqGkX/YungsApi-1.19.2-Fabric-3.8.2.jar",
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "28be1f0df17edf641a66d2147ea95a5897b0bdf4",
|
||||||
|
"sha512": "512d994e7905588dcb5f3a4cdd5614dab25df6fc07c851d5f08e66911d21f6f4d4e2bfa1c23aaaadbc0c61faa95d4b480f615e57fc44c5e48f1ef351e604e523"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"type": "modrinth",
|
||||||
|
"modId": "Ua7DFN59",
|
||||||
|
"versionId": "UNVzqGkX",
|
||||||
|
"ignoreUpdates": false
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue