File Details
[NEOFORGE] FTB Pack Companion 21.1.9
- R
- Oct 21, 2025
- 148.18 KB
- 24.7K
- 1.21.1
- NeoForge
File Name
ftb-pack-companion-21.1.9.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Added
- Teleporting item
- Added mixin to force rotation on specific template pools for jigsaw structures (instead of default random rotation)
- Control via
structure_rotation_overrideinconfig/ftbpc-server.snbt - This setting is a map of template_pool_id -> rotation ("none", "clockwise_90", "180" or "counterclockwise_90")
- Control via
- Added trigger block that will call an event when the player steps in the block. You can set a unique ID for this block via the blocks nbt data. This can be used to trigger custom events via other mods or datapacks.
- Used via NativeEvents in kube
NativeEvents.onEvent('dev.ftb.packcompanion.features.triggerblock.TriggerBlockEvent', event => { - Player, blockpos and uniqueId are available in the event object
- Used via NativeEvents in kube
- Config to disable wandering trader spawning in with invisible potion effects
- Trigger block, a block that can be placed in world that is invisible but can trigger events when a player walks over it.
- Added config to disable social interactions toast
### Support If you have any issues with this mod, please report them on our [Issue Tracker](https://go.ftb.team/support-mod-issues)