Compare commits

...

21 Commits

  1. 0
      .polymc/minecraft/config/sodium-options.json
  2. 85
      README.md
  3. 14
      config/ars_nouveau/fortune.toml
  4. 2
      config/jei/blacklist.cfg
  5. 2
      config/reliquary-common.toml
  6. 24
      defaultconfigs/backpacked-server.toml
  7. 1
      defaultconfigs/carryon-server.toml
  8. 22
      defaultconfigs/curios-server.toml
  9. 342
      docs/MODS.md
  10. BIN
      docs/icon/cf.png
  11. BIN
      docs/icon/gh.png
  12. BIN
      docs/icon/mr.png
  13. 6
      kubejs/assets/time_in_a_bottle/lang/en_us.json
  14. 6
      kubejs/client_scripts/hide/unification/coal_coke.js
  15. 5
      kubejs/client_scripts/hide/unification/fluids.js
  16. 1
      kubejs/client_scripts/hide/unification/storage_blocks.js
  17. 37
      kubejs/client_scripts/time_in_a_bottle.js
  18. 8
      kubejs/data/cookingforblockheads/cookingforblockheads/compat/create.json
  19. 9
      kubejs/data/cookingforblockheads/cookingforblockheads/compat/farmersrespite.json
  20. 8
      kubejs/data/cookingforblockheads/cookingforblockheads/compat/supplementaries.json
  21. 12
      kubejs/data/cookingforblockheads/cookingforblockheads/compat/tconstruct.json
  22. 10
      kubejs/data/thermal/recipes/machines/pyrolyzer/pyrolyzer_coal.json
  23. 9
      kubejs/data/thermal/recipes/machines/pyrolyzer/pyrolyzer_logs.json
  24. 14
      kubejs/server_scripts/recipes/create/latex_and_rubber.js
  25. 5
      kubejs/server_scripts/recipes/duplicate_centennial_tropy.js
  26. 18
      kubejs/server_scripts/recipes/malum_nuggets_from_node.js
  27. 8
      kubejs/server_scripts/tags/drops_banana.js
  28. 13
      kubejs/server_scripts/unification/coal_coke.js
  29. 4
      kubejs/server_scripts/unification/fluids.js
  30. 1
      kubejs/server_scripts/unification/storage_blocks.js
  31. 8
      mods/ae2.pw.toml
  32. 9
      mods/appleskin.pw.toml
  33. 8
      mods/architectury-api.pw.toml
  34. 6
      mods/ars-creo.pw.toml
  35. 6
      mods/ars-nouveau.pw.toml
  36. 6
      mods/backpacked.pw.toml
  37. 6
      mods/balm.pw.toml
  38. 6
      mods/blueprint.pw.toml
  39. 8
      mods/botania.pw.toml
  40. 6
      mods/clumps.pw.toml
  41. 6
      mods/collective.pw.toml
  42. 8
      mods/compatoplenty.pw.toml
  43. 6
      mods/decorative-blocks.pw.toml
  44. 6
      mods/every-compat.pw.toml
  45. 6
      mods/framework.pw.toml
  46. 14
      mods/geckolib.pw.toml
  47. 10
      mods/idas.pw.toml
  48. 8
      mods/kotlin-for-forge.pw.toml
  49. 6
      mods/kubejs-create.pw.toml
  50. 8
      mods/kubejs.pw.toml
  51. 6
      mods/more-overlays-updated.pw.toml
  52. 6
      mods/placebo.pw.toml
  53. 6
      mods/reliquary-v1-3.pw.toml
  54. 8
      mods/rhino.pw.toml
  55. 10
      mods/rubidium.pw.toml
  56. 8
      mods/simple-voice-chat.pw.toml
  57. 6
      mods/toast-control.pw.toml
  58. 8
      mods/twilightdelight.pw.toml
  59. 6
      mods/untamedwilds.pw.toml
  60. 6
      mods/xaeros-minimap.pw.toml
  61. 6
      mods/xaeros-world-map.pw.toml
  62. 2
      pack.toml

