Speedgot
Rtag | API to edit block, entity, item NBT [1.8.8 - 1.21.4]
-----
The "readable tag" library, an easy way to handle NBTTagCompounds and data components
Download Now
Via external site
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
1.1.0
RtagEditor now have a safe option to get values with #getOptional().
Code (Java):
RtagItem tag
=
new
RtagItem
(
item
)
;
// Get value from "deep.path" or 32 if not exist
int
intValue
=
tag.
getOptional
(
"deep"
,
"path"
)
.
or
(
32
)
;
----------
,
Mar 17, 2022
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
3,560
First Release:
Mar 14, 2022
Last Update:
Dec 4, 2024
Category:
---------------
All-Time Rating:
6 ratings
Find more info at docs.saicone.com...
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings