FoundationGames
FoundationGames
**Minecraft Version:** 1.19.2 **Forge Version:** 43.1.30 **Logs:** N/A **Steps to Reproduce:** 1. Set `experimentalForgeLightPipelineEnabled` to `true` in `forge-client.toml` 2. Observe how blocks like slabs and stairs are shaded in game,...
Chasm currently has no solution for remapping. Some proposed solutions are: ### A `remap` object, which gets processed during build ```js { remap: { my_class: { class: "ex/MyClass" }, my_field:...
Log parsing could be moved to its own library, allowing it to be used in other ways (ex: a log analysis page on Quilt's website, possibly through Kotlin/JS; or even...