FTB Pack Companion
Modby FTB
FTB Modpacks best friend!
Downloads
8,194,797
Type
Mod
CurseForge ID
693963
Last Updated
Apr 9, 2026
Description
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
Similar Mods
Charm of Undying (Fabric/Forge/Quilt)
Adds curios and trinkets support for the Totem of Undying so you can place it in a slot and don't have to be holding it....
Cyclic
Tools, Machines, Gear, potions, villagers, fully configurable
MineColonies
Grow your Own Massive Colony with Automation, Defense Structures, Raids and more
Structure Essentials[Forge/Fabric]
Essential features for structures: Faster locating, distance adjustments, nearby structure command, automatic structure...
Kiwi 🥝 (Neo/Forge)
Minecraft modding library
RFTools Power
RFTools addon for all power generator/storage