Closed Fourmisain closed 2 months ago
Comments coming soon.
General notes:
Tag
Tag.Identified
TagKey
Tag.contains(thing)
RegistryEntry.isIn(TagKey)
BlockState.isIn()
P.S. You might wanna create a new branch and change this PR to point to it instead.
Comments coming soon.General notes:
Tag
andTag.Identified
don't exist anymore, they were replaced byTagKey
Tag.contains(thing)
is gone, replaced byRegistryEntry.isIn(TagKey)
(or high level methods likeBlockState.isIn()
)P.S. You might wanna create a new branch and change this PR to point to it instead.