Started by
Monsbot
on
Topic category: User side tutorials
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
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
is provided by Miscellaneous plugin.