FTB Pack Companion icon

Mod - CurseForge

FTB Pack Companion

FTB Modpacks best friend!

FTB Pack Companion project image

Source-provided project description. FreeMinecraftMods keeps creator credit and adds separate compatibility and decision guidance below.

Project overview

FTB Pack Companion Your best friend when developing a Modpack. With an ever-growing list of features, tools, game fixes and more that'll aid in the creation, maintenance, and stability of your pack. There is nothing better than bring along a good companion. Features so far Structure Processor to resolve issues with WaterLogging blocks that should not be water logged Command to help you generate loot tables in game! A new RandomNameLootFunction that lets you set a list of names for an item and have the function select one at random Ability to disable the Tutorial Toasts Ability to disable advancement toasts as well as recipe toasts Using the features WaterLogging Structure Processor fixer The WaterLogging fix is applied directly into your template_pool . When creating a pool add the processor ftbpc:waterlogging_fix_processor to your processors list. The companion will now figure out when a block shouldn't be water logged and fix it! It should look like this { "processors": [ { "processor_type": "ftbpc:waterlogging_fix_processor" } ] } RandomNameLootFunction The RandomNameLootFunction it a LootItemFunction that allows you to set an item's name based on a list of names. This requires a list of Component 's in JSON format to be placed in the data/ftbpc/sources/random-name-loot-source.json folder. You can use a datapack or KubeJS to modify this file as by default, it simply contains an example. Example of how the json file should look { "example": [ {"bold":true,"color":"blue","text":"I'm an examples!"} ], "list2": [ {"text":"I'm an example 2!"}, {"text":"More than just one"} ] } Each key in the Map / Object List must be unique as it's used as the identifier category for the loot function to find a random name. As you can see, you need to use a fully JSON compliant Component for the function to work correctly. Errors will be logged if this is done wrong. Here is what the loot table can look like to take advantage of the above json file { "entries": [ { "type": "minecraft:item", "name": "minecraft:stone", "functions": [ { "function": "ftbpc:random_loot_item_function", "nameSetKey": "example" } ] }, { "type": "minecraft:item", "name": "minecraft:gold", "functions": [ { "function": "ftbpc:random_loot_item_function", "nameSetKey": "list2" } ] } ] } Support For Modpack issues, please go here: https://go.ftb.team/support-modpack For Mod issues, please go here: https://go.ftb.team/support-mod-issues Just got a question? Check out our Discord: https://go.ftb.team/discord Keep up to date

FreeMinecraftMods decision guide

This mod is most relevant to players looking for Miscellaneous on NeoForge, Forge, Fabric. Treat those labels as discovery hints, then verify the exact file and dependency list on the official project page.

The source record was updated on Jul 22, 2026, which is a recent freshness signal. A recent date does not guarantee support for every loader or Minecraft version, so still inspect the current file list.

What to verify before choosing a file

  • Confirm that the file is published by the credited creator on the linked official source.
  • Match the Minecraft version exactly instead of relying only on a broad category label.
  • Read dependencies, incompatibilities, and changelog notes before updating an existing instance.
  • Match the loader or server platform and its required version. Forge and NeoForge are not interchangeable.
  • Back up worlds and configuration files before testing the project in a long-term save or public server.

Compatibility at a glance

Minecraft versions in this snapshot: 1.20.1, 26.1.2, 1.21.1, 1.20.4, 1.19.2, 1.18.2

Loaders and platforms: NeoForge, Forge, Fabric

Miscellaneous

Before you install

Match the exact Minecraft version and loader, install every required dependency, and test in a separate profile before opening an important world. Keep a backup before changing a working mod list.

Source, licensing, and corrections

FreeMinecraftMods does not mirror the project files. Use the official source for downloads, release notes, dependencies, support, and licensing details. Project names, images, and creator-written descriptions remain the property of their respective owners.

How listings are reviewed | Report incorrect project information | Rights-holder and DMCA information

Limited catalog information

This source record is available for discovery, but it does not yet contain enough verified description, classification, image, freshness, or compatibility information to be indexed as a full editorial page. It is therefore marked noindex and is not eligible for advertising.