Giter VIP home page Giter VIP logo

Comments (22)

charmesal avatar charmesal commented on June 3, 2024 1

I just so happened to notice this during startup. So perhaps you're right and they are still using int ids.
Creating a folder called world14 in the shaders folder worked like a charm.
The value changes when you add or remove other mods that add dimensions.
I'm not sure if this will ever be of use to you but it might be for others with the same issue I had so I wanted to make this last reply to answer my own question just in case anyone finds it.

from bumblezone.

TelepathicGrunt avatar TelepathicGrunt commented on June 3, 2024

the_bumblezone:the_bumblezone is the id of the dimension. I do not know how optifine works so I cannot help you here with it. Sorry. You'll have to find people who know more about shaders and optifine on how to help you.

Also, if optifine is still using numeric ids for dimensions, someone should slap sp614x lol. Numeric ids has been dead since 1.13 and should never be used for targeting dimensions as there's no guarantee that the ID would always remain the same. Instead, he should be using the resourcelocation properly. You'll have to find the numeric id of bumblezone in-game somehow but I do not know how.

from bumblezone.

charmesal avatar charmesal commented on June 3, 2024

Thanks for the quick reply.
If "the_bumblezone:the_bumblezone"is the ID then there is no way to exclude it from shaders as Windows does not allow me to have a ':' in a foldername. It's a shame but it can't be helped. People who wanna build a base will just have to do without fancy shaders.

I don't think optifine uses integers anymore but when checking shaderpacks they do use world so my guess is that the mod authors of mods that add dimensions might just name them after their original ID.

from bumblezone.

TelepathicGrunt avatar TelepathicGrunt commented on June 3, 2024

well, the thing is, all dimensions are resource location ids. For example, vanilla dimensions are minecraft:overworld, minecraft:the_nether, minecraft:the_end so it sounds like it is still using int ids. Again, you'll have to ask them how optifine works as I have no clue lol

from bumblezone.

Parloienx avatar Parloienx commented on June 3, 2024

I just so happened to notice this during startup. So perhaps you're right and they are still using int ids. Creating a folder called world14 in the shaders folder worked like a charm. The value changes when you add or remove other mods that add dimensions. I'm not sure if this will ever be of use to you but it might be for others with the same issue I had so I wanted to make this last reply to answer my own question just in case anyone finds it.

How did you get "this". Where would I find mine. Aka what is it?

from bumblezone.

TelepathicGrunt avatar TelepathicGrunt commented on June 3, 2024

@Parloienx i believe that’s the latest.log file from the logs folder above the mods folder

from bumblezone.

charmesal avatar charmesal commented on June 3, 2024

I just so happened to notice this during startup. So perhaps you're right and they are still using int ids. Creating a folder called world14 in the shaders folder worked like a charm. The value changes when you add or remove other mods that add dimensions. I'm not sure if this will ever be of use to you but it might be for others with the same issue I had so I wanted to make this last reply to answer my own question just in case anyone finds it.

How did you get "this". Where would I find mine. Aka what is it?

@TelepathicGrunt is correct. You can find it in the latest.log file( and in the console if you use one of those).

from bumblezone.

Parloienx avatar Parloienx commented on June 3, 2024

hmmm, sadly I don't have that portion in my latest log for some reason

from bumblezone.

charmesal avatar charmesal commented on June 3, 2024

hmmm, sadly I don't have that portion in my latest log for some reason

I'm not sure how it works these days. The mods could have changed how they load and/or log the relevant data.
If you want you can add me on Discord and I'll see what I can do for you but I can't promise a solution.

from bumblezone.

Parloienx avatar Parloienx commented on June 3, 2024

hmmm, sadly I don't have that portion in my latest log for some reason

I'm not sure how it works these days. The mods could have changed how they load and/or log the relevant data. If you want you can add me on Discord and I'll see what I can do for you but I can't promise a solution.

It's ok. I am just doing the same thing as you. I am just trying to add it to the Vault Hunters Modpack and shaders kind of destroys the dimension they created making everything dark.

from bumblezone.

Parloienx avatar Parloienx commented on June 3, 2024

It's 1.16.5 but I don't know if that was out then so you might be right that it changed.

from bumblezone.

charmesal avatar charmesal commented on June 3, 2024

It's 1.16.5 but I don't know if that was out then so you might be right that it changed.

I honestly don't remember what version I was on back then. Could be 1.16.5.
Can you load up your game and start/load a single player world and the attach your latest.log file in a comment?

from bumblezone.

Parloienx avatar Parloienx commented on June 3, 2024

sure

from bumblezone.

Parloienx avatar Parloienx commented on June 3, 2024

latest.log

from bumblezone.

charmesal avatar charmesal commented on June 3, 2024

latest.log

I'm unable to find any useful information for you. However I do remember now that I used the mod Immersive Portal. I think that gives the dimensions their numbers again but I'm not 100% sure.
But you can try and add it to see if it gives you the output in the log.
Be aware that the assigned number changes if you add or remove dimensions so if this does work it will also add some dimensions from the mod itself meaning that if you play on an official Vault Hunters server they won't have Immersive Portals and thus have different dimension ID's and then the shaders might still be broken in the Bumblezone.

For now this is the only remaining thing I can do to help. If it still won't work then I'll check if I have time tomorrow, but I won't be spending hours on this, sorry.

from bumblezone.

TelepathicGrunt avatar TelepathicGrunt commented on June 3, 2024

Check if TellMe mod allows you to dump the dimension registry with the int ids. If so, that may be the solution. https://www.curseforge.com/minecraft/mc-mods/tellme

from bumblezone.

charmesal avatar charmesal commented on June 3, 2024

Check if TellMe mod allows you to dump the dimension registry with the int ids. If so, that may be the solution. https://www.curseforge.com/minecraft/mc-mods/tellme

That seems very promising. Let us know how it turns out.

from bumblezone.

Parloienx avatar Parloienx commented on June 3, 2024

Check if TellMe mod allows you to dump the dimension registry with the int ids. If so, that may be the solution. https://www.curseforge.com/minecraft/mc-mods/tellme

I already tried that

from bumblezone.

Parloienx avatar Parloienx commented on June 3, 2024

Thanks for all the help :)

from bumblezone.

Parloienx avatar Parloienx commented on June 3, 2024

Check if TellMe mod allows you to dump the dimension registry with the int ids. If so, that may be the solution. https://www.curseforge.com/minecraft/mc-mods/tellme

That seems very promising. Let us know how it turns out.

You might have done it with the immersive portals mod. Loading in...

from bumblezone.

Parloienx avatar Parloienx commented on June 3, 2024

That seemed to work. Thank you

from bumblezone.

charmesal avatar charmesal commented on June 3, 2024

That seemed to work. Thank you

Glad to hear it works. Just keep in mind that servers won't have the Immersive Portals mod and therefore can have different dimension IDs.

from bumblezone.

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.