Oh The Biomes You'll Go Refabricated

Oh The Biomes You'll Go Refabricated

11M Downloads

[1.19][Bug]: Endermen are able to pick up ivis phylium

Rand0mN0ob opened this issue ยท 3 comments

commented

BYG Version

2.0.0.13

Terrablender Version

2.0.1.130

Mod Loader

Forge

Mod Loader Version

43.1.55

Bug Severity

Minor

What happened?

image
endermen are able to pick up ivis phylium even though they cant pick up end stone normally.

latest.log

https://gist.github.com/Rand0mN0ob/b8bc34e5e82ef7ceccde6245cb707461

Did you isolate BYG?

I did not try BYG alone.

commented

Oops it wasnt alone it was in ATM 8 1.0.5

commented

The problem here is that ivis phylium is added into the minecraft:dirt tag list, which in turn is automatically included in the minecraft:enderman_holdable tag list.

https://github.com/AOCAWOL/BYG/blob/95d3efc45463320522549c08f537540fb9bd22ab/Forge/src/main/resources/data/forge/tags/blocks/dirt.json#L16

Actually, upon reflection, this would be a duplicate of #814 since it would be fixed by the commit in that bug.

commented

FIxed in b4cc7fe