promotional bannermobile promotional banner

Sinking Items

A mod that makes items sink in water again with a config option to choose whether they sink slowly or quickly

File Details

sinkingitems-1.20.1-b4.jar

  • R
  • May 26, 2025
  • 8.27 KB
  • 365
  • 1.20.1
  • Forge + 1

File Name

sinkingitems-1.20.1-b4.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:sinking-items-1272356:6577654")

NeoForge

implementation fg.deobf("curse.maven:sinking-items-1272356:6577654")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

IMPORTANT:

changed the config type from common to server, because my previous jitter fix added a new one: when an item travels in flowing water in a server, it starts acting crazy in client side, so i had to remove all clientside checks and change the config type to server to ensure no config mismatches can happen

you can always copy the config file that generates inside the serverconfig folder in your world folder to the defaultconfigs folder located in the same place as where config and mods folders are to make all config changes automatically apply for all new worlds without needing to edit the config every time a new world is created (just added this in because apparently, this is a not a very widely known thing, i have seen people complain about server configs  without knowing that they can be put in defaultconfigs folder)

sorry about this