RPPutils
just some extra resourcepack utilities
- Загрузки
- 230
- Подписчики
- 2
- Обновлён
- 22 декабря 2025 г.
- Лицензия
- LGPL-3.0-only
Опубликован 6 декабря 2025 г.
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


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"
}
}
}
Ченджлог
1.0.2-1.21.1Релиз1.21.1 · 22 декабря 2025 г.
ported to 1.21.1 and added a spinny logo thingy for no reason
1.0.2-1.21.8Релиз1.21.8 · 22 декабря 2025 г.
ported to 1.21.8
1.0.1Релиз1.21.11 · 14 декабря 2025 г.
added new components
rj:hovered changes an item based on if its hovered ontrue or on false
rj:sneaking checks if the player is sneaking
rj:sprinting checks if the player is sprinting
rj:onfire checks if the player is on fire
rj:slim check if a players on slim if false then it's on wide
1.0.0Релиз1.21.11 · 10 декабря 2025 г.
added the submerged property
Комментарии
Загружаем…