Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/19/20 in all areas

  1. Looks about right. However you don't need to use Object::equals to compare enums just use ==.
    1 point
  2. Have you tried reading the readme? It has an example project.
    1 point
  3. net.minecraft.state.StateContainer.Builder is the correct one. Also side note use your IDE to override methods in a subclass.
    1 point
  4. Forge doesn't load mods from version-named folders anymore, as Mojang's launcher allows you to create profiles (They call them installations, which I think is a bad descriptor of what they actually do) that allow you to select a Minecraft version and a Game Directory. This Game Directory is the folder that your mods folder, config folder, logs folder, etc. are placed in.
    1 point
  5. Don't extract it, if WinRar extracts it on double click then that's your problem, WinRar is naughty and has no business taking over the jar file extension. Run this once and try again. https://johann.loefflmann.net/en/software/jarfix/index.html
    1 point
  6. It's a library that Forge uses, and it's not hacks in the way you're thinking. In this case "hack" means "code that we have no choice but to use even though it's terrible and ugly and should die in a fire" https://github.com/cpw/grossjava9classpathhacks/
    1 point
  7. @Override public void render(MatrixStack matrixStackIn, IVertexBuilder bufferIn, int packedLightIn, int packedOverlayIn, float red, float green, float blue, float alpha) { Body.render(matrixStackIn, bufferIn, packedLightIn, packedOverlayIn, red, green, blue, alpha); } In here, you overrode the AgeableModel's render method which contains the info for scaling child models.
    1 point
  8. The "minecraft: at the beginning IE "minecraft:diamond_pickaxe" is the modid for vanilla stuff.
    1 point
  9. FnafAddon is made with MCreator and is broken. You should delete it. Oh and 1.12 is no longer supported on these forums. Please update to a modern version of Minecraft to receive support.
    0 points
×
×
  • Create New...

Important Information

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