Apollo
Apollo
I stripped my mod down to just the custom biomes and tags (all in datapack format, no java files), and I get the same logspam. I've attached it here. [logspam-tags-tectonic.zip](https://github.com/MinecraftForge/MinecraftForge/files/9760923/logspam-tags-tectonic.zip)
It's 100% a feature order cycle, I made a mod to fix it until the dev actually fixes it: https://modrinth.com/mod/cyclic-crash-fixer
Skulls do not render either.
> For an example of this behavior being used to make loader-specific stuff in datapacks, see https://gist.github.com/lukebemish/91431e6bdabd495e692e7069d822f1ae You can make overlays work only outside of Neoforge, but there's no way...
> Furthermore, this is how any _other_ conditional stuff works. If I have a recipe with conditions, it is always on in vanilla and the conditions are ignored. Similarly, if...
That works perfectly, yes.
> Would you want this as an option for the JSON output or for the editor view? Both would be awesome but since it'd be useful mainly for consistency with...
The ability to reference predicate files in enchantment effect conditions also needs to be removed but that seems a bit too complex for me to do :P
> Basically whatever Tectonic is doing to add the rivers probably happens before Minecraft's surface builders execute Yep, Tectonic handles underground rivers during terrain shaping which is before surface rules.
~~Marking the PR as a draft for the moment, as I plan to merge the module into the Resource Conditions API and there's two key issues to sort out as...