Block Swapper

This Forge mod adds new tools that can swap placed blocks with others

File Details

Block_Swapper-1.19-1.1.jar

  • R
  • Oct 2, 2022
  • 51.01 KB
  • 41.4K
  • 1.19.2+2
  • Forge

File Name

Block_Swapper-1.19-1.1.jar

Supported Versions

  • 1.19.2
  • 1.19.1
  • 1.19

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:block-swapper-678078:4014741")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Additions:
Situationally disabled swapping, for example when under the effect of mining fatigue
Added placement sound effects for the swapped-in blocks
And the big one: Config file!!
- Swapping blacklist
- Excavating blacklist
- toggling Excavating on/off
- toggling Excavating being treasure only
- toggling Excavating appearing in villager trades
- toggling creative mode affecting swapping and excavating mechanics
- toggling mining fatigue disabling swapping

 

Fixes and optimizations:
Fixed tool breaking particles appearing as a missing texture
Optimized swapping prerequisite checking to run through less of the swapping code before exiting if conditions are not met
Cleaned up code for readability and lightweightedness