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 - March 3 2021

    • Year

      March 3 2020 - March 3 2021

    • Month

      February 3 2021 - March 3 2021

    • Week

      February 24 2021 - March 3 2021

    • Today

      March 3 2021

    • Custom Date

      11/07/17 - 11/07/17

    • Between and
  1. JimiIT92

    JimiIT92

    Members


    • Points

      1

    • Content Count

      745


    • Find Content
  2. ctbe

    ctbe

    Members


    • Points

      1

    • Content Count

      85


    • Find Content

Popular Content

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

  1. 1 point
    JimiIT92

    [SOLVED][1.12] Throwable Entity not rendering

    @admiralmattbar In the Client Proxy i've registered the render like this RenderingRegistry.registerEntityRenderingHandler(EntityGranade.class, new EntityGranadeFactory()); Then i've created the factory class public class EntityGranadeFactory implements IRenderFactory<EntityGranade>{ @Override public Render<? super EntityGranade> createRenderFor(RenderManager manager) { return new RenderSnowball<EntityGranade>(manager, MWItems.GRANADE, Minecraft.getMinecraft().getRenderItem()); } } where i call the RenderSnowball class passing it the item i want to render.
    • November 3, 2017
  2. 1 point
    ctbe

    Testing how 3D OBJ models display without recompiling the whole project and restarting Minecraft

    Minecraft offers an option to reload resource packs while using the key combination SHIFT + F3 + T. In many cases one wants to adjust how the model looks in any of the rendering types (firstperson_righthand, gui, etc). If one modifies the original JSON file that has the transform information in the IDE and presses SHIFT + F3 + T in Minecraft, nothing happens. One has to recompile everything and start again Minecraft to see the changes. But that is only because one is modifying the source and not the resource JSON that Minecraft is loading into memory. If you modify the one that is being loaded into memory, the changes will be displayed once you press SHIFT + F3 + T in the game. Eclipse: Modify your JSON file containing the transformations and copy paste it in its respective place under classes/production/[YOURPROJECTNAME]_main/assets. Overwrite the existing one. Press SHIFT + F3 + T in the game to reload the resource pack. For example, let's say I am making a mod whose root directory is named Tutorial. I have an item whose model is located in Tutorial/src/main/resources/assets/tutorialmodid/blockstates/item3dmodel.json. I would modify that file and while the game is running I would copy paste it in Tutorial/classes/production/Tutorial_main/assets/tutorialmodid/blockstates/item3dmodel.json. Then I would press SHIFT + F3 + T in the game to reload the resource pack which would show my changes. IntelliJ IDEA: Modify your JSON file containing the transformations, go to the Build menu, and click Recompile '[nameofyourmodel.json]'. Press SHIFT + F3 + T in the game to reload the resource pack. Alternatively you can right click the JSON file either at the project view or in the tabs and hit Recompile.
    • July 5, 2017


  • All Activity
  • Home
  • Leaderboard
  • Theme

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