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

Replacing minecraft:air doesn't apply #26

Open
DaDiGui opened this issue Jun 11, 2020 · 10 comments
Open

Replacing minecraft:air doesn't apply #26

DaDiGui opened this issue Jun 11, 2020 · 10 comments
Labels
bug Something isn't working

Comments

@DaDiGui
Copy link

DaDiGui commented Jun 11, 2020

Describe the bug
The 'minecraft:air' or 'air' block is not replaced by the desired blocks but with other blocks it works. I want to replace the wood blocks and leaves of all the trees with air.

Logs/Screenshots/Videos
Crash-Report:https://pastebin.com/rK9Hg83Y
[17:15:38] [Server thread/WARN] [FML]: Mod wgblockreplacer is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.2.0
https://pastebin.com/WshYqArg

**Versions:

  • Minecraft: 1.12.2
  • Mod Version: 1.12.2-2.2.0.
  • Forge MC 1.12.2 14.23.5.2838
  • Sponge Forge 1.12.2-2838-7.2.2
  • SpongeAPI 7.2.0-d871149cb
@DaDiGui DaDiGui added the bug Something isn't working label Jun 11, 2020
@The-Fireplace
Copy link
Member

In your config, dimension_list and biome_filter should not be empty. Is that the full crash report?

@DaDiGui
Copy link
Author

DaDiGui commented Jun 11, 2020

https://pastebin.com/CgjuVH4f

There's no crash, it just doesn't work. Could it be because the wood of the trees is not defined as a "land" block and therefore nothing changes?

@The-Fireplace
Copy link
Member

Try this:

S:biomefilter <
        minecraft:forest
        minecraft:plains
     >

@The-Fireplace
Copy link
Member

The-Fireplace commented Jun 11, 2020

Oh! Also, set lateReplacement to something higher, like 3.

@DaDiGui
Copy link
Author

DaDiGui commented Jun 11, 2020

@DaDiGui
Copy link
Author

DaDiGui commented Jun 11, 2020

@The-Fireplace
Copy link
Member

Scratch that, you had biomefilter correct. Late Replacement should fix your issue.

@DaDiGui
Copy link
Author

DaDiGui commented Jun 11, 2020

I'll try.

@DaDiGui
Copy link
Author

DaDiGui commented Jun 11, 2020

It doesn't work for me... I don't know how to fix it.

@The-Fireplace
Copy link
Member

It's probably related to #19, I'll take a look at some point and see if I can fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants