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
  • JanneSoon

JanneSoon

Members
 View Profile  See their activity
  • Content Count

    21
  • Joined

    July 25, 2018
  • Last visited

    October 28, 2018

 Content Type 

  • All Activity

Profiles

  • Status Updates
  • Status Replies

Forums

  • Topics
  • Posts

Calendar

  • Events

Everything posted by JanneSoon

  1. JanneSoon

    Why are people still coding for 1.7.10/1.8?

    JanneSoon replied to nocot's topic in General Discussion

    How'bout Sponge API ?
    • October 15, 2018
    • 36 replies
  2. JanneSoon

    While we wait for Forge for Minecraft 1.13, let's talk favorite mods

    JanneSoon replied to Thunderstudent's topic in General Discussion

    -Thaumcraft -TinkersConstruct -Ender I/O -Realistic Terrain Generation -Tough As Nails -Harvestcraft -Natura -Bibliocraft -Biomes O' Plenty
    • October 14, 2018
    • 49 replies
  3. JanneSoon

    Why are people still coding for 1.7.10/1.8?

    JanneSoon replied to nocot's topic in General Discussion

    It's not about abandoned favorite mods. The real reason is they don't have enough brain to update to newest versions. That's all
    • October 14, 2018
    • 36 replies
      • 1
      • Haha
  4. JanneSoon

    Just curious. Is it 1.13.0, or 1.13.1 that's coming?

    JanneSoon replied to Kzitold's topic in General Discussion

    Probably 1.13.1.
    • October 5, 2018
    • 10 replies
  5. JanneSoon

    (Custom Bed) Player Lies on Wrong Place

    JanneSoon replied to JanneSoon's topic in Modder Support

    Thank you a lot @zetko! Extending BlockHorizontal class solved the solution!
    • August 31, 2018
    • 17 replies
  6. JanneSoon

    (Custom Bed) Player Lies on Wrong Place

    JanneSoon replied to JanneSoon's topic in Modder Support

    Yes, but i can sleep on the bed. If the check would fail, i couldn't. Oh my god, wait, it fixed the amazing placing bug! Now i can sleep actually on the bed, but only on the head part. If i right click on the bottom part, player lays 1 block away. And i can fix it, gonna just put a check for if its the bottom part so sleeping position will be changed into head part's pos. I don't really know but it's amazing!
    • August 31, 2018
    • 17 replies
  7. JanneSoon

    (Custom Bed) Player Lies on Wrong Place

    JanneSoon replied to JanneSoon's topic in Modder Support

    I did this too. nothing different. But... Sleeping from the bottom part is different than the head part. It's 1 block away different. But placing is still not correct
    • August 31, 2018
    • 17 replies
  8. JanneSoon

    (Custom Bed) Player Lies on Wrong Place

    JanneSoon replied to JanneSoon's topic in Modder Support

    You mean this, right? (image) If so, it didn't work too. And it didn't fix the insane place bug that happens after lay on the vanilla bed then get up. To explain this bug more: I create a new world, place my custom beds, then try to sleep on them(only to lay on) the player lays on just 1 block away from the bed. So, pretty close to be fixed. But when i place a vanilla bed, right click then leave the bed, then try to lay on my custom bed, player lays bit more away (about 2-3 blocks).
    • August 30, 2018
    • 17 replies
  9. JanneSoon

    (Custom Bed) Player Lies on Wrong Place

    JanneSoon replied to JanneSoon's topic in Modder Support

    I tested, and no, theres no difference. BUT with out that code that i committed about 10 mins ago, the place is different. But the weird point is, the place that player lies, is getting insane after i sleep on any vanilla bed in the world. Isn't it weird?
    • August 30, 2018
    • 17 replies
  10. JanneSoon

    (Custom Bed) Player Lies on Wrong Place

    JanneSoon replied to JanneSoon's topic in Modder Support

    Yes i understood you, and i did it in this commit. Please take a look. Because it's still the same, not working
    • August 30, 2018
    • 17 replies
  11. JanneSoon

    (Custom Bed) Player Lies on Wrong Place

    JanneSoon replied to JanneSoon's topic in Modder Support

    I just made a commit after reading your first comment, and shared the link of that commit in the last comment. Nothing else. And i don't understand what you mean by offset code About the first sentence, i already did it same as in the vanilla bed? Sorry if i'm stupid at some point.
    • August 30, 2018
    • 17 replies
  12. JanneSoon

    (Custom Bed) Player Lies on Wrong Place

    JanneSoon replied to JanneSoon's topic in Modder Support

    Thank you for your help. See the commit i did just now: https://github.com/JanneSoon/HarshenUniverse/commit/3675f103a9b507afff3dcbc752a54ba18cc9746a The lying position changes when try to sleep from the bottom part, you're right. But it's still buggy, the sleeping place still not correct, not exactly on the bed. You also said that direction shouldn't be same with both parts. But on vanilla bed, both parts' facing is same? While looking to vanilla bed's both parts, only "part" value changes, rest is same (minecraft:bed, facing:)
    • August 30, 2018
    • 17 replies
  13. JanneSoon

    (Custom Bed) Player Lies on Wrong Place

    JanneSoon replied to JanneSoon's topic in Modder Support

    Forgot to add, here is the base bed class and the bed parts classes: part1 part2 if needed, the class that base bed class extends: https://github.com/JanneSoon/HarshenUniverse/blob/master/src/main/java/kenijey/harshenuniverse/base/BaseHarshenFacedBlock.java
    • August 29, 2018
    • 17 replies
  14. JanneSoon

    (Custom Bed) Player Lies on Wrong Place

    JanneSoon posted a topic in Modder Support

    Hello. Trying to add a custom bed. All is working, but player lies on wrong place when sleep on it, as you can see in the video below: The white bed is the vanilla bed. Other beds are the bed that i add. It's not a huge problem, but i want to fix this. Thanks for incoming answers. It's on MC 1.12.2, Forge 2758
    • August 29, 2018
    • 17 replies
  15. JanneSoon

    Question Related to 1.13.1

    JanneSoon replied to JanneSoon's topic in General Discussion

    I'd hope 1.13 be skipped for 1.13.1. Forge team had better doing it
    • August 26, 2018
    • 8 replies
  16. JanneSoon

    Question Related to 1.13.1

    JanneSoon posted a topic in General Discussion

    I just wonder, will there be a Forge for Minecraft 1.13 first then 1.13.1, or directly 1.13.1? Thanks for incoming answers.
    • August 24, 2018
    • 8 replies
  17. JanneSoon

    OptiFine development

    JanneSoon replied to OrakMoya's topic in General Discussion

    That FG3.0 branch says it's 1122 commits behind FG2.3. So it looks like it will take months or maybe a year to be completed... So is it same with Forge?...
    • August 13, 2018
    • 11 replies
  18. JanneSoon

    OptiFine development

    JanneSoon replied to OrakMoya's topic in General Discussion

    How to look at the code to follow the process? There's no 1.13 branch on Forge Github.
    • August 12, 2018
    • 11 replies
  19. JanneSoon

    Event That Fired When the Player Pickups An Arrow From Ground?

    JanneSoon replied to JanneSoon's topic in Modder Support

    There's no way to do that i wish so?
    • July 25, 2018
    • 8 replies
  20. JanneSoon

    Event That Fired When the Player Pickups An Arrow From Ground?

    JanneSoon posted a topic in Modder Support

    Hello everyone. I'm stuck at somewhere in modding. I need to customize the arrow drop (getting the arrow back from the ground you shot). All i want is; the EntityArrow on the ground gives Broken Arrow(my mod item) by a chance instead of Arrow item from vanilla. Isn't it possible to do? I looked into LivingDropsEvent, EntityItemPickupEvent and ItemPickupEvent but i couldn't find a way to do it. These events fired only when the player pickups an arrow as an item(dropped item) from the ground. Help me please Thank you. I'm currently on 1.12.2
    • July 25, 2018
    • 8 replies
  • All Activity
  • Home
  • JanneSoon
  • Theme

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