PolyhedralDev/BetterEnd

TileEntityDispenser error on chunk generation

Closed this issue · 1 comments

Hi,

I'm on latest papaer 1.16.4 with Better End Free 4.4.4 and get the following error on generating chunks:

[03:18:20 ERROR]: Block at 1,698, 133, -416 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityChest@202ea5eb. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:20 ERROR]: Block at 1,698, 134, -435 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityChest@6928f827. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:20 ERROR]: Block at 1,697, 138, -420 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityChest@e26121c. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 128, 131, 1,707 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@dead2da. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 128, 131, 1,703 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@7e3862d7. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 126, 131, 1,716 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityChest@50431713. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 124, 131, 1,707 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@2a3ef119. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 124, 131, 1,703 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@71199a86. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 129, 132, 1,706 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@4c8a70a8. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 129, 132, 1,704 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@4390da5. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 128, 132, 1,706 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@59d28202. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 128, 132, 1,704 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@6422ee14. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 126, 132, 1,697 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityChest@7b32dd08. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 124, 132, 1,706 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@37aaa3ee. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 124, 132, 1,704 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@7aa5e58b. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 123, 132, 1,706 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@984f685. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 123, 132, 1,704 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@64b3b020. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 130, 133, 1,708 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@6e4ca8b. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 130, 133, 1,702 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@5338fe61. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 122, 133, 1,708 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@7d261a5d. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 122, 133, 1,702 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityDispenser@46d9769. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.
[03:18:31 ERROR]: Block at 125, 136, 1,712 is Block{minecraft:barrier} but has net.minecraft.server.v1_16_R3.TileEntityChest@24fdb5fd. Bukkit will attempt to fix this, but there may be additional damage that we cannot recover.

regard

sphings

dfsek commented

Two structures generated overlapping. You'll either need to decrease the spawn rate of whatever structure that was, or ignore those messages (they are repaired internally). To avoid overlapping structures (because you probably don't want that) I would recommend the former.

Next time, seek support in Discord before reporting something as an issue.