How to make constantly generating block

Started by I Love Mcreator on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make constantly generating block
Sat, 08/05/2023 - 09:08 (edited)

SO BASICALLY I WANTING TO MAKE A BLOCK THAT WHEN, THE REQUIRED ITEM IS PUT IN SLOT 1, IT SHOULD RANDOMLY GENERATE AN ITEM "SEA SALT" IN SLOT 0. 

my code:

https://imgur.com/gallery/4OLkyux

 

i don't know whats wrong with the code so i please need help
i tried putting the procedure in the blocks on update tick, when block added (also freezes game?),  and client display tick (freezes game)

Edited by I Love Mcreator on Sat, 08/05/2023 - 09:08
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
save it then using the call…
Sat, 08/05/2023 - 06:30

save it then using the call procedure set the procedure called to the procedure you wanted to be called, assuming you wanted it to be the one in the picture.

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
could you re-explain that?…
Sat, 08/05/2023 - 19:31

could you re-explain that? it's a bit hard to understand.