TheNextLvlTheNextLvl

Configuration

Configure block physics, redstone, weather and more

GitHub Edit on GitHub

All configuration options are stored in a JSON file using kebab-case naming.

Options

OptionDescription
disable-explosionsDisable all explosions
disable-fadingDisable block fading (fire burning out, coral dying without water, etc.)
disable-gravityDisable gravity for affected blocks (e.g., sand and gravel won't fall)
disable-leaves-decayDisable leaves decaying over time when not connected to a log
disable-physicsDisable block physics (blocks like lanterns, ladders, and torches won't require adjacent block support)
disable-redstoneDisable redstone functionality
disable-soil-trampleDisable farmland trampling
disable-weather-changesDisable weather changes in all worlds
piston-slimingRight-click a piston with a slime ball to convert it to a sticky piston
fix-attack-speedAllows faster block breaking
prevent-dragon-egg-teleportPrevent dragon eggs from teleporting when right-clicked

Example Configuration

{
  "disable-explosions": true,
  "disable-fading": true,
  "disable-gravity": false,
  "disable-leaves-decay": true,
  "disable-physics": false,
  "disable-redstone": false,
  "disable-soil-trample": true,
  "disable-weather-changes": true,
  "piston-sliming": true,
  "fix-attack-speed": true,
  "prevent-dragon-egg-teleport": true
}

Last updated on

On this page