How to get to the Farlands in Survival
Walk.
Walk.
Due to some difficulties with 1.17, Baritone has had trouble updating to 1.19. Luckily, we are finally beyond that, and everybody can now install Baritone on Minecraft 1.19 or 1.19.2. Unlike the previous tutorial, this tutorial will show you how to install Baritone using the Fabric mod loader. This also means you can combine Baritone…
I’ve written previously about playing Minecraft on the M1 Mac, but now I am continuing that series by showing you how to play Minecraft on Arm Windows. This tutorial only works with Minecraft 1.17 and 1.17.1, sadly. Step 1: Join the Windows Insider Program Playing Minecraft on Arm Windows requires OpenGL compatibility. To play with…
LWJGL 2 was used in older versions of Minecraft, which prevented people from optimizing Minecraft 1.7.10-1.12.2 for M1. Thanks to the work of Tanmay Bakshi and 17hoehbr on GitHub, this is now possible. This tutorial will be rather similar to How To Optimize Minecraft for M1 (Java Edition), so please follow that tutorial before doing…
This article will be a bit different than most Info Toast articles, as it’s aimed more towards people who know how to code and are familiar with everything that comes with coding. That being said, you should probably have several years of Java coding before you attempt this. The Spigot API is not the best…
So? You’ve decided to go Open Source and you need to decide what desktop environment to go with. Well, the fact of the matter is that nothing is golden, at least for most people. Every DE has its Pros and Cons, and that’s what I’ll be discussing in this article. I will list out some…
I’ve talked before about the various problems with binary package management systems. I have praised BSD’s Ports, where a source code tree allows you to install packages from source with all their dependencies. However, I’ve never seen a binary package manager that creates more of a security problem having it than not having it. That…
You can find many charts online about writing in the Vim editor on Linux or any other OS, but none of them are straightforward. (Many just have charts, which are still useful, just not for beginning users. I encourage you to read this later if you want to know more: https://bsd.org/viref.html) This tutorial will show…
For many people switching from Windows 7, Windows 10 has shocking bloatware. This bloatware can often slow down their machine and sometimes even spy on them. This tutorial shows how to use a tool to debloat Windows 10. It’s a simple PowerShell script, and it’s important to do it with every new Windows 10 installation….
After 1.13, optimizing Minecraft: Java Edition can seem daunting. However, Mojang can do some relatively simple things to optimize Minecraft. In this article, we will be taking a lesson from developing other games and seeing how we can make things a little easier for Mojang since multithreading the game can often be a daunting and…