Jump to content

Gfortes

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Gfortes's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I don't know how to fix it
  2. C:\Users\Gfortes\Desktop\cce\src\main\java\com\gfortes\createchemedit\Item\sodium.java:13: error: method does not override or implement a method from a supertype @Override ^ package com.gfortes.createchemedit.Item; import net.minecraft.world.entity.item.ItemEntity; import net.minecraft.world.item.ItemStack; import java.util.Properties; public class sodium extends modItems { public sodium() { super(); } @Override public boolean onEntityItemUpdate(ItemStack stack, ItemEntity entity) { System.out.println("name:" + entity.getItem()); return false; } }
  3. 1.18.2 forge 40.1.60
  4. and thanks again
  5. I'm sorry for such a stupid question, but where can I use this code
  6. thanks
  7. I would like to check every tick if this item is in the water but I have no idea how to do it
  8. falling in water
  9. I need to track the dropped item and find out if it fell into the water, but I don't know how to do it
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.