Gui Textfield

Started by Monsbot on

Topic category: User side tutorials

Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Gui Textfield

So I wanted to make some kind of gui (The mod shuld be used on creative servers) where you type in the name like "minecraft:dirt" or "minecraft:petrified_oak_slab" and hit the button. Then the item/block should appear in the slot. But my problem is that I can't find a solution to take the textfield input and convert it into an item. Pls help, thx

Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
On GUI procedure blocks…
Fri, 08/21/2020 - 01:36

On GUI procedure blocks there's "text on text field (Your text field)"

On blocks there's "get block by namespace (text)"

Just combine the two and you're good to go