Mineuniverse
Log in Register
Mods

FTB Pack Companion

FTB Modpacks best friend!
by FTB
Download Claim this project
8,807,631 downloads
0 likes
Updated Jun 30, 2026
0 hypes

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


Keep up to date

[FORGE] FTB Pack Companion 20.1.7
MC 1.20.1, NeoForge
Release 2026-07-04 Get
FTB Pack Companion NeoForge 21.1.21
MC 1.21.1, NeoForge
Release 2026-06-30 Get
[FORGE] FTB Pack Companion 20.1.6
MC 1.20.1, NeoForge
Release 2026-06-24 Get
FTB Pack Companion NeoForge 21.1.20
MC 1.21.1, NeoForge
Release 2026-06-13 Get
FTB Pack Companion NeoForge 21.1.19
MC 1.21.1, NeoForge
Release 2026-05-26 Get
FTB Pack Companion NeoForge 21.1.18
MC 1.21.1, NeoForge
Release 2026-05-16 Get
[NEOFORGE] FTB Pack Companion 26.1.2.1
MC NeoForge, 26.1.2
Release 2026-04-21 Get
[NEOFORGE] FTB Pack Companion 26.1.2.1-beta
MC NeoForge, 26.1.2
Beta 2026-04-21 Get
[FORGE] FTB Pack Companion 20.1.5
MC 1.20.1, NeoForge
Release 2026-04-05 Get
[FORGE] FTB Pack Companion 20.1.4
MC 1.20.1, Forge, NeoForge
Release 2026-03-09 Get
[NEOFORGE] FTB Pack Companion 21.1.17
MC 1.21.1, NeoForge
Release 2026-01-29 Get
[NEOFORGE] FTB Pack Companion 21.1.16
MC 1.21.1, NeoForge
Release 2026-01-24 Get
[FORGE] FTB Pack Companion 20.1.3
MC 1.20.1, Forge, NeoForge
Release 2026-01-24 Get
[FORGE] FTB Pack Companion 20.1.2
MC 1.20.1, Forge, NeoForge
Release 2026-01-16 Get
[NEOFORGE] FTB Pack Companion 21.1.15
MC 1.21.1, NeoForge
Release 2025-12-18 Get
[NEOFORGE] FTB Pack Companion 21.1.14
MC 1.21.1, NeoForge
Release 2025-12-12 Get
[NEOFORGE] FTB Pack Companion 21.1.13
MC 1.21.1, NeoForge
Release 2025-11-21 Get
[NEOFORGE] FTB Pack Companion 21.1.12
MC 1.21.1, NeoForge
Release 2025-11-03 Get
[NEOFORGE] FTB Pack Companion 21.1.11
MC NeoForge, 1.21.1
Release 2025-10-27 Get
[NEOFORGE] FTB Pack Companion 21.1.10
MC NeoForge, 1.21.1
Release 2025-10-26 Get
[NEOFORGE] FTB Pack Companion 21.1.9
MC NeoForge, 1.21.1
Release 2025-10-21 Get
[NEOFORGE] FTB Pack Companion 21.1.6
MC NeoForge, 1.21.1
Release 2025-09-15 Get
[NEOFORGE] FTB Pack Companion 21.1.5
MC NeoForge, 1.21.1
Release 2025-09-14 Get
[NEOFORGE] FTB Pack Companion 21.1.4
MC NeoForge, 1.21.1
Release 2025-06-25 Get
[NEOFORGE][1.21.1] FTB Pack Companion 21.1.3
MC NeoForge, 1.21.1
Release 2025-06-10 Get
[FABRIC][1.21.1] FTB Pack Companion 21.1.3
MC Fabric, 1.21.1
Release 2025-06-10 Get
[FABRIC][1.21.1] FTB Pack Companion 21.1.1
MC Fabric, 1.21.1
Release 2025-02-17 Get
[NEOFORGE][1.21.1] FTB Pack Companion 21.1.1
MC NeoForge, 1.21.1
Release 2025-02-17 Get
[NEOFORGE][1.21.1] FTB Pack Companion 21.1.0-beta.1
MC NeoForge, 1.21.1
Beta 2024-09-13 Get
[FABRIC][1.21.1] FTB Pack Companion 21.1.0-beta.1
MC Fabric, 1.21.1
Beta 2024-09-13 Get
[FABRIC][1.20.4] FTB Pack Companion 20.4.3
MC Fabric, 1.20.4
Release 2024-07-12 Get
[NEOFORGE][1.20.4] FTB Pack Companion 20.4.3
MC NeoForge, 1.20.4
Release 2024-07-12 Get
[NEOFORGE][1.20.4] FTB Pack Companion 20.4.2
MC NeoForge, 1.20.4
Release 2024-06-16 Get
[FABRIC][1.20.4] FTB Pack Companion 20.4.2
MC Fabric, 1.20.4
Release 2024-06-16 Get
ftb-pack-companion-2.2.3+mc1.19.2.jar
MC Fabric, 1.19.2
Release 2024-06-14 Get
ftb-pack-companion-2.2.3+mc1.19.2.jar
MC 1.19.2, Forge
Release 2024-06-14 Get
[FABRIC][1.20.4] FTB Pack Companion 20.4.0
MC Fabric, 1.20.4
Beta 2024-05-08 Get
[NEOFORGE][1.20.4] FTB Pack Companion 20.4.0
MC NeoForge, 1.20.4
Beta 2024-05-08 Get
[NEOFORGE][1.20.4] FTB Pack Companion 20.4.1
MC NeoForge, 1.20.4
Beta 2024-05-08 Get
[FABRIC][1.20.4] FTB Pack Companion 20.4.1
MC Fabric, 1.20.4
Beta 2024-05-08 Get
ftb-pack-companion-20.1.1+mc1.20.1.jar
MC Fabric, 1.20.1
Release 2024-04-09 Get
ftb-pack-companion-20.1.1+mc1.20.1.jar
MC 1.20.1, Forge
Release 2024-04-09 Get
ftb-pack-companion-2.2.2+mc1.19.2.jar
MC Fabric, 1.19.2
Release 2024-04-03 Get
ftb-pack-companion-2.2.2+mc1.19.2.jar
MC 1.19.2, Forge
Release 2024-04-03 Get
ftb-pack-companion-2.2.1+mc1.19.2.jar
MC Fabric, 1.19.2
Release 2024-03-23 Get
ftb-pack-companion-2.2.1+mc1.19.2.jar
MC 1.19.2, Forge
Release 2024-03-23 Get
ftb-pack-companion-20.1.0+mc1.20.1.jar
MC Fabric, 1.20.1
Release 2024-03-23 Get
ftb-pack-companion-20.1.0+mc1.20.1.jar
MC 1.20.1, Forge
Release 2024-03-23 Get
ftb-pack-companion-2.2.0+mc1.19.2.jar
MC Fabric, 1.19.2
Release 2024-02-17 Get
ftb-pack-companion-2.2.0+mc1.19.2.jar
MC 1.19.2, Forge
Release 2024-02-17 Get

More from FTB

Bone Appetit
998,532
FTB Library (Forge) (Legacy)
98,265,314
FTB Essentials (Forge & Fabric)
95,953,819
FTB Utilities (Forge)
93,247,743
FTB Obsidian
906,926
FTB Industrial Contraptions (NeoForge)
8,730,916

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734