Go to file
Wynd 21cf7a6aeb Fixed torches not having a bottom texture 2023-04-07 23:25:55 +03:00
gradle/wrapper Initial commit 2023-04-02 20:25:30 +03:00
src/main Fixed torches not having a bottom texture 2023-04-07 23:25:55 +03:00
.gitignore Initial commit 2023-04-02 20:25:30 +03:00
README.md Fixed torches not having a bottom texture 2023-04-07 23:25:55 +03:00
build.gradle Changed some setup stuff and removed the CC license 2023-04-03 02:12:26 +03:00
gradle.properties Initial commit 2023-04-02 20:25:30 +03:00
gradlew Initial commit 2023-04-02 20:25:30 +03:00
gradlew.bat Initial commit 2023-04-02 20:25:30 +03:00
settings.gradle Initial commit 2023-04-02 20:25:30 +03:00

README.md

BetterBeta

A (Cursed) Fabric mod for Minecraft Beta 1.7.3 that adds some quality of life changes and fixes some issues.

There's a very high change this mod will not work in multiplayer, as of right now it is purely for singleplayer

List of changes

Sugar canes can now be places on sand

sugar cane on sand

Fixes selected blocks being rendered under text in containers

Before: blocks being rendered under container text

After: blocks being rendered above container text

Fixes the death screen's &e0 message

Before: death screen displaying &e0

After: death screen displaying a yellow score of 0

Note: Score will always be 0 as nothing gives score in this version

Made bows bigger and facing the right direction

Before: player holding a bow

After: player holding a bow

Also slightly update the skeleton's model to better hold the bow

Before: skeleton holding a bow

After: skeleton holding a bow

Updated list of blocks that pickaxes and axes can mine quicker

Extra pickaxe blocks:

  • Cobblestone stairs
  • Redstone ore
  • Iron door
  • Bricks
  • Furnaces
  • Dispensers
  • Stone pressure plates
  • Rails
  • Detector rails
  • Powered rails
  • Pistons
  • Sticky pistons

Extra axe blocks:

  • Wooden stairs
  • Door
  • Pressure plates
  • Jukebox
  • Note blocks
  • Pumpkins
  • Signs
  • Trapdoors
  • Ladders
  • Crafting tables
  • Fences
Stairs will now drop themselves rather than cobble/planks

Before:

After:

More sounds
  • Opening / closing chests
  • Minecarts
  • Items breaking

Note: The mod doesn't add any sounds by itself, all of these sounds are already present in your "resources" folder, they are automatically downloaded by Minecraft itself

Fixes leg armor not being updated while riding

Before:

After:

Before: player's leg armor not updating its rotation according to the player's legs

After: player's leg armor correctly updating its rotation according to the player's legs

Fixes fishes going above the player's head

Before:

After:

Fixes Minecarts hardstopping when hitting arrows or dropped items on tracks

Before:

After:

Fixes Minecarts flickering while moving

Before:

After:

Fixes torches (and redstone torches) not having a bottom texture

Before: torches without a bottom texture

After: torches with a bottom texture

Troubleshooting

Q: My achievements screen is all messed up A: Its very likely you have the Cursed Legacy API installed, you do not need it for this mod to work and it might cause more problems by itself

Q: Entities and items don't seem to burn A: Check the above answer