Jump to content

shadowfacts

Forge Modder
  • Posts

    588
  • Joined

  • Last visited

Posts posted by shadowfacts

  1. If you looked at the curePotionEffects method in EntityLivingBase, you'd know that it only cures an effect if the ItemStack can cure the effect, which, since you're item is not Vanilla, it probably can't. You can manually remove all the potion effects from the entity basically by copying curePotionEffects and removing the isCurativeItem check.

  2. Why is that shit? :D

    How do you clean those then? Apart from "just nuke them manually"?

     

    I've no idea, but that's the behavior according to the help and out and various bits of the code.

     

    I'm not sure if there's a task that cleans the normal Gradle deps, but using the --refresh-dependencies option should force Gradle to download them again, replacing them in the cache.

  3. Try manually deleting the Jar file at C:\Users\Hextor\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\17.0\9c6ef172e8de35fd8d4d8783e4821e57cdef7445\guava-17.0.jar, the error you posted states that the jar is likely corrupted.

     

    @diesieben07: The cleanCache task only cleans the ForgeGradle files, not the cached files in ~/.gradle/caches/modules-2, which is where normal dependencies are downloaded.

  4. We can't say, because we have no idea how your steam API works. My guess is you would fill the pipe up with steam from any adjacent sources. Then, any pipes adjacent to your pipe would try to balance the steam in the first pipe between itself and the first pipe, you would then repeat this balancing and eventually steam would be balanced between all the pipes in your network. You'd also check if there are any adjacent blocks that accept steam, and if so, insert as much as possible into them.

  5. At the end of the log there should be a message saying that you need to run a special command to confirm the removal of the Biomes O Plenty block. Additionally, because you're removing a world gen mod, your world will probably be corrupted unless you hadn't set the generator in the server properties.

     

    Side note: This topic should be in the Support & Bug Reports forum, as this is not about a mod you made.

×
×
  • Create New...

Important Information

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