Category: Minecraft
-
Minecraft Plugin Development
This article will teach you how to develop and deploy a Minecraft plugin for a Paper server, using the Bukkit API. As a toy example, you will learn all the steps necessary to create a plugin that allows players to craft special compasses that can teleport them to their linked lodestones. This is going to…
-
The World Generation of Minecraft
—
This is a companion article to the documentary about the world generation of Minecraft, which you can see below. This is a chance to expand on the content, including more information and resources that was not possible to include in the original 45 minutes of the video. Have you ever wondered how many grains of…
-
Minecraft Modding: Laser Gun
—
While guns are not terribly interesting, this tutorial will cover one rather tricky thing to do in Minecraft, which is often associated with guns: raycasting. Simply put, this is the process of finding what object we are looking at. No command is sadly able to do that, so we will need to come up with…
-
Minecraft Modding: Throwable Fireballs
—
This is the second part of the tutorial on Minecraft modding; in this article we will create throwable fireballs, using data packs and resource packs. A link to download this mod is available at the end of the page.
-
An Introduction to Minecraft Modding
—
This series of articles will offer an overview and a practical tutorial on Minecraft Modding through the creation of data packs and resource packs. If you are interested in extending the game, this is the article for you! At the end of this first article you will also find a link to download a mod…