finalbeta/README.md

345 lines
11 KiB
Markdown
Raw Permalink Normal View History

2023-04-13 01:10:41 +03:00
# Final Beta
2023-04-02 20:25:30 +03:00
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 chance this mod will not work in multiplayer, as of right now it is purely for singleplayer**
2023-04-02 20:25:30 +03:00
You can change what fixes get applied using the config found in one of the following paths:
| OS | Location |
| ------- | ------------------------------------------------------------- |
| Windows | %appdata%/.minecraft/config/finalbeta.toml |
| Linux | ~/.minecraft/config/finalbeta.toml |
| macOS | ~/Library/Application Support/minecraft/config/finalbeta.toml |
Note that if you're using something like MultiMC or any of its derivates the folder will be in a different location, in those instances simply right click on your profile and click on "Folder", this will open the location where you can find the .minecraft folder and follow the path from above.
2023-04-02 20:25:30 +03:00
## List of changes
### Quality of Life changes
2023-04-02 20:25:30 +03:00
<details><summary>Sugar canes can now be places on sand</summary>
![sugar cane on sand](https://i.imgur.com/N7WjSx8.png)
</details>
<details><summary>More sounds</summary>
- Opening / closing chests
- Minecarts
- Items breaking
- Climbing ladders
**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**
</details>
<details><summary>Adds Clouds toggle in Video Settings</summary>
<video controls src="https://i.imgur.com/MUmqtmM.mp4" />
</details>
<details><summary>Adds Cloud height slider in Video Settings</summary>
<video controls src="https://i.imgur.com/UED8RTl.mp4" />
</details>
2023-10-07 15:54:40 +03:00
<details><summary>Removes the id tags above entities while in F3 mode</summary>
Before:<br>
![bunch of animals with id tags above them](https://i.imgur.com/PchbLnx.png)
After:
![bunch of animals without any additional UI elements above them](https://i.imgur.com/TEKQyW2.png)
</details>
<details><summary>Added amount of ingame days and real life days of playtime in F3 overlay</summary>
![white text showingcasing the number of days spent in game](https://i.imgur.com/clje0xb.png)
2024-01-07 21:01:35 +02:00
**Format**: ingame days (real life days)
The ingame time is calculated using the world's time, this means that other mods that poorly reset the time of day might influence it, sleeping also passes 1 ingame game as expected.<br>
Real life days are calculated differently from the world time but are stored in the world's data (level.dat) if this file gets corrupted or deleted both ingame time and real life time will be lost.
**Note**: Unfortunately due to how the time is tracked real life days will start being counted since this mod gets installed, any prior time not being tracked. Ingame days will however be tracked correctly.
</details>
<details><summary>Two different config options to handle how boats break</summary>
- 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.
2023-10-07 15:54:40 +03:00
</details>
<details><summary>Items can now be repaired at crafting tables</summary>
<video controls src="https://i.imgur.com/UrLHQDh.mp4" />
</details>
<details><summary>Dyed wool can be turned back into white wool using bone meal</summary>
<video controls src="https://i.imgur.com/Uwk3K2t.mp4" />
</details>
<details><summary>Minecart improvements</summary>
Such as a 25% increased in speed<br>
<video controls src="https://i.imgur.com/LPlalym.mp4" />
Or furnace minecarts pushing other minecarts in their path<br>
<video controls src="https://i.imgur.com/utqVWaS.mp4" />
Or furnace minecarts loading chunks around them when going on tracks.
</details>
### Fixes
2023-04-02 20:25:30 +03:00
<details><summary>Fixes selected blocks being rendered under text in containers</summary>
Before:
![blocks being rendered under container text](https://i.imgur.com/jaGMYZy.png)
After:
![blocks being rendered above container text](https://i.imgur.com/giD9ZTm.png)
</details>
<details><summary>Fixes the death screen's &e0 message</summary>
Before:
![death screen displaying &e0](https://i.imgur.com/HHLeOhs.png)
After:
![death screen displaying a yellow score of 0](https://i.imgur.com/rTHeTOk.png)
2023-10-07 15:54:40 +03:00
**Note: Score will always be 0 as nothing gives score in this version**
2023-04-02 20:25:30 +03:00
</details>
<details><summary>Made bows bigger and facing the right direction</summary>
Before:
![player holding a bow](https://i.imgur.com/dRgyr7G.png)
After:
![player holding a bow](https://i.imgur.com/9dgxRej.png)
Also slightly update the skeleton's model to better hold the bow
Before:
![skeleton holding a bow](https://i.imgur.com/4Pqe3pk.png)
After:
![skeleton holding a bow](https://i.imgur.com/SIDJBYI.png)
</details>
<details><summary>Updated list of blocks that pickaxes, shovels and axes can mine quicker</summary>
2023-04-02 20:25:30 +03:00
**Extra pickaxe blocks:**
2023-04-02 20:25:30 +03:00
- Cobblestone stairs
- Redstone ore
- Iron door
- Bricks
- Furnaces
- Dispensers
- Stone pressure plates
- Rails
- Detector rails
- Powered rails
- Pistons
- Sticky pistons
**Extra axe blocks:**
2023-04-02 20:25:30 +03:00
- Wooden stairs
- Door
- Pressure plates
- Jukebox
- Note blocks
- Pumpkins
- Signs
- Trapdoors
- Ladders
- Crafting tables
- Fences
**Extra shovel blocks:**
- Soul sand
2023-04-02 20:25:30 +03:00
</details>
<details><summary>Stairs will now drop themselves rather than cobble/planks</summary>
Before:<br>
<video controls src="https://i.imgur.com/QSq8E8m.mp4" />
After:<br>
<video controls src="https://i.imgur.com/l5arDtA.mp4" />
</details>
<details><summary>Fixes leg armor not being updated while riding</summary>
Before:<br>
<video controls src="https://i.imgur.com/UX9nfs8.mp4" />
After:<br>
<video controls src="https://i.imgur.com/khlHpop.mp4" />
Before:
![player's leg armor not updating its rotation according to the player's legs](https://i.imgur.com/Vx8GAtV.png)
After:
![player's leg armor correctly updating its rotation according to the player's legs](https://i.imgur.com/eHppgk9.png)
2023-04-02 20:25:30 +03:00
</details>
<details><summary>Fixes fishes going above the player's head</summary>
Before:<br>
<video controls src="https://i.imgur.com/jrjL1tW.mp4" />
After:<br>
<video controls src="https://i.imgur.com/5JPT81N.mp4" />
</details>
<details><summary>Fixes Minecarts hardstopping when hitting arrows or dropped items on tracks</summary>
Before:<br>
<video controls src="https://i.imgur.com/5hICLc2.mp4" />
After:<br>
<video controls src="https://i.imgur.com/Hf9X8HM.mp4" />
</details>
<details><summary>Fixes Minecarts flickering while moving</summary>
Before:<br>
<video controls src="https://i.imgur.com/cBUIE5n.mp4" />
After:<br>
<video controls src="https://i.imgur.com/vZGhuos.mp4" />
</details>
<details><summary>Fixes torches (and redstone torches) not having a bottom texture</summary>
Before:
![torches without a bottom texture](https://i.imgur.com/pueAKg3.png)
After:
![torches with a bottom texture](https://i.imgur.com/pBmy6UX.png)
</details>
<details><summary>Fixes saddled pigs not dropping their saddles on death</summary>
Before:
2023-04-13 22:49:00 +03:00
<video controls src="https://i.imgur.com/PVLRNn5.mp4"/>
After:
2023-04-13 22:49:00 +03:00
<video controls src="https://i.imgur.com/0yHHfxB.mp4" />
</details>
<details><summary>Fixes furnaces consuming the buckets as well when using lava buckets</summary>
Before:<br>
2023-04-13 22:49:00 +03:00
<video controls src="https://i.imgur.com/BY0t3iG.mp4"/>
2024-01-07 21:01:35 +02:00
After:<br>
2023-04-13 22:49:00 +03:00
<video controls src="https://i.imgur.com/4O7Fo8V.mp4" />
</details>
2024-01-07 21:01:35 +02:00
<details><summary>Fixes bookshelves not dropping anything when mined</summary>
Before:<br>
<video controls src="https://i.imgur.com/9dt46cf.mp4"/>
After:<br>
<video controls src="https://i.imgur.com/v9nEcfp.mp4" />
</details>
<details><summary>Fixes double doors not working with pressure plates</summary>
Before:<br>
<video controls src="https://i.imgur.com/WWcOZA0.mp4"/>
After:<br>
<video controls src="https://i.imgur.com/8Dj19lR.mp4" />
**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.
</details>
<details><summary>Fixes furnace minecarts permanently destroying unused coal loaded in them</summary>
Before:<br>
<video controls src="https://i.imgur.com/mMo6Vdl.mp4"/>
After:<br>
<video controls src="https://i.imgur.com/9FOf9yn.mp4" />
</details>
<br>
2024-01-07 21:01:35 +02:00
As well as a bunch of other minor issues not worth having before/after images such as:
- ghasts getting killed in 1 hit by their reflected fireballs
- slimes not splitting when their HP gets reduced below 0
2024-01-07 21:01:35 +02:00
- fixes grass block items being rendered incorrectly
- made the chicken hitbox slightly taller
- allows the use of `shift` key to drop the entire held stack and 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
- replaces the fence's bulky hitbox with a more slim version
- removing the useless 10mb array wasting resources
## Install
### Vanilla Launcher
- Download the Vanilla Launcher installer of Cursed Legacy Fabric from [https://minecraft-cursed-legacy.github.io/downloads.html](https://minecraft-cursed-legacy.github.io/downloads.html)
- Run the installer and let it finish
- Download the latest version of the mod
- Navigate your .minecraft > b1.7.3 > mods folder and drop the mod .jar file there
- Start the launcher and make sure you pick the Cursed Fabric profile before starting the game
### MultiMC / Prism Launcher
- Download the MultiMC archive of Cursed Legacy Fabric from [https://minecraft-cursed-legacy.github.io/downloads.html](https://minecraft-cursed-legacy.github.io/downloads.html)
- Open your MultiMC / Prism Launcher
- Drag the .zip file into the launcher (you can also choose a different name for this profile now) and click Ok
- Download the latest version of the mod
- Navigate to the newly created instance's location (easier way to do this is from your launcher right click on the profile and select Folder)
- Go in the .minecraft > mods folder and drop the mod .jar file there
- Go back to your launcher and start the Cursed Fabric profile you've just installed
2023-04-02 20:25:30 +03:00
## 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 actually causes more problems when installed (at least at the time of writing this)
**Q: Torches have corrupted textures**
A: Check the above answer
2023-04-02 20:25:30 +03:00
**Q: Entities and items don't seem to burn**
A: Check the above answer