After creating a mod using Forge, the next logical step is to export that mod so you can share it with other players. Luckily, this step is not too difficult. Build.gradle fileBefore exporting, make sure you have configured everything in the build.gradle file. This is where you can…
World generation has changed massively in 1.18, the Caves and Cliffs 2 update for Minecraft. Beyond changing how the overworld looks, this update also overhauled the ore generation patterns. This article will serve as an overview of the changes to the ore generation patterns, and how you can make…
This tutorial will cover spawning custom ores into the overworld in Minecraft 1.18 in Forge. This can be extended to other ore types, like deepslate, and other worlds, like the Nether. BackgroundThe way that ores spawn in Minecraft has changed considerably in the 1.18 Caves and Cliffs update.…