Giter VIP home page Giter VIP logo

Comments (8)

juancarloscp52 avatar juancarloscp52 commented on August 14, 2024 1

Hmm I'll take a look at what can I do, although it might take some time to make it onto a release.

from bedrockify.

juancarloscp52 avatar juancarloscp52 commented on August 14, 2024 1

The fix has been released with the latest bedrockIfy version (0.2.2)!

from bedrockify.

juancarloscp52 avatar juancarloscp52 commented on August 14, 2024

Hi! Try disabling the option "Enable Bedrock Loading Screens" under the "GUI/Visual Improvements" section of bedrockIfy settings. If the panorama background is still showing you might need to also disable the panorama background on all screens option

from bedrockify.

SylisMC avatar SylisMC commented on August 14, 2024

I've tried turning every option in the config off, That works... but the loading bar is so much nicer than the chunk view garbage Mojang left us, if there is a way, and you are wiling, it would be nice to have the best of both worlds.

from bedrockify.

SylisMC avatar SylisMC commented on August 14, 2024

The owner of SLS is also trying to work on this, you may want to link up @Minenash
Minenash/Seamless-Loading-Screen#9

from bedrockify.

Minenash avatar Minenash commented on August 14, 2024

After finally getting around to figuring out how to get do the modImplemntation for this mod, my mixin idea worked pretty well:

@Mixin(value = LoadingScreenWidget.class, remap = false)
public class BedrockifyMixin {

    @Inject(method = "render", at = @At("HEAD"))
    private void renderBackground(MatrixStack matrices, int _width, int _height, Text _title, Text _message, int _progress, CallbackInfo _info) {
        if (ScreenshotLoader.loaded)
            ScreenshotLoader.render(MinecraftClient.getInstance().currentScreen, matrices);
    }

}

The only problem is that Bedrockify's hud overlay doesn't respect client.options.hudhidden, so it shows up in the screenshot. This can be fixed by adding && !client.options.hudHidden to this line. It is kinda weird that it respects F1, even though the only thing that I thought it did was set client.options.hudhidden ¯\_ (ツ)_/¯

from bedrockify.

juancarloscp52 avatar juancarloscp52 commented on August 14, 2024

Awesome!! Thanks!! Yeah I forgot that you could hide the HUD with F1 when adding the hide option for F3. Thanks for your fix and your time! I'll add the change to the source ASAP although the release of a new version might take some time.

from bedrockify.

Minenash avatar Minenash commented on August 14, 2024

The funny thing is that Bedrockify is hidden with F1 (or at the very least the cords)

from bedrockify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.