Started by
Andy56
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I have run into an issue, I am trying to make squids farmable, and I want to make them be able to be milked with a glass bottle for ink. I have come here to ask for help with that, thank you!
I am using the new 2021.1 mcreator version, and my mod is for 1.16.5 if that helps with anything.
I think it should look like this:
If player right-clicks on entity[type=squid] AND item in main-hand = glass_bottle
set 1 bottle of ink in main-inventory
~Lanee