ext-vanillagenerator icon indicating copy to clipboard operation
ext-vanillagenerator copied to clipboard

Why is there duplicated code?

Open DerCooleVonDem opened this issue 1 year ago • 2 comments

https://github.com/NetherGamesMC/ext-vanillagenerator/blob/abd059fd2ca79888aab3b9c5070d83ceea55fada/lib/generator/ground/GroundGenerator.cpp#L51

DerCooleVonDem avatar Mar 19 '24 12:03 DerCooleVonDem

The same state id is stored above?

DerCooleVonDem avatar Mar 19 '24 12:03 DerCooleVonDem

It seems that groundMatId should be a type id instead of state id. However this doesn't seem to have any negative effects towards the vanilla world generation. I will try to do more testing on this.

larryTheCoder avatar Mar 27 '24 00:03 larryTheCoder