-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By EnderiumSmith · Posted
The problem with using the vanilla tag system for ore dictionary is that tags must exist to be accessed. If you reference a tag that doesnt exist in a recipe it will fail to load. For most things this will only result in console spam but there are cases where it matters. { "type": "charcoal_pit:orekiln", "ingredients": [ [ { "tag": "forge:ores/copper" }, { "tag": "forge:ingots/copper" }, { "tag": "forge:dusts/copper" } ] ], "result": { "tag": "forge:ingots/copper" }, "amount": 1 } This recipe accepts either ores, ingots or dusts and outputs ingots. However if only one of those doesnt exist the recipe will not load. i have managed to work around this by creating empty tags for the dusts and hopping the ores and ingots will always come paired but that is inconvenient at best. Separating this into multiple recipes is not valid for multiple reasons. Another place this matters is advancements as if one fails to load it cuts the entire branch. A possible solution is to add an "oredict" input to ingredients that points to forge:empty if the tag doesnt exist. For example "tag": "forge:ingots/copper" would become "oredict": "forge:ingots/copper". By input i mean like how the ingredient can have both "tag" and "item". Ive included a more complex recipe in attachments to make my use case more clear. bismuth_bronze.json -
By EclipseNation · Posted
Discord: https://discord.gg/G5FmwScYSp Website: https://eclipsenation.us Instagram: https://www.instagram.com/eclipsenationmc/ -
By NovaMachina · Posted
Great point. Should have seen that. Would I just pass that into the IVertexBuilder#lightmap function? -
I wonder what combinedLight is. https://github.com/NovaMachina-Mods/ExNihiloSequentia/blob/1.16/src/main/java/novamachina/exnihilosequentia/client/render/SieveRender.java#L34
-
By NovaMachina · Posted
I received a bug report where the texture of a block is only responding to the sky light, but not any block lights (such as torches). Here is the link to the renderer that I believe to be the culprit. Any suggestions? https://github.com/NovaMachina-Mods/ExNihiloSequentia/blob/1.16/src/main/java/novamachina/exnihilosequentia/client/render/SieveRender.java Here is an image that shows the issue: https://repo.jacob-williams.me/repository/raw/exnihilosequentia/issues/images/Lighting%20Bug.png
-
-
Topics
-
Who's Online (See full list)