CurseForge · Minecraft mod
FTB Pack Companion
FTB Modpacks best friend!
This page is having a moment, so a few details may be a little behind.
Quick answer
Which FTB Pack Companion release should I use?
FTB Pack Companion [FORGE] FTB Pack Companion 20.1.11 targets 1.20.1 with NeoForge. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. No extra mods listed for this file.
Where it goes
Is FTB Pack Companion required on the client, server, or both?
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
The source does not explicitly classify this release as client-only or server-only.
What else does FTB Pack Companion [FORGE] FTB Pack Companion 20.1.11 need?
[FORGE] FTB Pack Companion 20.1.11. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add FTB Pack Companion without breaking your instance.
Built for FTB Pack Companion [FORGE] FTB Pack Companion 20.1.11. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use [FORGE] FTB Pack Companion 20.1.11. It targets 1.20.1 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside [FORGE] FTB Pack Companion 20.1.11. It opens that exact file at the source.
About this project
What does FTB Pack Companion add?
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
RandomNameLootFunctionthat 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
![]()
Project description from CurseForge.
Pick your setup
FTB Pack Companion by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.1
2 loader builds1.20.4
2 loader builds1.20.1
3 loader builds1.19.2
2 loader buildsCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
FTB Pack Companion versions and loaders
[FORGE] FTB Pack Companion 20.1.11
ftb-pack-companion-20.1.11.jar
22 Jul 2026
[NEOFORGE] FTB Pack Companion 26.1.2.2
ftb-pack-companion-26.1.2.2.jar
22 Jul 2026
FTB Pack Companion NeoForge 21.1.22
ftb-pack-companion-21.1.22.jar
16 Jul 2026
[FORGE] FTB Pack Companion 20.1.10
ftb-pack-companion-20.1.10.jar
10 Jul 2026
[FORGE] FTB Pack Companion 20.1.9
ftb-pack-companion-20.1.9.jar
7 Jul 2026
[FORGE] FTB Pack Companion 20.1.8
ftb-pack-companion-20.1.8.jar
6 Jul 2026
[FORGE] FTB Pack Companion 20.1.7
ftb-pack-companion-20.1.7.jar
4 Jul 2026
FTB Pack Companion NeoForge 21.1.21
ftb-pack-companion-21.1.21.jar
30 Jun 2026
[FORGE] FTB Pack Companion 20.1.6
ftb-pack-companion-20.1.6.jar
24 Jun 2026
FTB Pack Companion NeoForge 21.1.20
ftb-pack-companion-21.1.20.jar
13 Jun 2026
FTB Pack Companion NeoForge 21.1.19
ftb-pack-companion-21.1.19.jar
26 May 2026
FTB Pack Companion NeoForge 21.1.18
ftb-pack-companion-21.1.18.jar
16 May 2026
Looking for an older file? The official CurseForge project page is in Resources.