Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ExNihilo] Can't override/remove heat sources #225

Closed
DerOliDE opened this issue Aug 11, 2015 · 6 comments
Closed

[ExNihilo] Can't override/remove heat sources #225

DerOliDE opened this issue Aug 11, 2015 · 6 comments

Comments

@DerOliDE
Copy link

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.

@jaredlll08
Copy link
Owner

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.

@DerOliDE
Copy link
Author

I get the same warnings without Ex Astris Rebirth.

@jaredlll08
Copy link
Owner

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)
.

@DerOliDE
Copy link
Author

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

@Zixxl
Copy link
Contributor

Zixxl commented Aug 13, 2015

I derped:

RemoveHeatSource extends BaseMapAddition

should be

RemoveHeatSource extends BaseMapRemoval

@Zixxl Zixxl mentioned this issue Aug 13, 2015
9 tasks
@Zixxl Zixxl added the fixed label Aug 13, 2015
@Zixxl
Copy link
Contributor

Zixxl commented Aug 13, 2015

Fixed in ModTweaker2 0.9.2. Please update!

@Zixxl Zixxl closed this as completed Aug 13, 2015
FalsePattern pushed a commit to GTMEGA/ModTweaker that referenced this issue Dec 11, 2024
- Heat sources can't be removed (Issue: jaredlll08#225 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants