Started by
BlaBlaSillySheep
on
Topic category: Help with Minecraft modding (Java Edition)
Im not sure why but i cant code mods because i always get an error when i try to decompile the workspace so i can start coding, so mcreator is my only option atm.
what i want to do is, i want to edit the vanilla block properties (Like dirt or grass or something). i have no idea how to do this in mcreator so can someone please help me?
I was thinking the same thing because I wanted a book shelf to open a gui
you can bind GUI's to blocks
You can use vanilla/default blocks with procedures. You can do things like make them drop an additional iten/block, open a GUI (you can’t keep things in there though), or do some other event.
thanks for the idea but im wanting to change the code for the vanilla blocks
Yep, you can totally do that.
Create a procedure with the 'when block right clicked' requirement
Then do;
'if block at xyz is bookshelf:
open gui for player [gui name]'
I already know that but how to change harvest level or hardness of vanilla blocks?
bump