LittleTiles

#BuildItYourself

File Details

LittleTiles_BETA_v1.6.0-pre127_mc1.20.1.jar

  • B
  • Sep 21, 2024
  • 2.46 MB
  • 2.5K
  • 1.20.1
  • Forge + 1

File Name

LittleTiles_BETA_v1.6.0-pre127_mc1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:littletiles-257818:5743463")

NeoForge

implementation fg.deobf("curse.maven:littletiles-257818:5743463")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Added optimization for combining algorithm (which solves edge cases where tiles do not combine even though they could be rearranged in theory)
  • Added command /lt-optimize (please use with caution, backup your world first)
  • Added performance improvement when cutting out transformable box on very high grid (will only do accurate computation where it is necessary)
  • Made state structures immediately open and return to configured state
  • Fixed animated door on client side not having proper connection to parent which broke undo behavior