promotional bannermobile promotional banner

Size Controller

Adds a controller that allows the player to shrink and grow

File Details

pehkuicontroller-forge-1.20.1-1.2.0.jar

  • R
  • Apr 9, 2024
  • 101.74 KB
  • 300
  • 1.20.1+1
  • Forge + 1

File Name

pehkuicontroller-forge-1.20.1-1.2.0.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:size-controller-997023:5247960")

NeoForge

implementation fg.deobf("curse.maven:size-controller-997023:5247960")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[1.2.0] - 2024-04-08

Changed

  • Moved to a using Tags on the controller to store its current scale setting
    • Should behave better on servers now
  • Moved the "targetScale" to the ServerConfig and renamed it to "defaultTargetScale"
    • Changed its functionality to be the default scale the player will return to when using the controller again
  • Clean-up