xenondevs / Nova

Nova is a server-side modding framework for Paper servers that aims to streamline adding custom content like items, blocks, guis, and more, without client-side modifications, using resource pack tricks.
Other
361 stars 37 forks source link

Ore generation only work using json #372

Open Katalijst opened 4 months ago

Katalijst commented 4 months ago

Agreements

Check for plugin incompatibilites

There are no other plugins running on my server.

Plugin Version, Server Software, Server Version

Nova 0.16.-RC.2, Paper 1.20.4-488

Nova Addons and Versions

https://github.com/Katalijst/Nova-ore-gen-issue

Expected behavior

Both ore gen created by code or by json config should spawn in the world

Observed/Actual behavior

Only json config ore gen works

Steps to reproduce

https://github.com/Katalijst/Nova-ore-gen-issue Build this project having two ores with the same config, and you will see only the one from the json appear in the world. I've put model of flowerpot for the ore from json and chorus plant for the ore from code, both without cullface so you can see easily if the ore appeared in spectator mode.

Server log

latest.log

Errors

No response

Additional context

No response