MCTCP / TerrainControl

Minecraft Terrain Generator for SpigotMC and Forge
https://www.spigotmc.org/threads/terraincontrol.37980/
MIT License
230 stars 163 forks source link

The method load(NBTTagCompound) is undefined for the type TileEntity #572

Closed Craftaris closed 6 years ago

Craftaris commented 6 years ago

At com.khorn.terraincontrol.bukkit.BukkitWorld line 863 in public void setBlock(int x, int y, int z, LocalMaterialData material, NamedBinaryTag tag). This is the only problem that I found in the code.

Craftaris commented 6 years ago

Managed to solve it!