forked from copygirl/heck
Compare commits
No commits in common. '9c2895611323cc6d3783de1639819c7bc310669c' and '51e0230722cf23ab1fca40e01f96f67573bc0399' have entirely different histories.
9c28956113
...
51e0230722
62 changed files with 537 additions and 354 deletions
@ -1,14 +0,0 @@ |
|||||||
|
|
||||||
#General settings |
|
||||||
[general] |
|
||||||
#Is Enabled? |
|
||||||
enabled = true |
|
||||||
#Cost |
|
||||||
#Range: > -2147483648 |
|
||||||
cost = 80 |
|
||||||
#Is Starter Glyph? |
|
||||||
starter = false |
|
||||||
#The maximum number of times this glyph may appear in a single spell |
|
||||||
#Range: > 1 |
|
||||||
per_spell_limit = 3 |
|
||||||
|
|
@ -1,24 +0,0 @@ |
|||||||
|
|
||||||
#Common configuration settings |
|
||||||
[common] |
|
||||||
#A list of items that are not allowed inside a backpack. Note: It is recommended to ban items that have an inventory as this will create large NBT data and potentially crash the server! |
|
||||||
bannedItems = [] |
|
||||||
#If enabled, prevents backpacks from being customised. This will remove the customise button from the backpack inventory |
|
||||||
disableCustomisation = false |
|
||||||
#Allows every player to use any backpack cosmetic variant without needing to complete the challenges. Side note, any progress to a challenge will not be tracked while enabled. |
|
||||||
unlockAllBackpacks = false |
|
||||||
#Stops players from removing the backpack if it's not empty. This prevents players from carrying multiple backpacks. |
|
||||||
lockBackpackIntoSlot = true |
|
||||||
#When breaking a shelf, the placed backpack will also drops it's items into the world. This prevents players from carrying multiple backpacks |
|
||||||
dropContentsFromShelf = true |
|
||||||
#When picking up a backpack (with items inside) off the ground, the item will automatically equip. Having this enabled may not be ideal for multiplayer servers. |
|
||||||
autoEquipBackpackOnPickup = false |
|
||||||
#If enabled, allows players to access the backpack of another player by interacting with the visible backpack on their back. |
|
||||||
pickpocketBackpacks = true |
|
||||||
#The maximum reach distance of a player to interact with another player's backpack. |
|
||||||
#Range: 0.0 ~ 4.0 |
|
||||||
pickpocketDistance = 1.5 |
|
||||||
#The maximum angle at which another player's backpack can be accessed |
|
||||||
#Range: 0.0 ~ 90.0 |
|
||||||
pickpocketMaxRangeAngle = 80.0 |
|
||||||
|
|
@ -1,22 +0,0 @@ |
|||||||
[[curiosSettings]] |
|
||||||
identifier = "head" |
|
||||||
hasCosmetic = true |
|
||||||
|
|
||||||
[[curiosSettings]] |
|
||||||
identifier = "hands" |
|
||||||
hasCosmetic = true |
|
||||||
size = 2 |
|
||||||
|
|
||||||
[[curiosSettings]] |
|
||||||
identifier = "belt" |
|
||||||
hasCosmetic = true |
|
||||||
size = 2 |
|
||||||
|
|
||||||
[[curiosSettings]] |
|
||||||
identifier = "charm" |
|
||||||
hasCosmetic = true |
|
||||||
size = 2 |
|
||||||
|
|
||||||
[[curiosSettings]] |
|
||||||
identifier = "feet" |
|
||||||
hasCosmetic = true |
|
@ -0,0 +1,342 @@ |
|||||||
|
## Common Mods |
||||||
|
|
||||||
|
### Optimization / Fixes |
||||||
|
|
||||||
|
- ![](icon/cf.png) [AI Improvements] - Optimizations related to mob AI |
||||||
|
- ![](icon/mr.png) [Alternate Current] - Redstone re-implementation that improves performance |
||||||
|
- ![](icon/cf.png) [Clumps] - Experience orbs merge to reduce lag and pickup time |
||||||
|
- ![](icon/cf.png) [FastSuite] - Improves recipe performance |
||||||
|
- ![](icon/mr.png) [Feature NBT Deadlock Be Gone] - Fixes freeze during worlgen |
||||||
|
- ![](icon/mr.png) [FerriteCore] - Reduces memory usage |
||||||
|
- ![](icon/cf.png) [LazyDFU] - Delays initialization of DataFixerUpper until needed |
||||||
|
- ![](icon/cf.png) [Radium Reforged] - Various optimizations |
||||||
|
- ![](icon/mr.png) [Spark] - Performance profiler |
||||||
|
|
||||||
|
[AI Improvements]: https://www.curseforge.com/minecraft/mc-mods/ai-improvements |
||||||
|
[Alternate Current]: https://modrinth.com/mod/alternate-current |
||||||
|
[Clumps]: https://www.curseforge.com/minecraft/mc-mods/clumps |
||||||
|
[FastSuite]: https://www.curseforge.com/minecraft/mc-mods/fastsuite |
||||||
|
[Feature NBT Deadlock Be Gone]: https://modrinth.com/mod/feature-nbt-deadlock-be-gone |
||||||
|
[FerriteCore]: https://modrinth.com/mod/ferrite-core |
||||||
|
[LazyDFU]: https://www.curseforge.com/minecraft/mc-mods/lazy-dfu-forge |
||||||
|
[Radium Reforged]: https://www.curseforge.com/minecraft/mc-mods/radium-reforged |
||||||
|
[Spark]: https://modrinth.com/mod/spark |
||||||
|
|
||||||
|
### Utility / Tweaks |
||||||
|
|
||||||
|
- ![](icon/cf.png) [Carry On] - Allows picking up blocks (like chests) and entities to relocate them |
||||||
|
- ![](icon/cf.png) [Global GameRules] - Global gamerules that are applied on world load |
||||||
|
- ![](icon/cf.png) [GoProne] - Allows going prone / crawling using a keybind (default: `C`) |
||||||
|
- ![](icon/mr.png) [KubeJS] - Programmatically adjust things (such as recipes) using JavaScript |
||||||
|
- ![](icon/cf.png) [KubeJS Botania](https://www.curseforge.com/minecraft/mc-mods/kubejs-botania) |
||||||
|
- ![](icon/cf.png) [KubeJS Create](https://www.curseforge.com/minecraft/mc-mods/kubejs-create) |
||||||
|
- ![](icon/cf.png) [KubeJS Immersive Engineering](https://www.curseforge.com/minecraft/mc-mods/kubejs-immersive-engineering) |
||||||
|
- ![](icon/cf.png) [KubeJS Thermal](https://www.curseforge.com/minecraft/mc-mods/kubejs-thermal) |
||||||
|
- ![](icon/mr.png) [LootJS](https://modrinth.com/mod/lootjs) |
||||||
|
- ![](icon/cf.png) [Multi Mine] - Block mining progress persists and can be shared between players |
||||||
|
- ![](icon/mr.png) [Simple Voice Chat] - Proximity voice chat with many features |
||||||
|
- ![](icon/cf.png) [Universal Bone Meal] - Bonemeal works on additional blocks |
||||||
|
|
||||||
|
[Carry On]: https://www.curseforge.com/minecraft/mc-mods/carry-on |
||||||
|
[Global GameRules]: https://www.curseforge.com/minecraft/mc-mods/global-gamerules |
||||||
|
[GoProne]: https://www.curseforge.com/minecraft/mc-mods/goprone |
||||||
|
[KubeJS]: https://modrinth.com/mod/kubejs |
||||||
|
[Multi Mine]: https://www.curseforge.com/minecraft/mc-mods/multi-mine |
||||||
|
[Simple Voice Chat]: https://modrinth.com/mod/simple-voice-chat |
||||||
|
[Universal Bone Meal]: https://www.curseforge.com/minecraft/mc-mods/universal-bone-meal-forge |
||||||
|
|
||||||
|
### Balance / Combat |
||||||
|
|
||||||
|
- ![](icon/mr.png) [OverpoweredMending] - Mending is applied to most damaged tool in inventory first |
||||||
|
- ![](icon/mr.png) [Tax Free Levels] - Fixes experience costs to not punish you when having more levels |
||||||
|
|
||||||
|
[OverpoweredMending]: https://modrinth.com/mod/overpoweredmending |
||||||
|
[Tax Free Levels]: https://modrinth.com/mod/tax-free-levels |
||||||
|
|
||||||
|
### Various Content |
||||||
|
|
||||||
|
- ![](icon/cf.png) [Comforts] - Sleeping bags that don't set your spawn and hammocks that skip day |
||||||
|
- ![](icon/cf.png) [Compost Bag] - Stores bonemeal, composts items, and can apply bonemeal in-world |
||||||
|
- ![](icon/mr.png) [Eccentric Tome] - Book for storing other guide books |
||||||
|
- ![](icon/cf.png) [Farmer's Delight] - More crops, cooking utensils, food and meals with effects |
||||||
|
- ![](icon/cf.png) [Copper's Delight] - Adds a copper knife |
||||||
|
- ![](icon/cf.png) [Corn Delight] - Adds corn crop with extra food items |
||||||
|
- ![](icon/cf.png) [Farmer's Respite] - Adds brewing mechanics as well as tea |
||||||
|
- ![](icon/cf.png) [Steel's Delight] - Adds a steel knife |
||||||
|
- ![](icon/mr.png) [Twilight Delight] - Knives from Twilight Forest's materials and more meals |
||||||
|
- ![](icon/cf.png) [Storage Drawers] - Compact and aesthetic storage solution |
||||||
|
- ![](icon/cf.png) [Drawers Tooltip] - Shows what's contained in a drawer after picking it up |
||||||
|
- ![](icon/mr.png) [TorchMaster] - Blocks that control mob spawning |
||||||
|
- ![](icon/cf.png) [Quark] - Various content and gameplay improvements |
||||||
|
- ![](icon/cf.png) [Quark Oddities] - Item pipes and totem of holding (captures items on death) |
||||||
|
- ![](icon/cf.png) [Curious Quark Oddities Backpack] - Quark backpacks equippable in back slot |
||||||
|
- ![](icon/cf.png) [Supplementaries] - Various content and decoration |
||||||
|
- ![](icon/cf.png) [Time in a bottle standalone] - Accumulate time, then use it to speed up blocks |
||||||
|
|
||||||
|
[Comforts]: https://www.curseforge.com/minecraft/mc-mods/comforts |
||||||
|
[Compost Bag]: https://www.curseforge.com/minecraft/mc-mods/compost-bag |
||||||
|
[Eccentric Tome]: https://modrinth.com/mod/eccentric-tome |
||||||
|
[Farmer's Delight]: https://www.curseforge.com/minecraft/mc-mods/farmers-delight |
||||||
|
[Copper's Delight]: https://www.curseforge.com/minecraft/mc-mods/coppers-delight |
||||||
|
[Corn Delight]: https://www.curseforge.com/minecraft/mc-mods/corn-delight |
||||||
|
[Farmer's Respite]: https://www.curseforge.com/minecraft/mc-mods/farmers-respite |
||||||
|
[Steel's Delight]: https://www.curseforge.com/minecraft/mc-mods/steels-delight |
||||||
|
[Twilight Delight]: https://modrinth.com/mod/twilightdelight |
||||||
|
[Storage Drawers]: https://www.curseforge.com/minecraft/mc-mods/storage-drawers |
||||||
|
[TorchMaster]: https://modrinth.com/mod/torchmaster |
||||||
|
[Drawers Tooltip]: https://www.curseforge.com/minecraft/mc-mods/drawers-tooltip |
||||||
|
[Quark]: https://www.curseforge.com/minecraft/mc-mods/quark |
||||||
|
[Quark Oddities]: https://www.curseforge.com/minecraft/mc-mods/quark-oddities |
||||||
|
[Curious Quark Oddities Backpack]: https://www.curseforge.com/minecraft/mc-mods/curios-quark-oddities-backpack |
||||||
|
[Supplementaries]: https://www.curseforge.com/minecraft/mc-mods/supplementaries |
||||||
|
[Time in a bottle standalone]: https://www.curseforge.com/minecraft/mc-mods/time-in-a-bottle-standalone |
||||||
|
|
||||||
|
### Decoration |
||||||
|
|
||||||
|
- ![](icon/mr.png) [Adorn] - Decorative furniture blocks |
||||||
|
- ![](icon/cf.png) [Bedspreads] - Apply banners to beds |
||||||
|
- ![](icon/cf.png) [Cooking for Blockheads] - Kitchen related storage blocks and quick food crafting |
||||||
|
- ![](icon/cf.png) [Decorative Blocks] - Various different decorative building blocks |
||||||
|
- ![](icon/cf.png) [Every Compat] - Craft certain modded blocks from additional modded materials |
||||||
|
|
||||||
|
[Adorn]: https://modrinth.com/mod/adorn |
||||||
|
[Bedspreads]: https://www.curseforge.com/minecraft/mc-mods/bedspreads |
||||||
|
[Cooking for Blockheads]: https://www.curseforge.com/minecraft/mc-mods/cooking-for-blockheads |
||||||
|
[Decorative Blocks]: https://www.curseforge.com/minecraft/mc-mods/decorative-blocks |
||||||
|
[Every Compat]: https://www.curseforge.com/minecraft/mc-mods/every-compat |
||||||
|
|
||||||
|
### Equipment |
||||||
|
|
||||||
|
- ![](icon/cf.png) [Air Hop] - Boots enchantment for additional mid-air jumps |
||||||
|
- ![](icon/mr.png) [Archer's Paradox] - Various new arrows with different effects |
||||||
|
- ![](icon/cf.png) [Artifacts] - Rare equippable items with unique effects |
||||||
|
- ![](icon/cf.png) [Backpacked] - Customizable, enchantable backpacks for carrying more items |
||||||
|
- ![](icon/cf.png) [Cosmetic Armor Reworked] - Wear a different set of armor that's purely cosmetic |
||||||
|
- ![](icon/cf.png) [Curio of Undying] - Equip totem of undying in your charm slot |
||||||
|
- ![](icon/cf.png) [Curious Elytra] - Equip elytra in your back slot |
||||||
|
- ![](icon/mr.png) [Ensorcellation] - Various additional enchantments |
||||||
|
- ![](icon/mr.png) [Grappling Hook Mod] - Different grappling hooks, upgrades, and enchantments |
||||||
|
- ![](icon/cf.png) [MrCrayfish's Gun Mod] - Unique, customizable and enchantable weapons |
||||||
|
- ![](icon/mr.png) [Slimy Stuff] - More uses for slime such as tools and armor |
||||||
|
- ![](icon/cf.png) [Tetra] - Craft modular weapons and tools, then improve them with use |
||||||
|
- ![](icon/cf.png) [Tetra Pak] - Makes more materials compatible with Tetra |
||||||
|
- ![](icon/cf.png) [Tinkers' Construct] - Customizable tools, smeltery and unique items |
||||||
|
- ![](icon/mr.png) [Tool's Complement] - More tool types and tools made from more materials |
||||||
|
|
||||||
|
[Air Hop]: https://www.curseforge.com/minecraft/mc-mods/air-hop |
||||||
|
[Archer's Paradox]: https://modrinth.com/mod/archers-paradox |
||||||
|
[Artifacts]: https://www.curseforge.com/minecraft/mc-mods/artifacts |
||||||
|
[Backpacked]: https://www.curseforge.com/minecraft/mc-mods/backpacked |
||||||
|
[Cosmetic Armor Reworked]: https://www.curseforge.com/minecraft/mc-mods/cosmetic-armor-reworked |
||||||
|
[Curio of Undying]: https://www.curseforge.com/minecraft/mc-mods/curio-of-undying |
||||||
|
[Curious Elytra]: https://www.curseforge.com/minecraft/mc-mods/curious-elytra |
||||||
|
[Ensorcellation]: https://modrinth.com/mod/ensorcellation |
||||||
|
[Grappling Hook Mod]: https://modrinth.com/mod/grappling-hook-mod |
||||||
|
[MrCrayfish's Gun Mod]: https://www.curseforge.com/minecraft/mc-mods/mrcrayfishs-gun-mod |
||||||
|
[Slimy Stuff]: https://modrinth.com/mod/slimy-stuff |
||||||
|
[Tetra]: https://www.curseforge.com/minecraft/mc-mods/tetra |
||||||
|
[Tetra Pak]: https://www.curseforge.com/minecraft/mc-mods/tetra-pak |
||||||
|
[Tinkers' Construct]: https://www.curseforge.com/minecraft/mc-mods/tinkers-construct |
||||||
|
[Tool's Complement]: https://modrinth.com/mod/tools-complement |
||||||
|
|
||||||
|
### Mobs |
||||||
|
|
||||||
|
- ![](icon/cf.png) [Alex's Mobs] - Adds lots of mobs, both real and fictional |
||||||
|
- ![](icon/mr.png) [Chicken Drop Feathers] - Adult chickens drop feathers from time to time |
||||||
|
- ![](icon/cf.png) [Creeper Overhaul] - Unique creepers for different biomes |
||||||
|
- ![](icon/cf.png) [Domestication Innovation] - Pet related items and enchantments |
||||||
|
- ![](icon/cf.png) [Guard Villagers] - Villages have guards and other defense improving changes |
||||||
|
- ![](icon/mr.png) [More Axolotl Variants Mod] - More flavors of axolotls, some gotten through breeding |
||||||
|
- ![](icon/cf.png) [More MobGriefing Options] - Allows configuring `mobGriefing` per entity |
||||||
|
- ![](icon/cf.png) [Untamed Wilds] - Expands on exploration with high-quality mobs and world generation |
||||||
|
- ![](icon/cf.png) [Villager Names] - Gives villagers random names |
||||||
|
|
||||||
|
[Alex's Mobs]: https://www.curseforge.com/minecraft/mc-mods/alexs-mobs |
||||||
|
[Chicken Drop Feathers]: https://modrinth.com/mod/chicken-drop-feathers |
||||||
|
[Creeper Overhaul]: https://www.curseforge.com/minecraft/mc-mods/creeper-overhaul |
||||||
|
[Domestication Innovation]: https://www.curseforge.com/minecraft/mc-mods/domestication-innovation |
||||||
|
[Guard Villagers]: https://www.curseforge.com/minecraft/mc-mods/guard-villagers |
||||||
|
[More Axolotl Variants Mod]: https://modrinth.com/mod/mavm |
||||||
|
[More MobGriefing Options]: https://www.curseforge.com/minecraft/mc-mods/more-mobgriefing-options |
||||||
|
[Passive Endermen]: https://www.curseforge.com/minecraft/mc-mods/passive-endermen |
||||||
|
[Untamed Wilds]: https://www.curseforge.com/minecraft/mc-mods/untamedwilds |
||||||
|
[Villager Names]: https://www.curseforge.com/minecraft/mc-mods/villager-names |
||||||
|
|
||||||
|
### Technology |
||||||
|
|
||||||
|
- ![](icon/mr.png) [Applied Energistics 2] - Digital item and fluid storage, auto-crafting and more |
||||||
|
- ![](icon/cf.png) [Applied Botanics Addon] - Store mana digitally in Applied Energistics 2 |
||||||
|
- ![](icon/mr.png) [Create] - Tools and blocks for building, decoration and aesthetic automation |
||||||
|
- ![](icon/cf.png) [Create Chunkloading] - Chunkloader that works on moving Create contraptions |
||||||
|
- ![](icon/cf.png) [Create Confectionery] - More Create style food items |
||||||
|
- ![](icon/cf.png) [Create Stuff Additions] - Tools, armor and utility items from Create materials |
||||||
|
- ![](icon/mr.png) [Immersive Engineering] - Electricity based technology mod with nice aesthetics |
||||||
|
- ![](icon/mr.png) [Little Logistics] - Tugboats that can follow specific paths, move items and more |
||||||
|
- ![](icon/cf.png) [Little Contraptions] - Create contraption support for Little Logistics |
||||||
|
- ![](icon/mr.png) [Thermal Expansion] - Dynamos and machines to process materials |
||||||
|
- ![](icon/mr.png) [Thermal Foundation] - Adds base materials and various items for the Thermal Series mods |
||||||
|
- ![](icon/mr.png) [Thermal Innovation] - Adds upgradable, powered tools |
||||||
|
- ![](icon/mr.png) [Thermal Integration] - Integration with other mods |
||||||
|
- ![](icon/mr.png) [TIS-3D] - Program computer modules in ASM |
||||||
|
|
||||||
|
[Applied Energistics 2]: https://modrinth.com/mod/ae2 |
||||||
|
[Applied Botanics Addon]: https://www.curseforge.com/minecraft/mc-mods/applied-botanics-addon |
||||||
|
[Create]: https://modrinth.com/mod/create |
||||||
|
[Create Chunkloading]: https://www.curseforge.com/minecraft/mc-mods/create-chunkloading |
||||||
|
[Create Confectionery]: https://www.curseforge.com/minecraft/mc-mods/create-confectionery |
||||||
|
[Create Stuff Additions]: https://www.curseforge.com/minecraft/mc-mods/create-stuff-additions |
||||||
|
[Immersive Engineering]: https://modrinth.com/mod/immersiveengineering |
||||||
|
[Little Logistics]: https://modrinth.com/mod/little-logistics |
||||||
|
[Little Contraptions]: https://www.curseforge.com/minecraft/mc-mods/little-contraptions |
||||||
|
[Thermal Expansion]: https://modrinth.com/mod/thermal-expansion |
||||||
|
[Thermal Foundation]: https://modrinth.com/mod/thermal-foundation |
||||||
|
[Thermal Innovation]: https://modrinth.com/mod/thermal-innovation |
||||||
|
[Thermal Integration]: https://modrinth.com/mod/thermal-integration |
||||||
|
[TIS-3D]: https://modrinth.com/mod/tis3d |
||||||
|
|
||||||
|
### Magic |
||||||
|
|
||||||
|
- ![](icon/cf.png) [Ars Nouveau] - Craft custom spells and create magical artifacts |
||||||
|
- ![](icon/cf.png) [Ars Arsenal] - Elemental robes and source steel armor |
||||||
|
- ![](icon/cf.png) [Ars Creo] - Allows casting spells from Create contraptions |
||||||
|
- ![](icon/cf.png) [Ars Elemental] - Additions glyphs, tweaks, equipment and mobs |
||||||
|
- ![](icon/cf.png) [Ars Instrumentum] - More items and other utility functions |
||||||
|
- ![](icon/cf.png) [Too Many Glyphs] - Adds additional spell glyphs |
||||||
|
- ![](icon/cf.png) [Botania] - Tech and automation disguised as flowery magic mod, with lots of toys |
||||||
|
- ![](icon/cf.png) [Malum] - Dark magic mod centered around spirit magics |
||||||
|
- ![](icon/cf.png) [Reliquary Reincarnations] - Magical relics crafted from rare mob drops |
||||||
|
|
||||||
|
[Ars Nouveau]: https://www.curseforge.com/minecraft/mc-mods/ars-nouveau |
||||||
|
[Ars Arsenal]: https://www.curseforge.com/minecraft/mc-mods/ars-arsenal |
||||||
|
[Ars Creo]: https://www.curseforge.com/minecraft/mc-mods/ars-creo |
||||||
|
[Ars Elemental]: https://www.curseforge.com/minecraft/mc-mods/ars-elemental-elemental-spell-foci |
||||||
|
[Ars Instrumentum]: https://www.curseforge.com/minecraft/mc-mods/ars-instrumentum |
||||||
|
[Too Many Glyphs]: https://www.curseforge.com/minecraft/mc-mods/too-many-glyphs |
||||||
|
[Botania]: https://www.curseforge.com/minecraft/mc-mods/botania |
||||||
|
[Malum]: https://www.curseforge.com/minecraft/mc-mods/malum |
||||||
|
[Reliquary Reincarnations]: https://www.curseforge.com/minecraft/mc-mods/reliquary-v1.3 |
||||||
|
|
||||||
|
### World Generation |
||||||
|
|
||||||
|
- ![](icon/cf.png) [Awesome Dungeon] - Unique dungeons to explore, conquer and loot |
||||||
|
- ![](icon/cf.png) [Awesome Dungeon - Ocean Edition](https://www.curseforge.com/minecraft/mc-mods/awesome-dungeon-edition-ocean-forge) |
||||||
|
- ![](icon/cf.png) [Awesome Dungeon - Nether Edition](https://www.curseforge.com/minecraft/mc-mods/awesome-dungeon-nether-forge) |
||||||
|
- ![](icon/cf.png) [Awesome Dungeon - The End Edition](https://www.curseforge.com/minecraft/mc-mods/awesome-dungeon-the-end-forge) |
||||||
|
- ![](icon/cf.png) [Biomes O' Plenty] - Expansive biome mod to add variety to the overworld and nether |
||||||
|
- ![](icon/mr.png) [Compat O' Plenty] - Adds variants of various modded blocks made from BoP materials |
||||||
|
- ![](icon/cf.png) [Chunk-Pregenerator] - Pregenerates the world to avoid worldgen lag |
||||||
|
- ![](icon/cf.png) [Dungeon Crawl] - Tiered dungeons with loot that gets more difficult the deeper you go |
||||||
|
- ![](icon/cf.png) [Dungeons Enhanced] - Many new structures and dungeons to explore |
||||||
|
- ![](icon/cf.png) [Enlightened End] - Adds much needed content to the end |
||||||
|
- ![](icon/mr.png) [Integrated Dungeons and Structures] - Structures that use other mods' content |
||||||
|
- ![](icon/cf.png) [Lootr] - Per-player instanced loot chests |
||||||
|
- ![](icon/mr.png) [Repurposed Structures] - Vanilla structures, repurposed for other biomes |
||||||
|
- ![](icon/mr.png) [Stalwart Dungeons] - Special nether and end dungeons with unique loot |
||||||
|
- ![](icon/cf.png) [Terralith] - Overhauls world generation, new and improved Vanilla biomes |
||||||
|
- ![](icon/cf.png) [The Twilight Forest] - A whole magical dimension to explore and progress within |
||||||
|
- ![](icon/cf.png) [When Dungeons Arise] - Massive, unique and potentially dangerous dungeons |
||||||
|
- YUNG's Mods - Improved and additional structures |
||||||
|
- ![](icon/cf.png) [YUNG's Better Desert Temples](https://www.curseforge.com/minecraft/mc-mods/yungs-better-desert-temples) |
||||||
|
- ![](icon/cf.png) [YUNG's Better Dungeons](https://www.curseforge.com/minecraft/mc-mods/yungs-better-dungeons) |
||||||
|
- ![](icon/cf.png) [YUNG's Better Mineshafts](https://www.curseforge.com/minecraft/mc-mods/yungs-better-mineshafts) |
||||||
|
- ![](icon/cf.png) [YUNG's Better Strongholds](https://www.curseforge.com/minecraft/mc-mods/yungs-better-strongholds) |
||||||
|
- ![](icon/cf.png) [YUNG's Better Witch Huts](https://www.curseforge.com/minecraft/mc-mods/yungs-better-witch-huts) |
||||||
|
- ![](icon/cf.png) [YUNG's Extras](https://www.curseforge.com/minecraft/mc-mods/yungs-extras) |
||||||
|
|
||||||
|
[Awesome Dungeon]: https://www.curseforge.com/minecraft/mc-mods/awesome-dungeon-forge |
||||||
|
[Biomes O' Plenty]: https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty |
||||||
|
[Compat O' Plenty]: https://modrinth.com/mod/compatoplenty |
||||||
|
[Chunk-Pregenerator]: https://www.curseforge.com/minecraft/mc-mods/chunkpregenerator |
||||||
|
[Dungeon Crawl]: https://www.curseforge.com/minecraft/mc-mods/dungeon-crawl |
||||||
|
[Dungeons Enhanced]: https://www.curseforge.com/minecraft/mc-mods/dungeonsenhanced |
||||||
|
[Enlightened End]: https://www.curseforge.com/minecraft/mc-mods/enlightened-end |
||||||
|
[Integrated Dungeons and Structures]: https://modrinth.com/mod/idas |
||||||
|
[Lootr]: https://www.curseforge.com/minecraft/mc-mods/lootr |
||||||
|
[Repurposed Structures]: https://modrinth.com/mod/repurposed-structures-forge |
||||||
|
[Stalwart Dungeons]: https://modrinth.com/mod/stalwart-dungeons |
||||||
|
[Terralith]: https://www.curseforge.com/minecraft/mc-mods/terralith |
||||||
|
[The Twilight Forest]: https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest |
||||||
|
[When Dungeons Arise]: https://modrinth.com/mod/when-dungeons-arise |
||||||
|
|
||||||
|
|
||||||
|
## Client-side Mods |
||||||
|
|
||||||
|
### Essential |
||||||
|
|
||||||
|
- ![](icon/cf.png) [Configured] - Improved configuration menu |
||||||
|
- ![](icon/cf.png) [Controlling] - Improved controls menu |
||||||
|
- ![](icon/cf.png) [Just Enough Items] - Look up recipes and uses for items |
||||||
|
|
||||||
|
[Configured]: https://www.curseforge.com/minecraft/mc-mods/configured |
||||||
|
[Controlling]: https://www.curseforge.com/minecraft/mc-mods/controlling |
||||||
|
[Just Enough Items]: https://www.curseforge.com/minecraft/mc-mods/jei |
||||||
|
|
||||||
|
### Optimization / Fixes |
||||||
|
|
||||||
|
- ![](icon/mr.png) [Rubidium] *(recommended)* - Graphical performance improvements |
||||||
|
- ![](icon/mr.png) [Starlight] - Rewritten lighting engine for improved performance |
||||||
|
|
||||||
|
[Rubidium]: https://modrinth.com/mod/rubidium |
||||||
|
[Starlight]: https://modrinth.com/mod/starlight-forge |
||||||
|
|
||||||
|
### Utility |
||||||
|
|
||||||
|
- ![](icon/cf.png) [Better Mods Button] - Better location for the "mods" button |
||||||
|
- ![](icon/cf.png) [Catalogue] - Improved, prettier mod list |
||||||
|
- ![](icon/cf.png) [Inventory Essentials] - Simple ways to move single / all items around |
||||||
|
- ![](icon/cf.png) [Inventory Hotswap] - Switch out hotbar items for another from your inventory quickly |
||||||
|
- ![](icon/mr.png) [JEI Integration] - Shows additional information in item tooltip (durability, enchantability) |
||||||
|
|
||||||
|
[Better Mods Button]: https://www.curseforge.com/minecraft/mc-mods/better-mods-button |
||||||
|
[Catalogue]: https://www.curseforge.com/minecraft/mc-mods/catalogue |
||||||
|
[Inventory Essentials]: https://www.curseforge.com/minecraft/mc-mods/inventory-essentials |
||||||
|
[Inventory Hotswap]: https://www.curseforge.com/minecraft/mc-mods/inventory-hotswap |
||||||
|
[JEI Integration]: https://modrinth.com/mod/jei-integration |
||||||
|
|
||||||
|
### Information |
||||||
|
|
||||||
|
- ![](icon/mr.png) [AppleSkin] - Display nutrition information of foods and player's hunger |
||||||
|
- ![](icon/mr.png) [Better Recipe Book] - Usability improvements to the Vanilla recipe book |
||||||
|
- ![](icon/cf.png) [Chat Heads] - Display player heads next to players' chat messages |
||||||
|
- ![](icon/mr.png) [Detail Armor Bar] - Display more information about equipped armor in armor bar |
||||||
|
- ![](icon/cf.png) [Jade] - Display information about blocks / entities looked add |
||||||
|
- ![](icon/cf.png) [Jade Addons] - More mod support for Jade |
||||||
|
- ![](icon/mr.png) [Light Overlay] - Toggle display for hostile mob spawns (default: `F7`) |
||||||
|
- ![](icon/cf.png) [Toast Control] - Disables all tutorial and advancement toasts |
||||||
|
- ![](icon/cf.png) [Xaero's Minimap] - Display minimap and supports creating waypoints |
||||||
|
- ![](icon/cf.png) [Xaero's World Map] - Stores and display a map of the whole world |
||||||
|
|
||||||
|
[AppleSkin]: https://modrinth.com/mod/appleskin |
||||||
|
[Better Recipe Book]: https://modrinth.com/mod/brb |
||||||
|
[Chat Heads]: https://www.curseforge.com/minecraft/mc-mods/chat-heads |
||||||
|
[Detail Armor Bar]: https://modrinth.com/mod/detail-armor-bar |
||||||
|
[Jade]: https://www.curseforge.com/minecraft/mc-mods/jade |
||||||
|
[Jade Addons]: https://www.curseforge.com/minecraft/mc-mods/jade-addons |
||||||
|
[Light Overlay]: https://modrinth.com/mod/light-overlay |
||||||
|
[Toast Control]: https://www.curseforge.com/minecraft/mc-mods/toast-control |
||||||
|
[Xaero's Minimap]: https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap |
||||||
|
[Xaero's World Map]: https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map |
||||||
|
|
||||||
|
### Visual |
||||||
|
|
||||||
|
- ![](icon/mr.png) [Distant Horizons] *(optional)* - See further in your world with far chunks rendered at lower detail |
||||||
|
- ![](icon/mr.png) [Ears] - Customize your skin with ears, snouts, muzzles, horns, wings, ... |
||||||
|
- ![](icon/cf.png) [Loot Beams] *(recommended)* - Shows loot beams on dropped items |
||||||
|
- ![](icon/mr.png) [Neko's Enchanted Books] - Unique textures for enchanted books |
||||||
|
- ![](icon/mr.png) [No More Night Vision Flashing!] - Removes flashing effect when night vision is running out |
||||||
|
- ![](icon/cf.png) [Pick Up Notifier] - Shows a log of items and experience picked up by the player |
||||||
|
|
||||||
|
[Distant Horizons]: https://modrinth.com/mod/distanthorizons |
||||||
|
[Ears]: https://modrinth.com/mod/ears |
||||||
|
[Loot Beams]: https://www.curseforge.com/minecraft/mc-mods/loot-beams |
||||||
|
[Neko's Enchanted Books]: https://modrinth.com/mod/nekos-enchanted-books |
||||||
|
[No More Night Vision Flashing!]: https://modrinth.com/mod/no-nv-flash |
||||||
|
[Pick Up Notifier]: https://www.curseforge.com/minecraft/mc-mods/pick-up-notifier |
||||||
|
|
||||||
|
# Sound |
||||||
|
|
||||||
|
- ![](icon/cf.png) [Presence Footsteps] *(recommended)* - Improved footstep sounds |
||||||
|
- ![](icon/cf.png) [Sound Physics Remastered] *(optional)* - Provides realistic sound attenuation, reverberation, and absorption |
||||||
|
|
||||||
|
[Presence Footsteps]: https://www.curseforge.com/minecraft/mc-mods/presence-footsteps-forge |
||||||
|
[Sound Physics Remastered]: https://modrinth.com/mod/sound-physics-remastered |
After Width: | Height: | Size: 285 B |
After Width: | Height: | Size: 552 B |
After Width: | Height: | Size: 1.2 KiB |
@ -1,6 +0,0 @@ |
|||||||
{ |
|
||||||
"item.tiab.time_in_a_bottle": "Time in a Bottle", |
|
||||||
"item.tiab.time_in_a_bottle.tooltip.summary": "A _solitary_ bottle of tick-manipulating power that _accumulates time_ when carried in _your inventory_. Can be used to _accelerate_ machine speed and plant growth.", |
|
||||||
"item.tiab.time_in_a_bottle.tooltip.condition": "R-Click on Block", |
|
||||||
"item.tiab.time_in_a_bottle.tooltip.behaviour": "_Multiplies_ the speed of the targeted block by a power of two, _consuming_ 30s from the bottle per multiplier. The effect _expires_ after 30s." |
|
||||||
} |
|
@ -1,6 +0,0 @@ |
|||||||
// priority: 0
|
|
||||||
|
|
||||||
onEvent("jei.hide.items", event => { |
|
||||||
event.hide("thermal:coal_coke"); |
|
||||||
event.hide("thermal:coal_coke_block"); |
|
||||||
}); |
|
@ -1,37 +0,0 @@ |
|||||||
// priority: 0
|
|
||||||
|
|
||||||
onEvent("item.tooltip", event => { |
|
||||||
const ItemDescription = java("com.simibubi.create.foundation.item.ItemDescription"); |
|
||||||
const Palette = java("com.simibubi.create.foundation.item.ItemDescription$Palette"); |
|
||||||
|
|
||||||
event.addAdvanced("tiab:time_in_a_bottle", (item, advanced, tooltip) => { |
|
||||||
|
|
||||||
// Append time to the item's name.
|
|
||||||
let storedTime = item.nbt.getInt("storedTime"); |
|
||||||
if (storedTime > 0) { |
|
||||||
let totalSeconds = Math.floor(storedTime / 20); |
|
||||||
let totalMinutes = Math.floor(totalSeconds / 60) |
|
||||||
let totalHours = Math.floor(totalMinutes / 60); |
|
||||||
|
|
||||||
let name = tooltip[0]; |
|
||||||
name.append(" ("); |
|
||||||
if (totalHours > 0) name.append(`${totalHours}h`); |
|
||||||
if (totalMinutes > 0) name.append(`${totalMinutes % 60}m`); |
|
||||||
name.append(`${totalSeconds % 60}s)`); |
|
||||||
} |
|
||||||
|
|
||||||
// Remove "Stored time hh:mm:ss" line.
|
|
||||||
// NOTE: This is a Java list, not a JavaScript(-like) one.
|
|
||||||
tooltip.remove(1); |
|
||||||
|
|
||||||
// Add Create-style description and usage hint.
|
|
||||||
new ItemDescription(Palette.Gray) |
|
||||||
.withSummary(Component.translate("item.tiab.time_in_a_bottle.tooltip.summary")) |
|
||||||
// Create expects localized strings instead of components here, so we localize ourselves
|
|
||||||
.withControl(Component.translate("item.tiab.time_in_a_bottle.tooltip.condition").string, |
|
||||||
Component.translate("item.tiab.time_in_a_bottle.tooltip.behaviour").string) |
|
||||||
.createTabs() |
|
||||||
.addInformation(tooltip); |
|
||||||
|
|
||||||
}); |
|
||||||
}); |
|
@ -1,8 +0,0 @@ |
|||||||
{ |
|
||||||
"modid": "create", |
|
||||||
"foods": { |
|
||||||
"INGREDIENTS": [ |
|
||||||
"create:dough" |
|
||||||
] |
|
||||||
} |
|
||||||
} |
|
@ -1,9 +0,0 @@ |
|||||||
{ |
|
||||||
"modid": "farmersrespite", |
|
||||||
"foods": { |
|
||||||
"GENERAL": [ |
|
||||||
"farmersrespite:coffee_cake", |
|
||||||
"farmersrespite:rose_hip_pie" |
|
||||||
] |
|
||||||
} |
|
||||||
} |
|
@ -1,8 +0,0 @@ |
|||||||
{ |
|
||||||
"modid": "supplementaries", |
|
||||||
"foods": { |
|
||||||
"GENERAL": [ |
|
||||||
"supplementaries:pancake" |
|
||||||
] |
|
||||||
} |
|
||||||
} |
|
@ -1,12 +0,0 @@ |
|||||||
{ |
|
||||||
"modid": "tconstruct", |
|
||||||
"foods": { |
|
||||||
"GENERAL": [ |
|
||||||
"tconstruct:earth_cake", |
|
||||||
"tconstruct:sky_cake", |
|
||||||
"tconstruct:blood_cake", |
|
||||||
"tconstruct:ender_cake", |
|
||||||
"tconstruct:magma_cake" |
|
||||||
] |
|
||||||
} |
|
||||||
} |
|
@ -1,10 +0,0 @@ |
|||||||
{ |
|
||||||
"type": "thermal:pyrolyzer", |
|
||||||
"ingredient": { "item": "minecraft:coal" }, |
|
||||||
"result": [ |
|
||||||
{ "item": "immersiveengineering:coal_coke" }, |
|
||||||
{ "item": "thermal:tar", "chance": 0.25 }, |
|
||||||
{ "fluid": "immersiveengineering:creosote", "amount": 250 } |
|
||||||
], |
|
||||||
"experience": 0.15 |
|
||||||
} |
|
@ -1,9 +0,0 @@ |
|||||||
{ |
|
||||||
"type": "thermal:pyrolyzer", |
|
||||||
"ingredient": { "tag": "minecraft:logs" }, |
|
||||||
"result": [ |
|
||||||
{ "item": "minecraft:charcoal" }, |
|
||||||
{ "fluid": "immersiveengineering:creosote", "amount": 125 } |
|
||||||
], |
|
||||||
"experience": 0.15 |
|
||||||
} |
|
@ -1,14 +0,0 @@ |
|||||||
// priority: 0
|
|
||||||
|
|
||||||
onEvent("recipes", event => { |
|
||||||
event.recipes.createMixing(Fluid.of("thermal:latex", 250), |
|
||||||
[ "4x minecraft:vine", Fluid.of("minecraft:water", 250) ]); |
|
||||||
event.recipes.createMixing(Fluid.of("thermal:latex", 250), |
|
||||||
[ "4x minecraft:dandelion", Fluid.of("minecraft:water", 250) ]); |
|
||||||
|
|
||||||
event.recipes.createCompacting("thermal:rubber", |
|
||||||
Fluid.of("thermal:latex", 250)).heated(); |
|
||||||
|
|
||||||
event.shaped("8x create:belt_connector", |
|
||||||
[ "RRR", "RRR" ], { R: "thermal:cured_rubber" }); |
|
||||||
}); |
|
@ -1,5 +0,0 @@ |
|||||||
// priority: 0
|
|
||||||
|
|
||||||
onEvent("recipes", event => { |
|
||||||
event.shapeless("2x lootr:trophy", [ "lootr:trophy", "supplementaries:statue" ]); |
|
||||||
}); |
|
@ -1,18 +0,0 @@ |
|||||||
// priority: 0
|
|
||||||
|
|
||||||
onEvent("recipes", event => { |
|
||||||
let material_to_nugget = { |
|
||||||
zinc: "create:zinc_nugget", |
|
||||||
tin: "thermal:tin_nugget", |
|
||||||
lead: "thermal:lead_nugget", |
|
||||||
silver: "thermal:silver_nugget", |
|
||||||
nickel: "thermal:nickel_nugget", |
|
||||||
aluminum: "immersiveengineering:nugget_aluminum", |
|
||||||
uranium: "immersiveengineering:nugget_uranium", |
|
||||||
}; |
|
||||||
|
|
||||||
for (let [material, nugget] of Object.entries(material_to_nugget)) { |
|
||||||
event.smelting(`6x ${nugget}`, `malum:${material}_node`); |
|
||||||
event.blasting(`6x ${nugget}`, `malum:${material}_node`); |
|
||||||
} |
|
||||||
}); |
|
@ -1,8 +0,0 @@ |
|||||||
// priority: 0
|
|
||||||
|
|
||||||
onEvent("block.tags", event => event |
|
||||||
.get("alexsmobs:drops_bananas") |
|
||||||
.add( |
|
||||||
"biomesoplenty:mahogany_leaves", |
|
||||||
"biomesoplenty:palm_leaves", |
|
||||||
)); |
|
@ -1,13 +0,0 @@ |
|||||||
// priority: 0
|
|
||||||
|
|
||||||
onEvent("recipes", event => { |
|
||||||
event.remove({ input: "thermal:coal_coke" }); |
|
||||||
event.remove({ output: "thermal:coal_coke" }); |
|
||||||
event.remove({ input: "thermal:coal_coke_block" }); |
|
||||||
event.remove({ output: "thermal:coal_coke_block" }); |
|
||||||
}); |
|
||||||
|
|
||||||
onEvent("item.tags", event => { |
|
||||||
event.removeAllTagsFrom("thermal:coal_coke"); |
|
||||||
event.removeAllTagsFrom("thermal:coal_coke_block"); |
|
||||||
}); |
|
@ -1,13 +1,13 @@ |
|||||||
name = "Applied Energistics 2" |
name = "Applied Energistics 2" |
||||||
filename = "appliedenergistics2-11.1.5.jar" |
filename = "appliedenergistics2-11.1.4.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/forge-11.1.5/appliedenergistics2-11.1.5.jar" |
url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/forge-11.1.4/appliedenergistics2-11.1.4.jar" |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "418fa640942fb6ac70daea852e1e2d5f1e027af2" |
hash = "090926cdb03ef6c4268036be18b8332deb5f92bd" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.modrinth] |
[update.modrinth] |
||||||
mod-id = "XxWD5pD3" |
mod-id = "XxWD5pD3" |
||||||
version = "JSwFZQ02" |
version = "sm5CvPw0" |
||||||
|
@ -1,13 +1,14 @@ |
|||||||
name = "AppleSkin" |
name = "AppleSkin" |
||||||
filename = "appleskin-forge-mc1.18.2-2.4.1.jar" |
filename = "appleskin-forge-mc1.18-2.4.0.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/forge-mc1.18.2-2.4.1/appleskin-forge-mc1.18.2-2.4.1.jar" |
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/forge-mc1.18-2.4.0/appleskin-forge-mc1.18-2.4.0.jar" |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "6fa3d2485e3a7b416470ad5a3c708f1ce366195c" |
hash = "36c297edae79cd9c33ce3cdb2230bc36fd9523f0" |
||||||
|
mode = "" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.modrinth] |
[update.modrinth] |
||||||
mod-id = "EsAfCjCV" |
mod-id = "EsAfCjCV" |
||||||
version = "1P1AwANB" |
version = "eZRpJhZ6" |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Architectury API" |
name = "Architectury API" |
||||||
filename = "architectury-4.9.83-forge.jar" |
filename = "architectury-4.7.78-forge.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/4.9.83+forge/architectury-4.9.83-forge.jar" |
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/4.7.78+forge/architectury-4.7.78-forge.jar" |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "279f62fccd697ea1ba0cdb3d32fa4687ca2cfc7b" |
hash = "7fd720cf5ef8f2e76df7ea4efdb8eb17a1a2fd3b" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.modrinth] |
[update.modrinth] |
||||||
mod-id = "lhGA9TYQ" |
mod-id = "lhGA9TYQ" |
||||||
version = "GCR7RG35" |
version = "AqHbhvJG" |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Ars Creo" |
name = "Ars Creo" |
||||||
filename = "ars_creo-1.18.2-2.1.3.jar" |
filename = "ars_creo-1.18.2-2.1.2.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "3b900de0a231f1892abe9cb1b6ffa1d7836c4af9" |
hash = "aae630fc3ea73f5476a8e4437e91c1b3241f2bf4" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3936573 |
file-id = 3899114 |
||||||
project-id = 575698 |
project-id = 575698 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Ars Nouveau" |
name = "Ars Nouveau" |
||||||
filename = "ars_nouveau-1.18.2-2.7.4.jar" |
filename = "ars_nouveau-1.18.2-2.7.2.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "397411afc505f39f56fcd89c703d68c61e7a182c" |
hash = "393457cfc8d3a8466bf6ba51fe48b4ae53e015c8" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3937954 |
file-id = 3906744 |
||||||
project-id = 401955 |
project-id = 401955 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Backpacked" |
name = "Backpacked" |
||||||
filename = "backpacked-2.1.10-1.18.2.jar" |
filename = "backpacked-2.1.8-1.18.2.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "e74368d4b4454bd0a10f46a7635bfc9fe82e9d71" |
hash = "c4007126ddb80952c7f45346162462464c93afec" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3923041 |
file-id = 3834883 |
||||||
project-id = 352835 |
project-id = 352835 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Balm (Forge Edition)" |
name = "Balm (Forge Edition)" |
||||||
filename = "balm-3.2.0+0.jar" |
filename = "balm-3.1.0+0.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "cb9c82f12842299dcd7eea9cff036fc464bbd52d" |
hash = "c8c7c2d27acccf240865a4ca881e2b76988a79f2" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3914491 |
file-id = 3830790 |
||||||
project-id = 531761 |
project-id = 531761 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Blueprint" |
name = "Blueprint" |
||||||
filename = "blueprint-1.18.2-5.4.3.jar" |
filename = "blueprint-1.18.2-5.4.1.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "d1d0a65a76737963298fa2bc71a0f3a5a3dc6e42" |
hash = "ac31ad0da40e9945760f898a0b684109d4060ac8" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3923941 |
file-id = 3899215 |
||||||
project-id = 382216 |
project-id = 382216 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Botania" |
name = "Botania" |
||||||
filename = "Botania-1.18.2-435.jar" |
filename = "Botania-1.18.2-434.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
url = "https://cdn.modrinth.com/data/pfjLUfGv/versions/1.18.2-435-forge/Botania-1.18.2-435.jar" |
url = "https://cdn.modrinth.com/data/pfjLUfGv/versions/1.18.2-434-forge/Botania-1.18.2-434.jar" |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "f85a3757cc6d58896856ce42cd6f8165e576dc5b" |
hash = "5b624559e673caa883c10224bec12aeecabd7a96" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.modrinth] |
[update.modrinth] |
||||||
mod-id = "pfjLUfGv" |
mod-id = "pfjLUfGv" |
||||||
version = "157MUwKP" |
version = "tlZFnGvX" |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Clumps" |
name = "Clumps" |
||||||
filename = "Clumps-forge-1.18.2-8.0.0+15.jar" |
filename = "Clumps-forge-1.18.2-8.0.0+14.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "fa3a5ce1676d51a71f555d627477b2aa1ec40892" |
hash = "399f88bce7580e7ad15ec036be63a17c908d7097" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3913406 |
file-id = 3900773 |
||||||
project-id = 256717 |
project-id = 256717 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Collective (Forge)" |
name = "Collective (Forge)" |
||||||
filename = "collective-1.18.2-4.37.jar" |
filename = "collective-1.18.2-4.30.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "569e5dfa4e59de61f1d337cd755ea6b5b6d06506" |
hash = "c7096659a5bec74a6ccf07826fdb37f302e1f8f0" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3913027 |
file-id = 3879491 |
||||||
project-id = 342584 |
project-id = 342584 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Compat O' Plenty" |
name = "Compat O' Plenty" |
||||||
filename = "Compat-O-Plenty-1.18.2-1.5.4.jar" |
filename = "Compat-O-Plenty-1.18.2-1.5.2.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
url = "https://cdn.modrinth.com/data/be9yNxNu/versions/1.18.2-1.5.4/Compat-O-Plenty-1.18.2-1.5.4.jar" |
url = "https://cdn.modrinth.com/data/be9yNxNu/versions/1.18.2-1.5.2/Compat-O-Plenty-1.18.2-1.5.2.jar" |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "3058157267ce87a677112ba6f396054affd77ac7" |
hash = "0b3fdecb25f69247953b133b967d4fe8a25c739e" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.modrinth] |
[update.modrinth] |
||||||
mod-id = "be9yNxNu" |
mod-id = "be9yNxNu" |
||||||
version = "w3kxItXD" |
version = "WVbLcXjo" |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Decorative Blocks" |
name = "Decorative Blocks" |
||||||
filename = "Decorative Blocks-forge-1.18.2-2.1.1.jar" |
filename = "Decorative Blocks-forge-1.18.2-2.1.0.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "a5301fc6752653f331ee768e613483d4f793f244" |
hash = "3557bae062d44f7cb48a94b74282df0f53033230" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3932785 |
file-id = 3697638 |
||||||
project-id = 362528 |
project-id = 362528 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Every Compat" |
name = "Every Compat" |
||||||
filename = "everycomp-1.18.2-1.5.12.jar" |
filename = "everycomp-1.18.2-1.5.9.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "dbe930ebaee2d26a97c328d5c758a3bdd2324838" |
hash = "8779b496650b2b19911bf7065fbfe830b17136de" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3916828 |
file-id = 3872509 |
||||||
project-id = 628539 |
project-id = 628539 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Framework" |
name = "Framework" |
||||||
filename = "framework-0.2.4-1.18.2.jar" |
filename = "framework-0.2.3-1.18.2.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "824ddb627bf335651d5ddcfdf7260e616887823d" |
hash = "d4439ba12197b27503a2cdbc63ed9167e6970dbf" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3926054 |
file-id = 3723144 |
||||||
project-id = 549225 |
project-id = 549225 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Geckolib" |
name = "GeckoLib" |
||||||
filename = "geckolib-forge-1.18-3.0.34.jar" |
filename = "geckolib-forge-1.18-3.0.31.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/3.0.34/geckolib-forge-1.18-3.0.34.jar" |
|
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "1b7a4ebb8b2999edf2deb961fd07bbcbd0c3cdef" |
hash = "5ff8a359d3bdd57e5d601764ed9178ec61eee6f4" |
||||||
|
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.modrinth] |
[update.curseforge] |
||||||
mod-id = "8BmcQJ2H" |
file-id = 3909986 |
||||||
version = "136B88lJ" |
project-id = 388172 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = " Integrated Dungeons and Structures" |
name = " Integrated Dungeons and Structures" |
||||||
filename = "idas_forge-1.3.2+1.18.2.jar" |
filename = "idas_forge-1.1.6+1.18.2.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
url = "https://cdn.modrinth.com/data/Z8OZShAU/versions/1.3.2/idas_forge-1.3.2%2B1.18.2.jar" |
url = "https://cdn.modrinth.com/data/Z8OZShAU/versions/1.1.6/idas_forge-1.1.6%2B1.18.2.jar" |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "ddf2db47888ae390a8c83bde7fc9650afb897788" |
hash = "565f73c22d38a6527029ac0d46973a6b4c30282c" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.modrinth] |
[update.modrinth] |
||||||
mod-id = "Z8OZShAU" |
mod-id = "Z8OZShAU" |
||||||
version = "f4YY0MzA" |
version = "S1GcFdRa" |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Kotlin for Forge" |
name = "Kotlin for Forge" |
||||||
filename = "kotlinforforge-3.7.1-obf.jar" |
filename = "kotlinforforge-3.6.0-obf.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
url = "https://cdn.modrinth.com/data/ordsPcFz/versions/3.7.1/kotlinforforge-3.7.1-obf.jar" |
url = "https://cdn.modrinth.com/data/ordsPcFz/versions/3.6.0/kotlinforforge-3.6.0-obf.jar" |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "9ffbf7048c78e860c2f1e5010b5af6004b99d542" |
hash = "b03fe51fca31dd714a25896a5db79a38a3d15905" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.modrinth] |
[update.modrinth] |
||||||
mod-id = "ordsPcFz" |
mod-id = "ordsPcFz" |
||||||
version = "V1ndWaSk" |
version = "oj49fYhb" |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "KubeJS Create" |
name = "KubeJS Create" |
||||||
filename = "kubejs-create-forge-1802.2.2-build.28.jar" |
filename = "kubejs-create-forge-1802.2.2-build.26.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "c425772eecdbdbdede3f53f7663954d688c9215e" |
hash = "147df064f2f01ec65895b2650f4666437c645645" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3923657 |
file-id = 3815884 |
||||||
project-id = 429371 |
project-id = 429371 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "KubeJS" |
name = "KubeJS" |
||||||
filename = "kubejs-forge-1802.5.4-build.533.jar" |
filename = "kubejs-forge-1802.5.4-build.526.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
url = "https://cdn.modrinth.com/data/umyGl7zF/versions/1802.5.4-build.533+forge/kubejs-forge-1802.5.4-build.533.jar" |
url = "https://cdn.modrinth.com/data/umyGl7zF/versions/1802.5.4-build.526+forge/kubejs-forge-1802.5.4-build.526.jar" |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "f428f5fae453fb4095d7035ccf7c31552c4099a8" |
hash = "c19b4033da807bce04f92556516035c6daa79a07" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.modrinth] |
[update.modrinth] |
||||||
mod-id = "umyGl7zF" |
mod-id = "umyGl7zF" |
||||||
version = "lew7kmbd" |
version = "YXPotrX4" |
||||||
|
@ -1,8 +1,8 @@ |
|||||||
name = "More Overlays Updated" |
name = "More Overlays Updated" |
||||||
filename = "moreoverlays-1.20.9-mc1.18.2.jar" |
filename = "moreoverlays-1.20.5-mc1.18.1.jar" |
||||||
side = "client" |
side = "client" |
||||||
|
|
||||||
[download] |
[download] |
||||||
url = "https://meowface.org/copygirl/moreoverlays-1.20.9-mc1.18.2.jar" |
url = "https://meowface.org/copygirl/moreoverlays-1.20.5-mc1.18.1.jar" |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "b1b0efb191836cc3bf4e25dd374b78f642cc394e" |
hash = "b30a1c3fd696ce7932ec519f9856299cb3574a37" |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Placebo" |
name = "Placebo" |
||||||
filename = "Placebo-1.18.2-6.5.2.jar" |
filename = "Placebo-1.18.2-6.4.2.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "7a6302f839d6dc1b6760dd6b257f45833780c804" |
hash = "45b5a09505e3da63533207b884030dce53a23960" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3938012 |
file-id = 3877902 |
||||||
project-id = 283644 |
project-id = 283644 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Reliquary Reincarnations" |
name = "Reliquary Reincarnations" |
||||||
filename = "reliquary-1.18.2-2.0.12.1143.jar" |
filename = "reliquary-1.18.2-2.0.8.1139.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "0f4b56abfbf4e0fe21bf6b78a569dba2531d3031" |
hash = "53ccd80ae613158d3bce28ef4f137dd5eaad8ee0" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3913377 |
file-id = 3820011 |
||||||
project-id = 241319 |
project-id = 241319 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Rhino" |
name = "Rhino" |
||||||
filename = "rhino-forge-1802.1.14-build.209.jar" |
filename = "rhino-forge-1802.1.14-build.206.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
url = "https://cdn.modrinth.com/data/sk9knFPE/versions/1802.1.14-build.209+forge/rhino-forge-1802.1.14-build.209.jar" |
url = "https://cdn.modrinth.com/data/sk9knFPE/versions/1802.1.14-build.206+forge/rhino-forge-1802.1.14-build.206.jar" |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "eb9a1d342075e7ea8923766a53d1fba23bcf3b00" |
hash = "6057964839b919d2279171f1caf0e6b336700f92" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.modrinth] |
[update.modrinth] |
||||||
mod-id = "sk9knFPE" |
mod-id = "sk9knFPE" |
||||||
version = "TxJqYAQy" |
version = "L93DX9JE" |
||||||
|
@ -1,18 +1,18 @@ |
|||||||
name = "Rubidium" |
name = "Rubidium" |
||||||
filename = "rubidium-0.5.3a.jar" |
filename = "rubidium-0.5.3.jar" |
||||||
side = "client" |
side = "client" |
||||||
|
|
||||||
[download] |
[download] |
||||||
url = "https://cdn.modrinth.com/data/4ZqxOvjD/versions/0.5.3a/rubidium-0.5.3a.jar" |
url = "https://cdn.modrinth.com/data/4ZqxOvjD/versions/0.5.3/rubidium-0.5.3.jar" |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "eeca1915fb9692e801f7048f78662d96c48112d9" |
hash = "d65a1165cb269cf994091e6645062c4ce4fa945d" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.modrinth] |
[update.modrinth] |
||||||
mod-id = "4ZqxOvjD" |
mod-id = "4ZqxOvjD" |
||||||
version = "ibGbqBbP" |
version = "TnN4CV2Q" |
||||||
|
|
||||||
[option] |
[option] |
||||||
optional = true |
|
||||||
description = "Rendering optimizations that take advantage of various techniques to reduce CPU and GPU usage, and make the game run much more smoothly.\n\nCan be disabled if you think it causes issues." |
description = "Rendering optimizations that take advantage of various techniques to reduce CPU and GPU usage, and make the game run much more smoothly.\n\nCan be disabled if you think it causes issues." |
||||||
|
optional = true |
||||||
default = true |
default = true |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Simple Voice Chat" |
name = "Simple Voice Chat" |
||||||
filename = "voicechat-forge-1.18.2-2.3.5.jar" |
filename = "voicechat-forge-1.18.2-2.3.0.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/forge-1.18.2-2.3.5/voicechat-forge-1.18.2-2.3.5.jar" |
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/forge-1.18.2-2.3.0/voicechat-forge-1.18.2-2.3.0.jar" |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "43fc7116ae79085f0f0ddfe9c5f3d1cc8b13697c" |
hash = "624317a2c481622be9a35745744bb3613da07a38" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.modrinth] |
[update.modrinth] |
||||||
mod-id = "9eGKb6K1" |
mod-id = "9eGKb6K1" |
||||||
version = "7ZStwdm3" |
version = "3SPazklI" |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Toast Control" |
name = "Toast Control" |
||||||
filename = "ToastControl-1.18.2-6.0.3.jar" |
filename = "ToastControl-1.18.2-6.0.2.jar" |
||||||
side = "client" |
side = "client" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "8ed3eb63f8c34b5f7c10b216cf8b55d4c32a09ed" |
hash = "27e1669b85e855dfaef74c7fe66036fcc9e1768c" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3929072 |
file-id = 3717855 |
||||||
project-id = 271740 |
project-id = 271740 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Twilight Delight" |
name = "Twilight Delight" |
||||||
filename = "TwilightDelight-forge-1.18.2-1.2.0-Beta.jar" |
filename = "TwilightDelight-1.18.2-1.2.0-Alpha.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
url = "https://cdn.modrinth.com/data/rXSy9m41/versions/1.2.0-Beta/TwilightDelight-forge-1.18.2-1.2.0-Beta.jar" |
url = "https://cdn.modrinth.com/data/rXSy9m41/versions/1.2.0-Alpha/TwilightDelight-1.18.2-1.2.0-Alpha.jar" |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "71b1461c0f357803d233751b554970f47874aaa9" |
hash = "da89079c1dff503adbc882887ed425a3fad5eddc" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.modrinth] |
[update.modrinth] |
||||||
mod-id = "rXSy9m41" |
mod-id = "rXSy9m41" |
||||||
version = "RgO3rKAF" |
version = "fJhslgBi" |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Untamed Wilds" |
name = "Untamed Wilds" |
||||||
filename = "untamedwilds-1.18.2-2.2.0.jar" |
filename = "untamedwilds-1.18.2-2.1.3.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "08a1c2034f4cac3d11d10d70dadc3a74e5c5423c" |
hash = "121f86ec574cd95a8ad16cb44de58179cbe13d76" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3925087 |
file-id = 3794273 |
||||||
project-id = 457252 |
project-id = 457252 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Xaero's Minimap" |
name = "Xaero's Minimap" |
||||||
filename = "Xaeros_Minimap_22.13.2_Forge_1.18.2.jar" |
filename = "Xaeros_Minimap_22.13.0_Forge_1.18.2.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "deefe60f96946059ece56ce3a1dd231e354869ee" |
hash = "7881c15348c3efbb61ecadf192649d7f1298bf81" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3937634 |
file-id = 3907319 |
||||||
project-id = 263420 |
project-id = 263420 |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
name = "Xaero's World Map" |
name = "Xaero's World Map" |
||||||
filename = "XaerosWorldMap_1.26.5_Forge_1.18.2.jar" |
filename = "XaerosWorldMap_1.26.2_Forge_1.18.2.jar" |
||||||
side = "both" |
side = "both" |
||||||
|
|
||||||
[download] |
[download] |
||||||
hash-format = "sha1" |
hash-format = "sha1" |
||||||
hash = "6b663faaff96387b174d4f2e4d195dd954ff6da7" |
hash = "91281bad5ae33debccb1b063e038d98ca18363a5" |
||||||
mode = "metadata:curseforge" |
mode = "metadata:curseforge" |
||||||
|
|
||||||
[update] |
[update] |
||||||
[update.curseforge] |
[update.curseforge] |
||||||
file-id = 3937655 |
file-id = 3907340 |
||||||
project-id = 317780 |
project-id = 317780 |
||||||
|
Loading…
Reference in new issue