How can I add a trading system with a block?

Started by Esdrae on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Jul 2022
Points:
402

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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!

Active 32 minutes ago
Joined Apr 2023
Points:
449

User statistics:

  • Modifications: 0
  • Forum topics: 31
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 100
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