Started by
MisterSmeet
on
Topic category: Help with Minecraft modding (Java Edition)
I need the player to drop certain items and they disappear and a mob is called. How to do it?
Topic category: Help with Minecraft modding (Java Edition)
I need the player to drop certain items and they disappear and a mob is called. How to do it?
Something like this maybe,
Can you please reset the procedure to disk?
How do I make an ItemStack?
it's a local variable, top right of the screen
((itemEntity)entity).getAge() I have a glitch from the custom code, what should I do?
show the entire error
Oh I see, Java is case-sensitive, the uppercase
I
at the start ofItemEntity
mattersWhat should I do?
I changed it to a bigger one and got this:
You probably can't call the variable
ItemStack
with an uppercaseI
because that's already a java class.do
itemStack
like I did