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

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Leaderboard

Leaderboard

  • Leaderboard
  • Past Leaders
  • Top Members
  • in all areas
    • All areas
    • Events
    • Event Comments
    • Event Reviews
    • Posts
    • Status Updates
    • Status Replies
  • Custom Date
    • All time

      February 2 2017 - January 25 2021

    • Year

      January 25 2020 - January 25 2021

    • Month

      December 25 2020 - January 25 2021

    • Week

      January 18 2021 - January 25 2021

    • Today

      January 25 2021

    • Custom Date

      05/11/17 - 05/11/17

    • Between and
  1. Abastro

    Abastro

    Forge Modder


    • Points

      3

    • Content Count

      1075


    • Find Content
  2. Choonster

    Choonster

    Forge Modder


    • Points

      2

    • Content Count

      5099


    • Find Content

Popular Content

Showing content with the highest reputation on 05/11/17 in all areas

  1. 1 point
    Choonster

    How can I get crash-reports folder?

    In client-only code, yes.
    • May 11, 2017
  2. 1 point
    Choonster

    How can I get crash-reports folder?

    But what's the reason for doing this? What's the overall goal? If you look the code that saves crash report files (i.e. calls CrashReport#saveToFile), you'll see that the server uses MinecraftServer#getDataDirectory as the parent directory of the crash-reports directory and the client uses Minecraft#mcDataDir.
    • May 11, 2017
  3. 1 point
    Abastro

    [1.11.2] Change Slot Size ?

    This should be tricky, as items placed in slot are rendered in fixed size. I'm afraid that you might have to override the rendering code of GuiContainer.
    • May 11, 2017
  4. 1 point
    Abastro

    [1.11.2] Modyfing tile entity data from client gui & TESR rendering

    So it's client->server update from the gui. You need to implement tileentity syncing. I think this post will cover your case. You can manually read the data from the update packet with TileEntity#onDataPacket. Use it if you don't want readFromNBT to do the work. (e.g. update packet has a different format)
    • May 11, 2017
  5. 1 point
    Abastro

    [1.11.2] Modyfing tile entity data from client gui & TESR rendering

    Override TileEntity::getRenderBoundingBox to return appropriate size of the rendered object. If it's about rendering, you are not marking the TE as updated for rendering. I think you should call World#markAndNotifyBlock. (The flag parameter is explained on World#setBlockState)
    • May 10, 2017


  • All Activity
  • Home
  • Leaderboard
  • Theme

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