MCTCP / TerrainControl

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

Forge and NBT Tags for MobSpawner #450

Closed BakermanLP closed 7 years ago

BakermanLP commented 8 years ago

Hello there, I am trying to create a world and wanted to implement Mob Spawner in some Custom Objects.

Here is a demonstation world config: http://bakermanlp.de/files/HellTest.zip

The Spawner are created, but the NBT files are not assigned or anything like that. Same with chests here.

Minecraft 1.10.2, Forge 2073, Terrain Control Build 159

Also there seems something to be with debug and trace logs. I can't see them in any logfile.

In an older Spigot 1.9.4 environment this world is working and nbt tags are assigned.

Would be great if someone can help me.

Thanks

Michael (aka BakermanLP)

Maxqia commented 7 years ago

In your BO3 configs, it doesn't seem like you assigned your chests a nbt file ...

BakermanLP commented 7 years ago

This issue is solved. There were two errors. First the nbt file was not correct for 1.10.2 and my bo3 files were messed up.