1.4.6
Blocks
Items
Optimisation
SMP
SSP
Multiplayer
This is like that one "Right branch of development" mod for 1.7.10 but instead of it bringing back old features without a change, it adds old features with a fun and balanced twist. Goodluck on development ! !
Would it be possible to customize the length of the seasons? I feel like they are really short.
Also any plans to add more mobs? I'd love Foxes to be added but behaving in a more vanilla manner.
And what of the Sky Dimension Notch planned?
Crash report (crash on launch)
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
If you wish to report this, please copy this entire text and post it on the forum thread at https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/3106066-better-than-adventure-for-beta-1-7-3-timely, or join the Discord server at https://discord.gg/6r3HdT53XH and post it in #bug-reports.
Please include a description of what you did when the error occured.
--- BEGIN ERROR REPORT db2068b5 --------
Generated 18/08/23 10:42 PM
Minecraft: Better than Adventure! 1.7.7.0_01
OS: Mac OS X (x86_64) version 10.16
Java: 1.8.0_241, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.9.4
[failed to get system properties (java.lang.RuntimeException: No OpenGL context found in the current thread.)]
java.lang.NullPointerException
at net.minecraft.client.render.window.GameWindowApplet.init(GameWindowApplet.java:31)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:282)
at net.minecraft.client.Minecraft.run(Minecraft.java:646)
at java.lang.Thread.run(Thread.java:748)
--- END ERROR REPORT 5a886296 ----------
Crash when adding faithful 32x and trying to apply
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
If you wish to report this, please copy this entire text and post it on the forum thread at https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/3106066-better-than-adventure-for-beta-1-7-3-timely, or join the Discord server at https://discord.gg/6r3HdT53XH and post it in #bug-reports.
Please include a description of what you did when the error occured.
--- BEGIN ERROR REPORT db2068b5 --------
Generated 8/19/23, 2:06 PM
Minecraft: Better than Adventure! 1.7.7.0_01
OS: Windows 10 (amd64) version 10.0
Java: 17.0.6, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
LWJGL: 2.9.4
OpenGL: AMD Radeon RX 5500 version 4.6.0 Compatibility Profile Context 23.7.2.230718, ATI Technologies Inc.
java.lang.RuntimeException: Animation /custom_water_still.png doesn't have the same width as textures in /terrain.png!
at net.minecraft.client.render.dynamictexture.DynamicTextureCustom.<init>(DynamicTextureCustom.java:26)
at net.minecraft.client.render.RenderEngine.initDynamicTextures(RenderEngine.java:84)
at net.minecraft.client.render.RenderEngine.refreshTextures(RenderEngine.java:607)
at net.minecraft.client.gui.options.GuiOptionsPageTexturePacks.buttonPressed(GuiOptionsPageTexturePacks.java:112)
at net.minecraft.client.gui.options.GuiOptionsPageBase.mouseClicked(GuiOptionsPageBase.java:242)
at net.minecraft.client.gui.options.GuiOptionsPageTexturePacks.mouseClicked(GuiOptionsPageTexturePacks.java:82)
at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:137)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1153)
at net.minecraft.client.Minecraft.run(Minecraft.java:694)
at java.base/java.lang.Thread.run(Thread.java:833)
--- END ERROR REPORT 6421d05e ----------
huhu yo
Anyone got any servers for bta on here? i cant find any from searching
How do you add shaders to this? optifine doesnt work when i put it in any of the mod slots
Hi there! I'm newcomer, so I have a question: how I can do my own translation or get existing one? I really want to play on my native lang. Thank you
Just stopping by to say I've been trying this the last few days and it's utterly delightful, loving every second of it. What you guys have made here is kinda looking to be a permanent part of my MultiMC install. ^^

Edit: was asking about resourcepacks but then checked the discord
are there any free server hosting services that support the version of minecraft that this mod needs?
I don't know if I can advertise it (tell me if I'm wrong), but with the help of the modding community, I made a site to share Better Than Adventure mods !
It's still in its early stages, but more is to come ! Please check yourself : BTA Modding
Love your work <3
Thank you! This should be pinned or something its awesome
are there any tutorials on how to use them?
Can I somehow mod the game to run?
What a wonderful mod! I've been playing it so much recently
I am not a beta fan but this mod is cool
Hello, my game freezes when I approach a certain chunk, unless when I use dynamic chunk loading, however the chunk resets after i quit the game.
My world was converted from 1.7.6_02
The crash log is:
[17:23:23] [Client-Main] Chunk file at -9,-30 is in the wrong location; relocating. (Expected -9, -30, got -13, -25)
This sounds like a corrupt chunk; you could try to use Minecraft Region Fixer to repair the world (presumably by deleting the chunk, so anything in it may be lost).
Also, for the developer of BTA, if they have done anything with regards to chunk saving I'd recommend changing the code involved with "fixing" dislocated chunks to instead simply ignore it entirely, the vanilla behavior only seems to cause more issues (for one, simply changing the location of a chunk may end up overwriting a perfectly good chunk in the "correct" location. Entities and tile entities also save coordinates separate from the chunk and if they are not updated similar "wrong location" errors will occur for them):
I'd also suggest making similar changes to the loading of entities:
Also, another change to make the game more robust against loading invalid/corrupt data was to move a bit of code within EntityList.createEntityFromNBT into a try-catch so errors loading entities do not reset chunks (e.g. MC-30940), with similar changes to tile entities (TileEntity.createAndLoadEntity):
TheMasterCaver's First World - possibly the most caved-out world in Minecraft history - includes world download.
TheMasterCaver's World - my own version of Minecraft largely based on my views of how the game should have evolved since 1.6.4.
Why do I still play in 1.6.4?
Thanks, but it didn't work. Region fixer thinks all the region files are corrupted.
I assume this means that BTA made some major changes to the file format; I don't know much about the mod but did it backport the Anvil file format (do the region files have the extension .mcr or .mca, and/or was the height limit increased to 256)? MC Region Fixer may be expecting the older "Region" format if they didn't change the filename extension, or it just doesn't work with pre-Anvil versions anymore, or worse, pre-1.13 versions (unfortunately, I've seen too many tools completely drop support for older versions. You could try an older version but the GitHub only goes back to 2015, I tried finding an archived forum thread but it only went back to 2017; the curse of the forums changing URLs when adding/merging sections and moving to different hosts).
Regardless of changes, NBTExplorer should still be able to read the files, allowing you to navigate to the problematic chunk and delete it. Chunk -9, -30 will be chunk 23, 2 in region -1, -1 (NBTExplorer lists the region-relative coordinates, then the world coordinates).
TheMasterCaver's First World - possibly the most caved-out world in Minecraft history - includes world download.
TheMasterCaver's World - my own version of Minecraft largely based on my views of how the game should have evolved since 1.6.4.
Why do I still play in 1.6.4?
Thanks it worked!
EXUSE me, is it possible you could release the controller mod seperately? i want to use my mods with it. pretty please?