Help with procedure

Started by Milo on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with procedure

Hi,

My project is to build a tannery : I transform rotten flesh into pieces of leather and with 9 pieces of leather I do leather but I don't know how to code this,

Can someone help me with this ?

Thanks.

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
did you type this wrong…
Wed, 02/17/2021 - 21:20

did you type this wrong because it's confusing "transform rotten flesh into pieces of leather and with 9 pieces of leather I do leather "

Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My project has been released…
Wed, 02/17/2021 - 22:41

My project has been released. Maybe you want to look. :)

 

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i put the flesh of the…
Thu, 02/18/2021 - 16:53

i put the flesh of the zombie in the tannery and i get a piece of leather but i dont know how to code that

Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Add a button and two slots…
Sun, 03/21/2021 - 05:40

Add a button and two slots in the gui. Make sure the block has two slots. Make the button do a procedure to check for nine flesh and add one leather in the second slot if there is nine leather. Afterwards it should remove the nine leather.

 

You should also make extra parts of code to check if the stack is full to avoid issues.