Started by
tetghoul
on
Topic category: Help with Minecraft modding (Java Edition)
how do i make ranged item that opens a gui where you can place items and then when you right click it would use the items and when you shift right click it would switch to a different item in the next gui slot. i want to create something similar to this mod https://mcreator.net/modification/62892/how-make-magic-staff-using-mana… without the mana system cause i have my own, would i need to create a workshop block like they do so that i could do this? i also dont want an item level system
discord is 『GHOUL』#9024 if you can help me with this you need to copy it that say way to find it
Edited by tetghoul on Mon, 11/23/2020 - 05:55
You could detect shift-click with slot triggers, but I am not 100 % sure you could do exactly your planned thing without some manual programming in Java.
ill try it