FTB Essentials (Forge & Fabric)

Adds many essential utility commands for servers

File Details

ftb-essentials-forge-2001.2.1.jar

  • B
  • Oct 10, 2023
  • 152.14 KB
  • 804.8K
  • 1.20.1
  • Forge

File Name

ftb-essentials-forge-2001.2.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:ftb-essentials-410811:4791525")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added

  • The /rtp command now makes better use of block and biome tags to control valid RTP destinations
    • ftbessentials:ignore_rtp block tag lists blocks which are not valid for the player to land on (leaves and Bedrock by default)
    • ftbessentials:ignore_rtp biome tag lists biomes which are not valid for the player to land in (#minecraft:is_ocean by default)

Fixed

  • Fixed an event handler running on the client side which shouldn't have been
    • Led to undesirable effects like players flying when they shouldn't