The Lost Cities

The Lost Cities

59M Downloads

No Spawners when using a custom Library.json (1.12.2)

knoxhack opened this issue ยท 9 comments

commented

When I tried to load a custom Library JSON with ($lostcities/library.json) it does not generates spawners.
But it does generates them when I use the internal one (/assets/lostcities/citydata/library.json)

Version: lostcities-1.12-2.0.22

commented

Show me your custom library. Also show me you lostcities-common.toml

commented

even if I try to use an unmodified version of Library.json found at here it doesnt generate them

commented

Why did you change minecraft:mob_spawner to minecraft:spawner in your library.json?
That's your problem. Change it back.
Also that unmodified version of library.json is not correct either. It must be mob_spawner and not spawner

commented

That fixes it, thank you so much!

I did not change minecraft:mob_spawner to minecraft:spawner tho, it came like that from the example internal file fround here

commented

Yes, I just was thinking the same :-)

commented

Well here is what Lost Cities itself uses internally. Clearly says mob_spawner. Not sure where you got your data from:

https://github.com/McJtyMods/LostCities/blob/1.12/src/main/resources/assets/lostcities/citydata/library.json#L62

commented

Yeah, thanks so much! Now I can fully customize my cities :)