@ -4,84 +4,7 @@
*Heck* comes with a modest amount of configuration changes and [KubeJS](https://kubejs.com/) scripts that aim to make our mods work together well, fix minor issues, improve balance, change and add recipes, and most importantly unify most items and materials in the pack which would otherwise exist in multiple formats. We also have a couple of texture and localization changes to make things fit together well.
- For a **list of mods** including short descriptions, see [`docs/MODS.md`](docs/MODS.md).
## Download / Installation
The modpack is currently only available as a **self-updating** PolyMC / MultiMC instance.
- Download and install [PolyMC] (recommended) or [MultiMC], if you don't have it already.
These are third-party Minecraft launchers that simplify managing multiple instances of the game.
- Make sure you have **Java 17** (or higher) installed on your system.
You can check this by going to "Settings" in your launcher and go to "Java".
When you click "Auto-detect" and a version `17.x.x` appears, you can select it here.
If not, you can download the right [Eclipse Temurin](https://adoptium.net/temurin/releases/) version, and install it.
These are an alternative to the "official" Oracle Java releases, though I recommend them.
- To add *Heck* to the launcher, click "Add Instance", select "Import from zip",
and paste this: [`https://meowface.org/copygirl/Heck.zip`](https://meowface.org/copygirl/Heck.zip)
- On first launch, [packwiz] will download all mods and other modpack files.
On future launches, it will automatically check for updates and apply them.
When updating the modpack, not all changes might be applied, because some settings are stored *per world*, which won't be overridden by the update process. If you're just playing multiplayer, this won't matter to you. If you're playing singleplayer however, you might want to copy the contents of the `defaultconfigs` folder into your world's `serverconfig` folder every now and then.
[PolyMC]: https://polymc.org/
[MultiMC]: https://multimc.org/
[packwiz]: https://github.com/packwiz/packwiz
## Server Setup
Grab the latest [packwiz bootstrapper](https://github.com/packwiz/packwiz-installer-bootstrap/releases) and [Forge installer](https://files.minecraftforge.net/net/minecraftforge/forge/index_1.18.2.html) - the recommended version can be found in our [`pack.toml`](pack.toml). The entire installation process on the server side will look a little something like the following, assuming you have Java 17 ready and set up as the default. Otherwise just point any of the `java` commands to the correct executable.
```sh
# Download the required bootstrapper and installer.
# Adjust if necessary, such as if a new version is available or required.
wget https://github.com/packwiz/packwiz-installer-bootstrap/releases/download/v0.0.3/packwiz-installer-bootstrap.jar
wget https://maven.minecraftforge.net/net/minecraftforge/forge/1.18.2-40.1.68/forge-1.18.2-40.1.68-installer.jar
# Download modpack files. Also run this to update.
java -jar packwiz-installer-bootstrap.jar -g -s server https://meowface.org/copygirl/heck/pack.toml
# Changes made to files in `defaultconfigs` during updates are not applied to existing worlds.
# Therefore it is advised to copy them over by running the following command.
cp defaultconfigs/* $WORLD_LOCATION/serverconfig/
# Download Minecraft and Forge files.
java -jar forge-1.18.2-40.1.68-installer.jar --installServer
# Now do the usual, accept the EULA, edit your server
# properties, run your startup script as you're used to.
java -jar -Xmx6G -Xms6G forge-1.18.2-40.1.68.jar nogui
```
## Development
Working on the modpack requires the [packwiz] tool, so be sure to download it first.
```sh
packwiz update --all # Update all mods to latest.
git commit [...] # Now you can commit your changes..
git push # ..and push them to the repository.
```
It should be noted that packwiz will keep an `index.toml` file and update `pack.toml` to keep track of it, mirroring any changes. However, since these changes are basically build artifacts, we decided to not include them in the repository.
```sh
# Make sure git will not see any changes to pack.toml.
# This is to avoid accidentally committing the [index] section.
git update-index --assume-unchanged pack.toml
```
To test changes tocally, you can run `packwiz serve` to deploy a simple webserver that just hosts the modpack files. Setting your instance's pre-launch command to the following command will allow it to update from local files when starting up.
```sh
"$INST_JAVA" -jar packwiz-installer-bootstrap.jar http//localhost:8080/pack.toml
```
While the game is running, you can use `rsync` to synchronize the `kubejs/` folder after making changes. This allows you to make, for example, recipe changes and test them out in-game, without restarting, simply by running the `/reload` command.
```sh
# Just replace $PATH_TO_INSTANCE with your instance's location.
rsync -r --delete kubejs $PATH_TO_INSTANCE/.minecraft
```
- For a **list of mods** including short descriptions, see the [Mod List](https://git.mcft.net/copygirl/heck/wiki/Mod-List).
- For instructions on how to **set up the modpack**, see [Download & Installation](https://git.mcft.net/copygirl/heck/wiki/Download-&-Installation).
- If you want to set up and run your own **server**, see [Server Setup](https://git.mcft.net/copygirl/heck/wiki/Server-Setup).
- For a quick overview on how to **contribute**, see [Development](https://git.mcft.net/copygirl/heck/wiki/Development).

@ -0,0 +1,14 @@
#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

@ -1759,6 +1759,8 @@ immersiveengineering:shader_bag_ie_masterwork
immersiveengineering:shader_bag_rare
immersiveengineering:shader_bag_uncommon
littlelogistics:creative_capacitor
malum:cracked_osmium_impetus
malum:osmium_impetus
minecraft:axolotl_spawn_egg
minecraft:bat_spawn_egg
minecraft:bedrock

@ -288,7 +288,7 @@ mobDropsEnabled = true
dropChance = 0
#Additional chance per level of looting
#Range: 0.0 ~ 1.0
lootingMultiplier = 0.008333333767950535
lootingMultiplier = 0
#Phoenix Down settings
[items.PhoenixDown]

@ -0,0 +1,24 @@
#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

@ -65,6 +65,7 @@
"supplementaries:book_pile",
"supplementaries:book_pile_horizontal",
"untamedwilds:trap_cage",
"untamedwilds:block_burrow",
]
#Entities that cannot be picked up
forbiddenEntities = [

@ -0,0 +1,22 @@
[[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

@ -1,342 +0,0 @@
## 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

@ -0,0 +1,6 @@
{
"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."
}

@ -0,0 +1,6 @@
// priority: 0
onEvent("jei.hide.items", event => {
event.hide("thermal:coal_coke");
event.hide("thermal:coal_coke_block");
});

@ -2,9 +2,14 @@
onEvent("jei.hide.items", event => {
event.hide("tconstruct:honey_bucket");
event.hide("thermal:creosote_bucket");
});
onEvent("jei.hide.fluids", event => {
// Honey
event.hide("tconstruct:honey");
event.hide("cofh_core:honey");
// Creosote Oil
event.hide("thermal:creosote");
});

@ -11,4 +11,5 @@ onEvent("jei.hide.items", event => {
event.hide("quark:potato_crate");
event.hide("quark:beetroot_crate");
event.hide("quark:sugar_cane_block");
event.hide("quark:charcoal_block");
});

@ -0,0 +1,37 @@
// 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);
});
});

@ -0,0 +1,8 @@
{
"modid": "create",
"foods": {
"INGREDIENTS": [
"create:dough"
]
}
}

@ -0,0 +1,9 @@
{
"modid": "farmersrespite",
"foods": {
"GENERAL": [
"farmersrespite:coffee_cake",
"farmersrespite:rose_hip_pie"
]
}
}

@ -0,0 +1,8 @@
{
"modid": "supplementaries",
"foods": {
"GENERAL": [
"supplementaries:pancake"
]
}
}

@ -0,0 +1,12 @@
{
"modid": "tconstruct",
"foods": {
"GENERAL": [
"tconstruct:earth_cake",
"tconstruct:sky_cake",
"tconstruct:blood_cake",
"tconstruct:ender_cake",
"tconstruct:magma_cake"
]
}
}

@ -0,0 +1,10 @@
{
"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
}

@ -0,0 +1,9 @@
{
"type": "thermal:pyrolyzer",
"ingredient": { "tag": "minecraft:logs" },
"result": [
{ "item": "minecraft:charcoal" },
{ "fluid": "immersiveengineering:creosote", "amount": 125 }
],
"experience": 0.15
}

@ -0,0 +1,14 @@
// 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" });
});

@ -0,0 +1,5 @@
// priority: 0
onEvent("recipes", event => {
event.shapeless("2x lootr:trophy", [ "lootr:trophy", "supplementaries:statue" ]);
});

@ -0,0 +1,18 @@
// 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`);
}
});

@ -0,0 +1,8 @@
// priority: 0
onEvent("block.tags", event => event
.get("alexsmobs:drops_bananas")
.add(
"biomesoplenty:mahogany_leaves",
"biomesoplenty:palm_leaves",
));

@ -0,0 +1,13 @@
// 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");
});

