Get number of slices on a cake

Started by FerretWithACatHatYT on

Topic category: Help with modding (Java Edition)

Last seen on 15:21, 3. May 2023
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Get number of slices on a cake

How do i get the number of slices / bites off of a cake? Im making a cake slice mod and would like this info

Last seen on 16:47, 29. Oct 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Cakes have a block nbt tag…
Fri, 05/21/2021 - 00:04

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.