[ExNihilo] Can't override/remove heat sources
DerOliDE opened this issue · 6 comments
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.
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/qF6suB8cSame with only one removal:
mods.exnihilo.Crucible.removeHeatSource(minecraft:torch);
I get: http://pastebin.com/uB9Uw54QThe removed heat sources still works.
—
Reply to this email directly or view it on GitHub
#225.
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)
.
I derped:
RemoveHeatSource extends BaseMapAddition
should be
RemoveHeatSource extends BaseMapRemoval