@ -8,7 +8,11 @@
// });
onEvent("fluid.tags", event => {
// Honey
event.removeAll("tconstruct:honey");
event.removeAllTagsFrom("#tconstruct:honey");
event.removeAllTagsFrom("cofh_core:honey");
// Creosote Oil
event.removeAllTagsFrom("thermal:creosote");
});

@ -16,6 +16,7 @@ onEvent("recipes", event => {
removeInputAndOutput("quark:potato_crate");
removeInputAndOutput("quark:beetroot_crate");
removeInputAndOutput("quark:sugar_cane_block");
removeInputAndOutput("quark:charcoal_block");
event.remove({ output: "quark:bamboo_block" });
event.shaped("quark:bamboo_block", [ "BB", "BB" ], { B: "minecraft:bamboo" });

@ -1,13 +1,13 @@
name = "Applied Energistics 2"
filename = "appliedenergistics2-11.1.4.jar"
filename = "appliedenergistics2-11.1.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/forge-11.1.4/appliedenergistics2-11.1.4.jar"
url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/forge-11.1.5/appliedenergistics2-11.1.5.jar"
hash-format = "sha1"
hash = "090926cdb03ef6c4268036be18b8332deb5f92bd"
hash = "418fa640942fb6ac70daea852e1e2d5f1e027af2"
[update]
[update.modrinth]
mod-id = "XxWD5pD3"
version = "sm5CvPw0"
version = "JSwFZQ02"

@ -1,14 +1,13 @@
name = "AppleSkin"
filename = "appleskin-forge-mc1.18-2.4.0.jar"
filename = "appleskin-forge-mc1.18.2-2.4.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/forge-mc1.18-2.4.0/appleskin-forge-mc1.18-2.4.0.jar"
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/forge-mc1.18.2-2.4.1/appleskin-forge-mc1.18.2-2.4.1.jar"
hash-format = "sha1"
hash = "36c297edae79cd9c33ce3cdb2230bc36fd9523f0"
mode = ""
hash = "6fa3d2485e3a7b416470ad5a3c708f1ce366195c"
[update]
[update.modrinth]
mod-id = "EsAfCjCV"
version = "eZRpJhZ6"
version = "1P1AwANB"

@ -1,13 +1,13 @@
name = "Architectury API"
filename = "architectury-4.7.78-forge.jar"
filename = "architectury-4.9.83-forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/4.7.78+forge/architectury-4.7.78-forge.jar"
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/4.9.83+forge/architectury-4.9.83-forge.jar"
hash-format = "sha1"
hash = "7fd720cf5ef8f2e76df7ea4efdb8eb17a1a2fd3b"
hash = "279f62fccd697ea1ba0cdb3d32fa4687ca2cfc7b"
[update]
[update.modrinth]
mod-id = "lhGA9TYQ"
version = "AqHbhvJG"
version = "GCR7RG35"

@ -1,13 +1,13 @@
name = "Ars Creo"
filename = "ars_creo-1.18.2-2.1.2.jar"
filename = "ars_creo-1.18.2-2.1.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "aae630fc3ea73f5476a8e4437e91c1b3241f2bf4"
hash = "3b900de0a231f1892abe9cb1b6ffa1d7836c4af9"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3899114
file-id = 3936573
project-id = 575698

@ -1,13 +1,13 @@
name = "Ars Nouveau"
filename = "ars_nouveau-1.18.2-2.7.2.jar"
filename = "ars_nouveau-1.18.2-2.7.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "393457cfc8d3a8466bf6ba51fe48b4ae53e015c8"
hash = "397411afc505f39f56fcd89c703d68c61e7a182c"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3906744
file-id = 3937954
project-id = 401955

@ -1,13 +1,13 @@
name = "Backpacked"
filename = "backpacked-2.1.8-1.18.2.jar"
filename = "backpacked-2.1.10-1.18.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c4007126ddb80952c7f45346162462464c93afec"
hash = "e74368d4b4454bd0a10f46a7635bfc9fe82e9d71"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3834883
file-id = 3923041
project-id = 352835

@ -1,13 +1,13 @@
name = "Balm (Forge Edition)"
filename = "balm-3.1.0+0.jar"
filename = "balm-3.2.0+0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c8c7c2d27acccf240865a4ca881e2b76988a79f2"
hash = "cb9c82f12842299dcd7eea9cff036fc464bbd52d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3830790
file-id = 3914491
project-id = 531761

@ -1,13 +1,13 @@
name = "Blueprint"
filename = "blueprint-1.18.2-5.4.1.jar"
filename = "blueprint-1.18.2-5.4.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "ac31ad0da40e9945760f898a0b684109d4060ac8"
hash = "d1d0a65a76737963298fa2bc71a0f3a5a3dc6e42"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3899215
file-id = 3923941
project-id = 382216

@ -1,13 +1,13 @@
name = "Botania"
filename = "Botania-1.18.2-434.jar"
filename = "Botania-1.18.2-435.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/pfjLUfGv/versions/1.18.2-434-forge/Botania-1.18.2-434.jar"
url = "https://cdn.modrinth.com/data/pfjLUfGv/versions/1.18.2-435-forge/Botania-1.18.2-435.jar"
hash-format = "sha1"
hash = "5b624559e673caa883c10224bec12aeecabd7a96"
hash = "f85a3757cc6d58896856ce42cd6f8165e576dc5b"
[update]
[update.modrinth]
mod-id = "pfjLUfGv"
version = "tlZFnGvX"
version = "157MUwKP"

@ -1,13 +1,13 @@
name = "Clumps"
filename = "Clumps-forge-1.18.2-8.0.0+14.jar"
filename = "Clumps-forge-1.18.2-8.0.0+15.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "399f88bce7580e7ad15ec036be63a17c908d7097"
hash = "fa3a5ce1676d51a71f555d627477b2aa1ec40892"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3900773
file-id = 3913406
project-id = 256717

@ -1,13 +1,13 @@
name = "Collective (Forge)"
filename = "collective-1.18.2-4.30.jar"
filename = "collective-1.18.2-4.37.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c7096659a5bec74a6ccf07826fdb37f302e1f8f0"
hash = "569e5dfa4e59de61f1d337cd755ea6b5b6d06506"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3879491
file-id = 3913027
project-id = 342584

@ -1,13 +1,13 @@
name = "Compat O' Plenty"
filename = "Compat-O-Plenty-1.18.2-1.5.2.jar"
filename = "Compat-O-Plenty-1.18.2-1.5.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/be9yNxNu/versions/1.18.2-1.5.2/Compat-O-Plenty-1.18.2-1.5.2.jar"
url = "https://cdn.modrinth.com/data/be9yNxNu/versions/1.18.2-1.5.4/Compat-O-Plenty-1.18.2-1.5.4.jar"
hash-format = "sha1"
hash = "0b3fdecb25f69247953b133b967d4fe8a25c739e"
hash = "3058157267ce87a677112ba6f396054affd77ac7"
[update]
[update.modrinth]
mod-id = "be9yNxNu"
version = "WVbLcXjo"
version = "w3kxItXD"

@ -1,13 +1,13 @@
name = "Decorative Blocks"
filename = "Decorative Blocks-forge-1.18.2-2.1.0.jar"
filename = "Decorative Blocks-forge-1.18.2-2.1.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "3557bae062d44f7cb48a94b74282df0f53033230"
hash = "a5301fc6752653f331ee768e613483d4f793f244"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3697638
file-id = 3932785
project-id = 362528

@ -1,13 +1,13 @@
name = "Every Compat"
filename = "everycomp-1.18.2-1.5.9.jar"
filename = "everycomp-1.18.2-1.5.12.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "8779b496650b2b19911bf7065fbfe830b17136de"
hash = "dbe930ebaee2d26a97c328d5c758a3bdd2324838"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3872509
file-id = 3916828
project-id = 628539

@ -1,13 +1,13 @@
name = "Framework"
filename = "framework-0.2.3-1.18.2.jar"
filename = "framework-0.2.4-1.18.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "d4439ba12197b27503a2cdbc63ed9167e6970dbf"
hash = "824ddb627bf335651d5ddcfdf7260e616887823d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3723144
file-id = 3926054
project-id = 549225

@ -1,13 +1,13 @@
name = "GeckoLib"
filename = "geckolib-forge-1.18-3.0.31.jar"
name = "Geckolib"
filename = "geckolib-forge-1.18-3.0.34.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/3.0.34/geckolib-forge-1.18-3.0.34.jar"
hash-format = "sha1"
hash = "5ff8a359d3bdd57e5d601764ed9178ec61eee6f4"
mode = "metadata:curseforge"
hash = "1b7a4ebb8b2999edf2deb961fd07bbcbd0c3cdef"
[update]
[update.curseforge]
file-id = 3909986
project-id = 388172
[update.modrinth]
mod-id = "8BmcQJ2H"
version = "136B88lJ"

@ -1,13 +1,13 @@
name = " Integrated Dungeons and Structures"
filename = "idas_forge-1.1.6+1.18.2.jar"
name = "Integrated Dungeons and Structures"
filename = "idas_forge-1.3.2+1.18.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Z8OZShAU/versions/1.1.6/idas_forge-1.1.6%2B1.18.2.jar"
url = "https://cdn.modrinth.com/data/Z8OZShAU/versions/1.3.2/idas_forge-1.3.2%2B1.18.2.jar"
hash-format = "sha1"
hash = "565f73c22d38a6527029ac0d46973a6b4c30282c"
hash = "ddf2db47888ae390a8c83bde7fc9650afb897788"
[update]
[update.modrinth]
mod-id = "Z8OZShAU"
version = "S1GcFdRa"
version = "f4YY0MzA"

@ -1,13 +1,13 @@
name = "Kotlin for Forge"
filename = "kotlinforforge-3.6.0-obf.jar"
filename = "kotlinforforge-3.7.1-obf.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ordsPcFz/versions/3.6.0/kotlinforforge-3.6.0-obf.jar"
url = "https://cdn.modrinth.com/data/ordsPcFz/versions/3.7.1/kotlinforforge-3.7.1-obf.jar"
hash-format = "sha1"
hash = "b03fe51fca31dd714a25896a5db79a38a3d15905"
hash = "9ffbf7048c78e860c2f1e5010b5af6004b99d542"
[update]
[update.modrinth]
mod-id = "ordsPcFz"
version = "oj49fYhb"
version = "V1ndWaSk"

@ -1,13 +1,13 @@
name = "KubeJS Create"
filename = "kubejs-create-forge-1802.2.2-build.26.jar"
filename = "kubejs-create-forge-1802.2.2-build.28.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "147df064f2f01ec65895b2650f4666437c645645"
hash = "c425772eecdbdbdede3f53f7663954d688c9215e"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3815884
file-id = 3923657
project-id = 429371

@ -1,13 +1,13 @@
name = "KubeJS"
filename = "kubejs-forge-1802.5.4-build.526.jar"
filename = "kubejs-forge-1802.5.4-build.533.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/umyGl7zF/versions/1802.5.4-build.526+forge/kubejs-forge-1802.5.4-build.526.jar"
url = "https://cdn.modrinth.com/data/umyGl7zF/versions/1802.5.4-build.533+forge/kubejs-forge-1802.5.4-build.533.jar"
hash-format = "sha1"
hash = "c19b4033da807bce04f92556516035c6daa79a07"
hash = "f428f5fae453fb4095d7035ccf7c31552c4099a8"
[update]
[update.modrinth]
mod-id = "umyGl7zF"
version = "YXPotrX4"
version = "lew7kmbd"

@ -1,8 +1,8 @@
name = "More Overlays Updated"
filename = "moreoverlays-1.20.5-mc1.18.1.jar"
filename = "moreoverlays-1.20.9-mc1.18.2.jar"
side = "client"
[download]
url = "https://meowface.org/copygirl/moreoverlays-1.20.5-mc1.18.1.jar"
url = "https://meowface.org/copygirl/moreoverlays-1.20.9-mc1.18.2.jar"
hash-format = "sha1"
hash = "b30a1c3fd696ce7932ec519f9856299cb3574a37"
hash = "b1b0efb191836cc3bf4e25dd374b78f642cc394e"

@ -1,13 +1,13 @@
name = "Placebo"
filename = "Placebo-1.18.2-6.4.2.jar"
filename = "Placebo-1.18.2-6.5.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "45b5a09505e3da63533207b884030dce53a23960"
hash = "7a6302f839d6dc1b6760dd6b257f45833780c804"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3877902
file-id = 3938012
project-id = 283644

@ -1,13 +1,13 @@
name = "Reliquary Reincarnations"
filename = "reliquary-1.18.2-2.0.8.1139.jar"
filename = "reliquary-1.18.2-2.0.12.1143.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "53ccd80ae613158d3bce28ef4f137dd5eaad8ee0"
hash = "0f4b56abfbf4e0fe21bf6b78a569dba2531d3031"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3820011
file-id = 3913377
project-id = 241319

@ -1,13 +1,13 @@
name = "Rhino"
filename = "rhino-forge-1802.1.14-build.206.jar"
filename = "rhino-forge-1802.1.14-build.209.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/sk9knFPE/versions/1802.1.14-build.206+forge/rhino-forge-1802.1.14-build.206.jar"
url = "https://cdn.modrinth.com/data/sk9knFPE/versions/1802.1.14-build.209+forge/rhino-forge-1802.1.14-build.209.jar"
hash-format = "sha1"
hash = "6057964839b919d2279171f1caf0e6b336700f92"
hash = "eb9a1d342075e7ea8923766a53d1fba23bcf3b00"
[update]
[update.modrinth]
mod-id = "sk9knFPE"
version = "L93DX9JE"
version = "TxJqYAQy"

@ -1,18 +1,18 @@
name = "Rubidium"
filename = "rubidium-0.5.3.jar"
filename = "rubidium-0.5.3a.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/4ZqxOvjD/versions/0.5.3/rubidium-0.5.3.jar"
url = "https://cdn.modrinth.com/data/4ZqxOvjD/versions/0.5.3a/rubidium-0.5.3a.jar"
hash-format = "sha1"
hash = "d65a1165cb269cf994091e6645062c4ce4fa945d"
hash = "eeca1915fb9692e801f7048f78662d96c48112d9"
[update]
[update.modrinth]
mod-id = "4ZqxOvjD"
version = "TnN4CV2Q"
version = "ibGbqBbP"
[option]
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
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."
default = true

@ -1,13 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-forge-1.18.2-2.3.0.jar"
filename = "voicechat-forge-1.18.2-2.3.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/forge-1.18.2-2.3.0/voicechat-forge-1.18.2-2.3.0.jar"
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/forge-1.18.2-2.3.5/voicechat-forge-1.18.2-2.3.5.jar"
hash-format = "sha1"
hash = "624317a2c481622be9a35745744bb3613da07a38"
hash = "43fc7116ae79085f0f0ddfe9c5f3d1cc8b13697c"
[update]
[update.modrinth]
mod-id = "9eGKb6K1"
version = "3SPazklI"
version = "7ZStwdm3"

@ -1,13 +1,13 @@
name = "Toast Control"
filename = "ToastControl-1.18.2-6.0.2.jar"
filename = "ToastControl-1.18.2-6.0.3.jar"
side = "client"
[download]
hash-format = "sha1"
hash = "27e1669b85e855dfaef74c7fe66036fcc9e1768c"
hash = "8ed3eb63f8c34b5f7c10b216cf8b55d4c32a09ed"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3717855
file-id = 3929072
project-id = 271740

@ -1,13 +1,13 @@
name = "Twilight Delight"
filename = "TwilightDelight-1.18.2-1.2.0-Alpha.jar"
filename = "TwilightDelight-forge-1.18.2-1.2.0-Beta.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/rXSy9m41/versions/1.2.0-Alpha/TwilightDelight-1.18.2-1.2.0-Alpha.jar"
url = "https://cdn.modrinth.com/data/rXSy9m41/versions/1.2.0-Beta/TwilightDelight-forge-1.18.2-1.2.0-Beta.jar"
hash-format = "sha1"
hash = "da89079c1dff503adbc882887ed425a3fad5eddc"
hash = "71b1461c0f357803d233751b554970f47874aaa9"
[update]
[update.modrinth]
mod-id = "rXSy9m41"
version = "fJhslgBi"
version = "RgO3rKAF"

@ -1,13 +1,13 @@
name = "Untamed Wilds"
filename = "untamedwilds-1.18.2-2.1.3.jar"
filename = "untamedwilds-1.18.2-2.2.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "121f86ec574cd95a8ad16cb44de58179cbe13d76"
hash = "08a1c2034f4cac3d11d10d70dadc3a74e5c5423c"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3794273
file-id = 3925087
project-id = 457252

@ -1,13 +1,13 @@
name = "Xaero's Minimap"
filename = "Xaeros_Minimap_22.13.0_Forge_1.18.2.jar"
filename = "Xaeros_Minimap_22.13.2_Forge_1.18.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "7881c15348c3efbb61ecadf192649d7f1298bf81"
hash = "deefe60f96946059ece56ce3a1dd231e354869ee"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3907319
file-id = 3937634
project-id = 263420

@ -1,13 +1,13 @@
name = "Xaero's World Map"
filename = "XaerosWorldMap_1.26.2_Forge_1.18.2.jar"
filename = "XaerosWorldMap_1.26.5_Forge_1.18.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "91281bad5ae33debccb1b063e038d98ca18363a5"
hash = "6b663faaff96387b174d4f2e4d195dd954ff6da7"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3907340
file-id = 3937655
project-id = 317780

@ -1,6 +1,6 @@
name = "Heck"
author = "copygirl"
version = "1.3.0"
version = "1.5.0"
pack-format = "packwiz:1.1.0"
[versions]

Loading…
Cancel
Save