Fabric API

Fabric API

106M Downloads

Off-by-one error in end midlands/barrens generation

apple502j opened this issue ยท 0 comments

commented

if (picker.getEntryCount() <= 1) continue; // don't use no-op entries

This incorrectly returns true if a modded highlands biome has exactly one associated modded midlands/barrens biome, causing vanilla midlands/barrens to generate instead. L151 also has the same error.