Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • nonoalfr

nonoalfr

Members
 View Profile  See their activity
  • Content Count

    2
  • Joined

    August 28, 2015
  • Last visited

    August 28, 2015

Community Reputation

0 Neutral

About nonoalfr

  • Rank
    Tree Puncher

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!
  1. nonoalfr

    [1.7.10] Vanilla mob drops.

    nonoalfr replied to nonoalfr's topic in Modder Support

    Sorry, but i don't know how to use LivingsDropsEvent i do, package mod.nonoalfr.main; import net.minecraft.entity.passive.EntityPig; import net.minecraft.item.Item; import net.minecraftforge.event.entity.living.LivingDeathEvent; import net.minecraftforge.event.entity.living.LivingDropsEvent; public class EventDropitembacon { public void playerKilledSheep(LivingDeathEvent event) { if(event.entityLiving instanceof EntityPig) { event.entityLiving.dropItem(MainMod.itemBacon, 1); } } } but this didn't work can you help me, please? Thanks
    • August 28, 2015
    • 6 replies
  2. nonoalfr

    [1.7.10] Vanilla mob drops.

    nonoalfr posted a topic in Modder Support

    Hello can you help me to do pig drops my custom item ? Thanks.
    • August 28, 2015
    • 6 replies
  • All Activity
  • Home
  • nonoalfr
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community