[Solved] Custom item tags don't work.

Started by Hanseoa on

Topic category: Help with modding (Java Edition)

Last seen on 17:05, 9. May 2024
Joined May 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Solved] Custom item tags don't work.
Tue, 06/27/2023 - 20:03 (edited)

Hello. I'm making an economy mod.

Currently, it is produced as follows.

1) The items are copper coins, silver coins, gold coins, and coin pocket.

2) A coin pocket GUI was created and carried so that coin items can be stored.

3) Created a tag named 'coinstack' to include the coins.

4) In the coin pocket GUI, the 'Input slot' is limited to the 'coinstack' tag.

In the 4th process, the coin item is not entered because the coinstack tag is not recognized. Do I need to use a procedure?

 

 

 

Edited by Hanseoa on Tue, 06/27/2023 - 20:03
Last seen on 17:05, 9. May 2024
Joined May 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I solved it. The solution is…
Tue, 06/27/2023 - 20:03

I solved it.

The solution is to enter 'MOD ID:tag name' when entering 'tag' in 'input limit'.