Beta Days

Released: Jul 22nd, 2016

License

All Rights Reserved with major exceptions

Information

  • View on CurseForge
  • View Changelogs
  • View the Source Code
  • Submit an Issue

  • Download

    Click on CurseForge to view all files.


    Tags

    Misc


    Do you want to take a trip down memory lane? This mod is for you if you would like to emulate Minecraft Beta functionality and features inside of modern Minecraft.

    For even more nostalgia, we recommend pairing this with any resource pack (try our Minecraft Beta resource pack - Legacy Default) that adds old textures and sounds and this mod with Beta+ by therealMRBURGERUS, which is a replica of the old Beta and Alpha generator. You could use old seeds with it like Glacier and worstseedever.

    Features

    Old Hud

    Gives the classic HUD, removing the hunger bar, and adjusting the position of armor bar.

    Enabling this is only the aesthetic of the HUD. You may want to disable hunger, which will make food give you health when eaten.

    Enable Beta Main Menu

    Beta Menu

    Classic Beta Style Bow

    Allows you to shoot the bow without having to recharge, just like in beta.

    Bow

    Disable Nether Fog

    Disables the Nether fog and allows you to see more clearly and far in the Nether

    Nether Fog

    Disable 1.9+ Combat System

    Spam click with your weapons to your hearts content, the classic system. It’s back. I can hear your mice now!

    Disable Sprinting

    Useful if you want to capture the beta experience. This also disables the new swimming in 1.14.4+

    Disable hunger

    Useful if you want to capture the beta experience. This will make food give you health points instead of hunger points and will be eaten instantly.

    Disable experience drops

    Useful if you want to capture the beta experience. Killing mobs will stop them from dropping XP.

    Custom Dimension Messages

    Will display classic message on the loading screen “Entering the Nether”, “Entering the End”, how beta did it back in the day.

    ###Configuring Beta Days for Minecraft 1.14.4

    In your Minecraft folder, and then inside of the config folder, edit the beta_days-client.toml and beta_days-common.toml files.

    beta_days-client.toml

    #Client side changes.
    [client]
        #Gives the classic HUD, removing the hunger bar, and adjusting the position of armor bar.
        oldHud = false
        #Removes environmental fog from the Nether Dimension.
        disableNetherFog = false
        #Enable custom dimension entry messages. (Vanilla Dimensions)
        customDimensionMessages = false
        #Enable a classic menu. (May cause mod compatibility issues when used with other menu mods)
        enableClassicMenu = false
    

    beta_days-common.toml

    #Server and Client side changes.
    [common]
        #Disables the 1.9+ combat changes.
        disableCombatCooldown = false
        #Disables hunger, food gives health instead.
        hungerDisabled = false
        #Disables sprinting.
        disableSprinting = false
        #Allows for instantly shooting bows.
        originalBow = false
        #Disables mobs dropping experience.
        disableExperienceDrop = false
    

    Configuring Beta Days for Minecraft 1.12.2

    You can configure the 1.12.2 version in-game or by editing the beta_days.cfg files in your config folder.

    In-Game Config Editing

    Make sure you edit the config at the Main Menu as you cannot edit some things while loaded in a world! Click your “mods” button and click on “Beta Days”, and then the “Config” button

    beta_days.cfg for Minecraft 1.12.2

    # Configuration file
    general {
      gameplay_features {
       # Disables the 1.9+ combat changes.
       B:disableCombatCooldown=false
       # Disables mobs dropping experience
       B:disableExperienceDrop=false
       # Disables sprinting.
       B:disableSprinting=false
       # Disables hunger, food gives health instead.
       B:hungerDisabled=false
       # Allows for instantly shooting bows.
       B:originalBow=false
    }
    
      clientside_features {
       # Enable custom dimension entry messages. (Vanilla Dimensions)
       B:customDimensionMessages=false
       # Removes environmental fog from the Nether Dimension.
       B:disableNetherFog=false
       # Gives the classic HUD, removing the hunger bar, and adjusting the position of armor bar.
       B:oldHud=false
       }
    }