(SOLVED)NBT Item in Procedure

Started by brown97 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(SOLVED)NBT Item in Procedure
Fri, 06/26/2020 - 00:10 (edited)

How can I make items with NBT tags in the procedure?

Edited by brown97 on Fri, 06/26/2020 - 00:10
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If i need to code, plz teach…
Thu, 06/25/2020 - 04:02

If i need to code, plz teach me(i'm not good at coding)

Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
there is literally a item…
Thu, 06/25/2020 - 05:20

there is literally a item nbt tag procedure block XD

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do you mean itemstack NBT?…
Thu, 06/25/2020 - 06:48

Do you mean itemstack NBT? For example, maps.

Or do you mean item NBT? Like giving an entity a value == an item. Then being able to pull that value in use it?

Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
like diamond sword Sharpness…
Thu, 06/25/2020 - 09:16

like diamond sword Sharpness VI

i want to make trading system(GUI).(if i put 64 diamond, it gives diamond sword sharp VI)

how to make it?

Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you don't use item nbt for…
Thu, 06/25/2020 - 09:55

you don't use item nbt for enchantments... use the enchant itemstack procedure block :D

Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
where is it?
Thu, 06/25/2020 - 09:57

where is it?

Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i'm using 2020.3.21???
Thu, 06/25/2020 - 09:57

i'm using 2020.3.21???

Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Where is it?
Thu, 06/25/2020 - 10:05

Where is it?

Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Literally took 2 seconds to…
Thu, 06/25/2020 - 10:22

Literally took 2 seconds to find

img

Just change "provided itemstack" by the item you want, the enchantment by sharpness and the level by the level u want.

Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks!
Fri, 06/26/2020 - 00:21

Thanks!