Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/02/17 in all areas

  1. Two things. One, "NEED HELP" is a terrible thread title. It tells me nothing about your problem, you wouldn't be posting here if you didn't need help. A thread title should give some idea of the problem. Two, you have not supplied the relevant code, making it less likely that someone can help you. As for your problem, it looks like your proxy isn't where you've told Forge it is.
    1 point
  2. Use a newer version of Minecraft (1.10, 1.11, 1.12, or 1.13 BETA.)
    1 point
  3. Or, you know you could just bring it to my attention. https://github.com/MinecraftForge/MinecraftForge/commit/b361b72515d1fddd4be0d822cb79b9e38187143c
    1 point
  4. You need to register an implementation of IBlockColor for your Block to recolour the greyscale grass texture when the model is rendered. Do this by calling BlockColors#registerBlockColorHandler in init from a client-only class. You can get the BlockColors instance using Minecraft#getBlockColors. Look the BlockColors class for the vanilla IBlockColor implementations.
    1 point
  5. Try getting the players look vector so you can then change the velocity of the particles
    1 point
×
×
  • Create New...

Important Information

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