Jump to content

phenomena

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

phenomena's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Now I'm trying to write minecraft 1.8 mod with scala, but some problem occured while I'm trying to build jar with Gradlew. ·I'm in win10. No problem happend about it. ·I set the gradlew for eclipse, and in eclipse the mod works very well, every object is complied. ·I set the environment correctly, and the command scala and scalac works. ·When I try to build mod with gradlew, all the scala object is missed, and only java class was linked into the jar. ·But I find all the class from scala object in /bin/, and when I put them into jar by hand, the mod works correctly. I think it is a small linking(or how you call it in java?) problem, and I hope you can repair the problem in the next gradlew version.
  2. When I try to create an item which set onBlockStartBreak() returning true, I find it will cause a bug. The block to be breaked will disapear in client world but still exist in server world. I find it is because BlockEvent.BreakEvent miss a condition check. In PlayerControllerMP.onPlayerDestroyBlock(), minecraft will check onBlockStartBreak(), but in ForgeHooks.onBlockBreakEvent(), forge won't. I hope you can solve the problem soon.
×
×
  • Create New...

Important Information

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