Mineuniverse
Log in Register
Mods

rputils

just some extra resourcepack utilities
by murmir_rj
Download Claim this project
79 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library Armor, Tools, and Weapons Cosmetic Miscellaneous Performance

Adds custom item properties, for now it is only submerged predicate that lets items change when the player is underwater. More properties coming soon. 

example with [Weskerson's torches](https://modrinth.com/resourcepack/weskersons-torches)

![a lit torch](https://cdn.modrinth.com/data/cached_images/6bfef297b3e2cbe8c63a0b4b1d618442554f6e95.png)


![a unlit torch](https://cdn.modrinth.com/data/cached_images/375815888fdbd3fcd3d0dbcd442f1fed0c5e6c64_0.webp)

on modrinth:https://modrinth.com/mod/rpputils

how to use 
on 
```
minecraft/items
```

```
{
  "model": {
    "type": "minecraft:condition",
    "property": "rj:submerged",
    "on_true": {
      "type": "minecraft:model",
      "model": "minecraft:item/underwater_item"
    },
    "on_false": {
      "type": "minecraft:model",
      "model": "minecraft:item/normal_item"
    }
  }
}

```

rputils-1.0.1.jar
MC Client, Fabric, 1.21.11
Release 2025-12-14 Get

More from murmir_rj

KillFX
137

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734