Create

Create

115M Downloads

Outdated Environmental compat

VoidLeech opened this issue · 4 comments

commented

Environmental's cherry woodtype got renamed to plum.
team-abnormals/environmental@75d9d57

Create still provides compat for the old name.

ENV = cuttingCompat(Mods.ENV, "willow", "cherry", "wisteria"),

It also has a pine woodtype that isn't supported yet: https://github.com/team-abnormals/environmental/blob/6bd179c5dd3cab2f6953589cf0ca06ba6dc4c4ad/src/main/java/com/teamabnormals/environmental/core/registry/EnvironmentalBlocks.java#L211-L230

Probably some oudated compat in the flower department too but haven't checked that. Would've PR'd the above but since that's an area that got changed an issue will have to suffice.

commented

I don’t think I’ve fixed this in any of my prs yet, will fix

commented

Oh wait, this one is going to have to be fixed by the internal cutting refactors @IThundxr

commented

Wood compat also includes the modded_stripped_logs tag, which is also outdated.
But perhaps that could be moved into RuntimeDataGenerator also.

commented

Related: #4710