Hotfix
This commit is contained in:
parent
f0b2d768a7
commit
64167386f9
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ public class ListFeature extends NBTStructureFeature {
|
|||
@Override
|
||||
protected Structure getStructure(StructureWorldAccess world, BlockPos pos, Random random) {
|
||||
selected = list.get(random.nextInt(list.size()));
|
||||
return selected.structure;
|
||||
return selected.getStructure();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue