Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/14/20 in all areas

  1. ah ok, yep, that clears it up. thanks!
    1 point
  2. Well, by "hit collision" I mean the shape used for detecting if the player is interacting with the block, (e.g. left or right clicking it etc). Hope that clears it up!
    1 point
  3. Yes, from what I can see, the makeShapes() method always starts from the bottom (e.g. y = 0). However you could just override makeShapes() and tweak it to your desire.
    1 point
  4. This is what I have found after a bit of testing: * The first parameter decides the collision width of the middle pole * The second parameter decides the collision width of the extended parts * The third and fourth parameter does not affect the collision shape, but only the 'normal' shape (e.g. for hit collision) * The fifth parameter decides the collision height of the block
    1 point
  5. Due to legalities, we can not publish artifacts for you to download manually. However, if you setup your workspace once, we heavily cache everything so that it wont need to download them again. So yes, using the offline switch, and having set it up once while online, should be good enough.
    1 point
  6. Try using Gradle's offline switch, ForgeGradle just queries to make sure things are correct and up to date
    1 point
  7. You could do the following: Map<Effect, EffectInstance> potionMap = entityLiving.getActivePotionMap(); if (potionMap.containsKey(Effects.EFFECT_NAME)) { // Do something }
    1 point
  8. Nevermind, I figured how to sort the load order without renaming the mod. And I know recipes are normally added in init method. But adding them in postInit is also possible.
    0 points
×
×
  • Create New...

Important Information

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