How do I turn graphics down in a dimension?

Started by Jpokemon6 on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Oct 2023
Points:
105

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
How do I turn graphics down in a dimension?

I am trying to make an alpha biome, like the alpha version of Minecraft, and I want to make the graphics in the alpha dimension, can I do that?

Active 1 month ago
Joined May 2022
Points:
1160

User statistics:

  • Modifications: 14
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1141
...Uh, not really? At the…
Tue, 11/07/2023 - 04:51

...Uh, not really? At the very least not without some serious plugins? Graphics are kind of hardcoded, and you can't really mess with them without external tools.

One possible solution would be to just give all of your blocks optifine emissive textures so they appear to not have any lighting effects. Not really sure what kind of look you're going for though.

Active 1 year ago
Joined Oct 2023
Points:
105

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
Thanks!  
Thu, 11/16/2023 - 14:21

Thanks!

 

Active 1 year ago
Joined Oct 2023
Points:
105

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
Could I use the shader utils…
Mon, 11/20/2023 - 20:41

Could I use the shader utils plugin?

Active 1 month ago
Joined May 2022
Points:
1160

User statistics:

  • Modifications: 14
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1141
Not sure, I'd have to look…
Tue, 11/21/2023 - 16:37

Not sure, I'd have to look into it. Whatever the case though, anything dealing with changing the graphics system itself is going to be difficult. Ideally, you'll want a solution that uses the existing systems. It's also possible there are already shaders out there with an 'early minecraft' sort of vibe. 

But yes, I'd at least try it, but be aware that anything involving the graphics system is going to be complicated.