juancarloscp52 / BedrockIfy

A Minecraft mod that implements some Minecraft Bedrock features into Java edition.
GNU General Public License v3.0
178 stars 37 forks source link

Fixed Panorama ignore list #185

Closed FlorianMichael closed 1 year ago

FlorianMichael commented 1 year ago

This pull request creates a separate internal list with direct classes for all Minecraft screens in which the panorama background should not be rendered, for one thing it is easier to port, and for another the social interactions screen was broken if you installed Bedrockify in your IDEA as a mod.

juancarloscp52 commented 1 year ago

Thanks!