Blocks made to look translucent by block.properties do not look translucent in falling block form
muzikbike opened this issue ยท 3 comments
The resource pack attached to #237 can be used to test this with anvils.
I should probably ask while I'm here: what exactly is Continuity's scope with respect to resource pack features? Are any features from MCPatcher or OptiFine fair game for reporting if they don't exist here yet, provided that they can be done without touching the renderer or other aspects of the game code that can't be messed with under current restrictions and such? I remember MCPatcher supporting some custom particle color settings such as biome-specific splash particle colors, custom sky colors and sky boxes, among other things, but haven't checked if either OptiFine or Continuity support such features, and there's probably other stuff as well. How about other resource pack features added by other mods?
The initial scope of the mod seems to be for connected texture support and things immediately adjacent to it, as opposed to being a modern/Fabric reimplementation of everything MCPatcher/OptiFine can do. But with things like block.properties, I'm not sure exactly where the line is drawn. It does seem reasonable to assume that this could be a feature included due to its association with connected textures for stuff like translucent glass.
Continuity is mainly for connected textures, but it includes emissives (for blocks and item models only; the rest are handled by Entity Texture Features) and block.properties
as well. Optifine/MCPatcher color features are Colormatic's territory and even if I choose to develop those features they will not be included in Continuity.
You are correct that Continuity is not a Fabric version of MCPatcher/Optifine. That was not its goal nor will it ever will be. I do not have time to develop all features and I do not want to develop all features, plus I think that so many different features should not all be part of one mod.
This is the same issue as #237; I will close this issue and the problem can be tracked there.