Jump to content

Sir_Cow

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

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

Sir_Cow's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. ok then, that is bad though because a lot of people much prefer to stay in lower versions
  2. No. My mod is specifically for 1.8.9 and I do not play on higher versions.
  3. So I am very new to modding and I want to make it so if a specific item (such as an ender pearl or player head) is on the ground then it has particles around it. How do I do this? I have made this code already which works so how do I extend upon this? @SubscribeEvent public void onEntityConstructing(EntityEvent.EntityConstructing event) { if (event.entity instanceof EntityItem) { System.out.println("Someone drops something"); } } Also are there any decent 1.8.9 tutorials? I can't find any for the sort of things I want to do
×
×
  • Create New...

Important Information

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