How can I add a trading system with a block?

Started by Esdrae on

Topic category: Help with modding (Java Edition)

Last seen on 04:09, 29. May 2023
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I add a trading system with a block?

So I added a computer block to my mod, based on the old CFM computer, and I wanted to implement the Minebay system.

Pretty much, you put emeralds in, there's a list of items, you choose one and you buy it (let's use different wool colours as an example).

How can I do this? Thanks a ton!

Last seen on 08:08, 29. Mar 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
there is a guide for custom…
Sun, 04/30/2023 - 18:26

there is a guide for custom trader entity, use procedures from this guide and make UI if you didnt