Forgified Fabric API

Forgified Fabric API

13M Downloads

Smooth lighting seems broken with FFAPI, unlike FAPI

Lolothepro opened this issue ยท 5 comments

commented

Describe the bug

Indigo's fix for bug MC-197497 may be partially broken

Steps to reproduce

Go to a world with the "-465591111666617428" generation seed
Go here: /execute in minecraft:overworld run tp @s 1732.17 -13.58 -463.76 -32.13 64.95

Fabric API:
2023-08-26_13 57 25

Forgified Fabric API:
2023-08-26_13 54 11

Logs

No response

Additional context

No response

commented

Yeah I remember indigo being a significant compat problem for forge mods.

commented

Looks to happen on plain Forge, too.

commented

caused by 690539c

commented

Yeah I remember indigo being a significant compat problem for forge mods.

Why? (do you have any examples?)

commented

I've thought about this, and since the bug comes from vanilla, it should be fixed by mojang or forge. FFAPI's renderer does not override forge's one to prevent mod compat issues, and trying to fix issues by mixing into forge might come with unwanted side effects.