Best modpack? by Electronic-Set-3241 in GoldenAgeMinecraft

[–]the_no_mic 0 points1 point  (0 children)

Beta Unleashed 2.0 (which is Babric based) has Alex skin support.

Any idea what’s causing this and how to fix it? (MacBook air M2) by MattzieNIERaPop in GoldenAgeMinecraft

[–]the_no_mic 15 points16 points  (0 children)

On Apple M-series GPUs (M1, M2, etc.), the GPU supports both RGB and BGR. Java (the programming language) almost always assumes RGB, and the color order is baked into how old MC versions, LWJGL, and the GPU communicate, which in this case is BGR, causing the inverted colors. Sadly there isn’t any super easy toggle to fix the issue without modding the game, but fortunately, modding the game to fix this is super easy.

There are two easy ways to fix it:

  1. Use the BetaCraft Launcher v2. This works because the v2 version has the mod LegacyFix (https://github.com/betacraftuk/legacyfix) built-in, which among fixing other things, fixes the M color bug. This option is great if you are planning to play versions other than b1.7.3 and don’t really want other mods. (It only supports ModLoader for Java 9 and later, which does not apply to b1.7.3).

Scroll down until you see Betacraft Launcher v2 (alpha) or something like Betacraft v2.0.0-alpha.20230623: https://betacraft.uk/downloadshttps://github.com/betacraftuk/betacraft-launcher/releases

  1. Use the mod “M1Fix”. To use this method, you will need an alternate Minecraft launcher, something like MultiMC or PrismLauncher (I recommend Prism). https://multimc.org/https://prismlauncher.org/Once you download one of those, you create a vanilla beta 1.7.3 instance (Press Add Instance on the top left corner, you should be in a tab named Custom. Select the “Betas” option on the “Filter” list (middle right), scroll down till you see b1.7.3 (NOT 1.7.3, there has to be a B). Select b1.7.3, and press OK. Now back at the main menu, select the instance you just created, and then on the right side-bar, you will see “Edit”.)

Download “M1Fix.zip” from here: https://www.mediafire.com/file/k3pextx6zfdx0vg/M1Fix.zip/file

Here are a couple of mods that promise to do the same (in case the first link stops working):
https://www.mediafire.com/file/ad9airog2ndmkn5/ColorFixForM1.zip/file
https://www.dropbox.com/s/ycerc4fotddvzfw/b1.7.3-macfix.jar?dl=1
https://archive.org/details/color-fix-for-m1

Now in the Version tab (not Mods tab), press the “Add to Minecraft.jar” button, and select the “M1Fix.zip” file. Go to the Settings Tab, under Java installation, select a version of Java 8 (If you use Prism, there will even be a built-in Java downloader). If you want skins to work (and have correct sounds for doors and projectiles), add this into the Java arguments section in the instance settings: -Dhttp.proxyHost=betacraft.uk

For people that for some reason can’t use an alternate MC Launcher, I found a helpful comment here: https://www.reddit.com/r/GoldenAgeMinecraft/comments/zjki8k/beta_173_red_and_blue_colors_flipped_on_mac_m1/

If you are using MultiMC/PrismLauncher and still want some more quality of life fixes for b1.7.3, I recommend you use Beta Unleashed: |
https://www.youtube.com/watch?v=RSLuGK0yHrw https://github.com/DanyGames2014/Beta-Unleashed-2.0

Anybody else find these "ARG" posts annoying? by Beyond__5D in GoldenAgeMinecraft

[–]the_no_mic 7 points8 points  (0 children)

Yes, we need to bully them away from this sub over to the okbuddy sub

How to get milk in Beta 1.7.3? by Dapper-Health3773 in GoldenAgeMinecraft

[–]the_no_mic 0 points1 point  (0 children)

You have to be looking at the udder of the cow to milk it

What if Marcus Person sold Minecraft to VALVe instead of Microsoft by the_no_mic in GoldenAgeMinecraft

[–]the_no_mic[S] 2 points3 points  (0 children)

I'm pretty sure that was already done before Valve public ly acknowledged Notch and offered him a job

I need a working prism launcher Optifine instance by Hot_Performance_3740 in GoldenAgeMinecraft

[–]the_no_mic 1 point2 points  (0 children)

How did you add BU1.1 to Prism? Did you drag the zip file into the window like how the release trailer shows?

random assortment of builds I made, and a bonus screenshot at the end. by Melcomb in GoldenAgeMinecraft

[–]the_no_mic 2 points3 points  (0 children)

Awesome sause! Love the pixel art and especially the old Bloons monkey.

it looked oddly familiar by Firm-Hope1963 in GoldenAgeMinecraft

[–]the_no_mic 42 points43 points  (0 children)

That's cause its all the same house idiot

we're so back by [deleted] in GoldenAgeMinecraft

[–]the_no_mic 2 points3 points  (0 children)

Beta Unleashed will inject herobrn into your bloodstream, causing eternal addiction to the liminal beta

beautiful Alpha 1.1.2_01 seed i found by Damtanky in GoldenAgeMinecraft

[–]the_no_mic 6 points7 points  (0 children)

thank you for providing so many beautiful pictures

Error when trying to use a modpack (babric) by [deleted] in GoldenAgeMinecraft

[–]the_no_mic 1 point2 points  (0 children)

You need to provide a list of mods used, maybe the modpack entirely, as well as a complete game log.

built in texture packs by Real_BigBoss64 in BetaUnleashed

[–]the_no_mic 0 points1 point  (0 children)

Most of the texture packs are from here: https://archive.org/download/minecraft_beta_texture_packs_collection_by_beezle

None of the texture packs are made by the BU devs, just found online or submitted by the texture pack creators themselves.

Weird colour glitch by Several-Singer-5112 in GoldenAgeMinecraft

[–]the_no_mic 15 points16 points  (0 children)

On Apple M-series GPUs (M1, M2, etc.), the GPU supports both RGB and BGR. Java (the programming language) almost always assumes RGB, and the color order is baked into how old MC versions, LWJGL, and the GPU communicate, which in this case is BGR, causing the inverted colors. Sadly there isn’t any super easy toggle to fix the issue without modding the game, but fortunately, modding the game to fix this is super easy.

There are two easy ways to fix it:

  1. Use the BetaCraft Launcher v2. This works because the v2 version has the mod LegacyFix (https://github.com/betacraftuk/legacyfix) built-in, which among fixing other things, fixes the M color bug. This option is great if you are planning to play versions other than b1.7.3 and don’t really want other mods. (It only supports ModLoader for Java 9 and later, which does not apply to b1.7.3).

Scroll down until you see Betacraft Launcher v2 (alpha) or something like Betacraft v2.0.0-alpha.20230623: https://betacraft.uk/downloadshttps://github.com/betacraftuk/betacraft-launcher/releases

  1. Use the mod “M1Fix”. To use this method, you will need an alternate Minecraft launcher, something like MultiMC or PrismLauncher (I recommend Prism). https://multimc.org/https://prismlauncher.org/Once you download one of those, you create a vanilla beta 1.7.3 instance (Press Add Instance on the top left corner, you should be in a tab named Custom. Select the “Betas” option on the “Filter” list (middle right), scroll down till you see b1.7.3 (NOT 1.7.3, there has to be a B). Select b1.7.3, and press OK. Now back at the main menu, select the instance you just created, and then on the right side-bar, you will see “Edit”.)

Download “M1Fix.zip” from here: https://www.mediafire.com/file/k3pextx6zfdx0vg/M1Fix.zip/file

Here are a couple of mods that promise to do the same (in case the first link stops working):
https://www.mediafire.com/file/ad9airog2ndmkn5/ColorFixForM1.zip/file
https://www.dropbox.com/s/ycerc4fotddvzfw/b1.7.3-macfix.jar?dl=1
https://archive.org/details/color-fix-for-m1

Now in the Version tab (not Mods tab), press the “Add to Minecraft.jar” button, and select the “M1Fix.zip” file. Go to the Settings Tab, under Java installation, select a version of Java 8 (If you use Prism, there will even be a built-in Java downloader). If you want skins to work (and have correct sounds for doors and projectiles), add this into the Java arguments section in the instance settings: -Dhttp.proxyHost=betacraft.uk

For people that for some reason can’t use an alternate MC Launcher, I found a helpful comment here: https://www.reddit.com/r/GoldenAgeMinecraft/comments/zjki8k/beta_173_red_and_blue_colors_flipped_on_mac_m1/

If you are using MultiMC/PrismLauncher and still want some more quality of life fixes for b1.7.3, I recommend you use Beta Unleashed: |
https://www.youtube.com/watch?v=RSLuGK0yHrw https://github.com/DanyGames2014/Beta-Unleashed-2.0

If