how to make a mod that overlays the number of chickens in a chunk every minute

Started by prismo on

Topic category: Help with MCreator software

Last seen on 02:00, 9. Aug 2021
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make a mod that overlays the number of chickens in a chunk every minute

this may sound weird but I'm making a mod where it needs to show the amount of chickens in the chunk that the player is in every minute.

 

I don't have that much of an understanding on how I would do that...

 

if anyone could tell me how I could do this please reply

 

thanks

Last seen on 19:02, 26. Mar 2024
Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you could try to do this…
Tue, 08/17/2021 - 21:10

you could try to do this with [for every entity as entity iterator...] block but it would not be a real chunk, only a 16x16 area around the player

Last seen on 19:02, 26. Mar 2024
Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
for the visual you can make…
Tue, 08/17/2021 - 21:10

for the visual you can make an UI and put the value of the number of chickens you would have previously stored in a variable in a text label