Fixes
This commit is contained in:
parent
d1830827cb
commit
7c842cf94a
2 changed files with 10 additions and 3 deletions
|
@ -179,7 +179,8 @@ public class StructureHelper {
|
|||
}
|
||||
|
||||
private static boolean ignore(BlockState state) {
|
||||
return state.isAir()
|
||||
return state.getMaterial().isReplaceable()
|
||||
|| !state.getFluidState().isEmpty()
|
||||
|| state.isIn(EndTags.END_GROUND)
|
||||
|| state.isOf(EndBlocks.ETERNAL_PEDESTAL)
|
||||
|| state.isOf(EndBlocks.FLAVOLITE_RUNED_ETERNAL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue