Started by
FerretWithACatHat
on
Topic category: Help with Minecraft modding (Java Edition)
How do i get the number of slices / bites off of a cake? Im making a cake slice mod and would like this info
Topic category: Help with Minecraft modding (Java Edition)
How do i get the number of slices / bites off of a cake? Im making a cake slice mod and would like this info
Cakes have a block nbt tag named "bites" ranging from values 0 - 6 (inclusive), which calculates the number of bits that have been taken from the cake. Use the procedure block "Get nbt number tag from block" with the input of "bites" to get this value.