
FinalBeta StationAPI Edition
StationAPI version of the FinalBeta mod with many features removed that are already a part of AnnoyanceFix or other StationAPI mods to improve compatibility.
About this Mod
FinalBeta StationAPI Edition for Minecraft Beta 1.7.3
A StationAPI mod for Minecraft Beta 1.7.3 that adds some quality of life changes and fixes some graphical issues.
- Mod now works on Multiplayer with GlassConfigAPI version 2.0+ used to sync configs!
If you're looking for the Cursed Legacy edition: https://modrinth.com/mod/final-beta
This mod is now deprecated in favor of the following two mods:
- ClientsideEssentials: https://modrinth.com/mod/clientsideessentials-stationapi
- GameplayEssentials: https://modrinth.com/mod/gameplayessentials-stationapi
List of tweaks from original mod
The following features were added to the FinalBeta mod but were not a part of the original:
- Extra config options for enabling/disabling different parts of the mod.
The following features were removed either because I failed to port them correctly and so disabled them or because they might conflict with the same or similar fix in a different StationAPI mod:
Updated list of blocks that pickaxes and axes can mine quicker (Fixed in AnnoyanceFix-StationAPI)
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 (Fixed in AnnoyanceFix-StationAPI)
Before:
After:
Fixes saddled pigs not dropping their saddles on death (Fixed in AnnoyanceFix-StationAPI)
Before:
After:
Two different config options to handle how boats break (Fixed in AnnoyanceFix-StationAPI)
- Default config (value of 2) allows boats to break only when they crash with almost maximum speed. Making them less likely to break randomly.
- A value of 1 disables boat breaking logic entirely.
Items can now be repaired at crafting tables (Fixed in AnnoyanceFix-StationAPI)
Dyed wool can be turned back into white wool using bone meal (Fixed in MostlyModernRecipes-StationAPI)
Fixes bookshelves not dropping anything when mined (Fixed in AnnoyanceFix-StationAPI)
Before:
After:
Fixes double doors not working with pressure plates (Fixed in VanillaBlockEnhancements, sort of)
Before:
After:
Note: This is not the prettiest of fixes and edge cases might still exist as I didn't test it in normal gameplay for long periods of time. If you experience any issues with already placed doors break them and then place them again, this should fix them.
As well as a few of other minor issues:
- replaces the fence's bulky hitbox with a more slim version (Fixed in AnnoyanceFix-StationAPI)
- made the chicken hitbox slightly taller (Fixed in AnnoyanceFix-StationAPI)
- removing the useless 10mb array wasting resources (Fixed in SmoothBeta I would guess)
List of changes
Quality of Life changes
Sugar canes can now be placed on sand

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
Adds Clouds toggle in Video Settings
Removes the id tags above entities while in F3 mode
Before:
After:
Added amount of ingame days and real life days of playtime in F3 overlay

Format: ingame days (real life days)
Both are calculated using the play time stat the player has, which means if the stats file gets corrupted or deleted these numbers will reset as well!
Fixes
Fixes selected blocks being rendered under text in containers
Before:
After:
Fixes the death screen's &e0 message
Before:
After:
Note: Score will always be 0 as nothing gives score in this version
Made bows bigger and facing the right direction
Before:
After:
Also slightly update the skeleton's model to better hold the bow
Before:
After:
Fixes leg armor not being updated while riding
Before:
After:
Before:
After:
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:
After:
FinalBeta-StationAPI Edition fixes this differently than the cursed legacy version of the mod.
The fix in this version of the mod uses a json model that adds some tilted pixels to the bottom of the torches.
Fixes furnaces consuming the buckets as well when using lava buckets
Before:
After:
As well as a bunch of other minor issues not worth having before/after images such as:
- fixes grass block items being rendered incorrectly
- allows the use of
shiftkey +DROP_KEYto drop the entire held stack (default: false)- modern Minecraft uses
left-ctrlkey +DROP_KEYto drop the entire held stack and this in implemented in MojangFix along with many other inventory fixes to match up with modern
- modern Minecraft uses
- allows the use of
shiftkey to exit vehicles - adds a config option that disables nightmares (mosters spawning at your bed while sleeping), disabled by default
- adds a config option that disables bed functionality (so no more spawn point setting or night skipping), disabled by default
Installation using Prism Launcher
- Download an instance of Babric for Prism Launcher: https://github.com/Glass-Series/babric-prism-instance
- Install Java 17 and set the instance to use it: https://adoptium.net/temurin/releases/
- Add StationAPI to the mod folder for the instance: https://modrinth.com/mod/stationapi
- (Optional) Add Mod Menu to the mod folder for the instance: https://modrinth.com/mod/modmenu-beta
- (Optional) Add GlassConfigAPI 2.0.1+ to the mod folder for the instance: https://modrinth.com/mod/glass-config-api
- Add this mod to the mod folder for the instance (See versions tab and select latest)
- Run and enjoy! 👍
FAQ
- Q. Why is minecraft so small and part of my screen white?
- A. You probably have screen scaling on or are using a high DPI screen. There are 4 possible ways to fix this:
- You can pass the following string in as a java argument in the settings tab
-Dsun.java2d.uiScale=1.0
- You can install ClientsideEssentials mod or UniTweaks and use their screen scaling fix from GCAPI config options (fix may produce small artifacts with this option)
- You can change the DPI settings for Prism Launcher to system
- Or, you can change your screen scaling to 100%
- You can pass the following string in as a java argument in the settings tab
- A. You probably have screen scaling on or are using a high DPI screen. There are 4 possible ways to fix this:
Feedback
Got any suggestions on what should be added next? Feel free to share it by creating an issue. Know how to code and want to do it yourself? Then look below on how to get started.
Contributing
Thanks for considering contributing! To get started fork this repository, make your changes, and create a PR.
If you are new to StationAPI consider watching the following videos on Babric/StationAPI Minecraft modding: https://www.youtube.com/watch?v=9-sVGjnGJ5s&list=PLa2JWzyvH63wGcj5-i0P12VkJG7PDyo9T
Available Versions
How to Install FinalBeta StationAPI Edition on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set babric Loader
In the panel under "Egg", select the babric loader and matching Minecraft version (b1.7.3).
Install Mod
Open the mod browser in the dashboard and search for "FinalBeta StationAPI Edition". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
b1.7.3
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
FinalBeta StationAPI Edition server crashes on startup – what to do?
Most common cause: wrong babric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (b1.7.3). You can switch loaders with one click in the panel.
Is FinalBeta StationAPI Edition compatible with babric and fabric?
FinalBeta StationAPI Edition officially supports babric, fabric for Minecraft b1.7.3. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with FinalBeta StationAPI Edition – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if FinalBeta StationAPI Edition consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install FinalBeta StationAPI Edition with just one click on your server.