Jump to content

DancyMC

Members
  • Posts

    8
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Recent Profile Visitors

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

DancyMC's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hey, okay thx i will test it.. I thought it is the stem that prevents the melon block to set it on the top of the hopper... on creativ i can manualy place a melon block on the top of the hopper... only in surrival the stem dont place the melon block on a hopper...
  2. hey, i have a melon cutter ... see here: http://minecraft-bauideen.de/img/big_551.jpg[/img] The method with pistons is too big.. i like small
  3. Any other have a idea? I am cueless
  4. Hey ho, the BlockEvent.NeighborNotifyEvent don't fires when stems set the melon block... i have try it.. any other ideas?
  5. Yes that it is... okay i will test it...
  6. Okay it works.. it was a fail in eclipse.. Now, the discription of the event ist: net.minecraftforge.event.world.BlockEvent.PlaceEvent @Cancelable Called when a block is placed by a player. If a Block Place event is cancelled, the block will not be placed. Player? melon_block is set by melon_stam ? or not?
  7. Hey, thx for the answer... I can't find the event "PlaceEvent" or any other events in eclipse... ? No events.. nothing But i can't find the event here too... http://www.minecraftforge.net/wiki/Event_Reference#BlockEvent
  8. I have now employed quite a few "days" with Java. Now I am working on Minecraft mods. My first mods are now finished and work fine with no errors. (many new items, blocks, crafting recipes ....) My next idea is the melons blocks on "Hopper" grow. Since I still have difficulties in implementing how to begin there. Can I use "Forge" simply override the melons class, or change it? If so, how? BlockStem.java: [....] /** * is the block grass, dirt or farmland */ protected boolean canPlaceBlockOn(Block ground) { return ground == Blocks.farmland; } [....] The search API was not really helped (and also in the forum or google). Maybe I've also just looking for the wrong, who knows. Thanks for the help. Greetings from Germany PS: Sorry for the bad english ... Google's fault: D
×
×
  • Create New...

Important Information

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