Item detection.

Started by CaiGuyCrafter on

Topic category: Help with modding (Java Edition)

Last seen on 10:59, 23. Apr 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Item detection.

So, with command blocks, I've seen that there is a way that you can detect certain items on the ground and make it into some kind of custom item. Well, that's cool and all, but for the purpose of my mod, I want to do that. I could just make it a craft able item, but trust me, in my mod, it doesn't make sense.

So, I want to create it by dropping certain Minecraft items on the ground. I'm pretty certain there is a way to do this with code, but since I'm terrible at coding, can someone help me through it? I really need help with this. Thanks. 

Last seen on 10:59, 23. Apr 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks so much for the…
Tue, 11/03/2020 - 20:36

Thanks so much for the recommendation, it gets me started on a lot of the procedures, but I need multiple items to make one single item. Is that possible? If so, can you show me? As it is right now, it only turns block entities into their block, but I want items. Thanks!