User Tools

Site Tools


faq:expert

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
faq:expert [2019/06/29 22:24] – created asiefaq:expert [2023/09/13 02:30] (current) – attempting to improve seo poopooracoocoo
Line 1: Line 1:
 ====== Frequently Asked Questions: Expert Mode ====== ====== Frequently Asked Questions: Expert Mode ======
  
-This is the "expert/technical" extension of the user FAQ.+This is the "expert/technical" extension of the [[FAQ:user|user FAQ]] for players.
  
 ===== Interoperability ===== ===== Interoperability =====
Line 12: Line 12:
  
 The best approach here would be to port SpongeCommon and a modified version of SpongeVanilla as a Fabric mod implementing the Sponge API. As Fabric is using a fork of SpongePowered Mixin at its core, this is made somewhat easier - but the mappings differences make up for this, so to say. The best approach here would be to port SpongeCommon and a modified version of SpongeVanilla as a Fabric mod implementing the Sponge API. As Fabric is using a fork of SpongePowered Mixin at its core, this is made somewhat easier - but the mappings differences make up for this, so to say.
 +
 +==== Why does Fabric API break OptiFine shaders? ====
 +
 +The rendering patch Fabric API uses, Indigo, assumes (for performance and code simplicity reasons) that the vanilla vertex format is kept intact. Mods generally don't change it, however ShadersMod and similar mods are a popular exception. As such, Indigo doesn't play nicely with it as-is.
 +
 +Solutions for this have been looked into, but not yet functional. In addition, some of the unofficial mod projects are trying to work on one themselves. The current workarounds will not work in the presence of content mods which actually make use of Fabric's rendering API.
  
 ===== Interoperability (Retro) ===== ===== Interoperability (Retro) =====
Line 32: Line 38:
  
 With regards to running ModLoader: No known problems. With regards to running ModLoader: No known problems.
 +
 +===== Philosophy =====
 +
 +==== Why did you create your own mappings instead of utilizing MCP or Spigot's existing mappings? ====
 +
 +With regards to the Mod Coder Pack, MCP:
 +
 +  * MCP's mappings are not always updated to every non-"release" Minecraft version.
 +  * MCP's mappings have an updating process we consider insufficiently open to code review, in our opinion, utilizing [[http://mcpbot.bspk.rs/|IRC bot submissions]] over a merge request system. (However, this is largely a matter of preference.)
 +
 +With regards to Spigot:
 +
 +  * Spigot's mappings only cover the server side and are very incomplete,
 +  * Spigot's mappings suffer from similar licensing issues as MCP.
 +
 +
faq/expert.1561847073.txt.gz · Last modified: 2019/06/29 22:24 by asie