ModTweaker

ModTweaker

88M Downloads

[ExNihilo] Can't override/remove heat sources

DerOliDE opened this issue · 6 comments

commented

Versions:

  • MineTweaker: 3.0.9C
  • ModTweaker: 0.9.1
  • Ex Nihilo: 1.38-45
  • Ex Astris Rebirth: 1.01-45

If i try this to remove all heat sources: mods.exnihilo.Crucible.removeHeatSource(<*>);
I get these warnings: http://pastebin.com/qF6suB8c

Same with only one removal: mods.exnihilo.Crucible.removeHeatSource(minecraft:torch);
I get: http://pastebin.com/uB9Uw54Q

The removed heat sources still works.

commented

Does ex astris have Nything to do with it? Like can this be duplicated
without it?

On Tuesday, August 11, 2015, Oliver [email protected] wrote:

Versions:

  • MineTweaker: 3.0.9C
  • ModTweaker: 0.9.1
  • Ex Nihilo: 1.38-45
  • Ex Astris Rebirth: 1.01-45

If i try this to remove all heat sources:
mods.exnihilo.Crucible.removeHeatSource(<*>);
I get these warnings: http://pastebin.com/qF6suB8c

Same with only one removal:
mods.exnihilo.Crucible.removeHeatSource(minecraft:torch);
I get: http://pastebin.com/uB9Uw54Q

The removed heat sources still works.


Reply to this email directly or view it on GitHub
#225.

commented

I get the same warnings without Ex Astris Rebirth.

commented

Ignore the warning, just the removing heat

On Tuesday, August 11, 2015, Oliver [email protected] wrote:

I get the same warnings without Ex Astris Rebirth.


Reply to this email directly or view it on GitHub
#225 (comment)
.

commented

The Problem is that the removed heat sources are still available.

commented

I derped:

RemoveHeatSource extends BaseMapAddition

should be

RemoveHeatSource extends BaseMapRemoval

commented

Fixed in ModTweaker2 0.9.2. Please update!