Glitchfiend / TerraBlender

TerraBlender is a library mod for adding biomes in a simple and compatible manner with Minecraft's new biome/terrain system.
https://www.curseforge.com/minecraft/mc-mods/terrablender
GNU Lesser General Public License v3.0
82 stars 27 forks source link

Example Mod needs updating for 1.20.1 #129

Closed Sinhika closed 8 months ago

Sinhika commented 10 months ago

Overview

Please update the Example Mod for 1.20.1 best practices. For example, pack.mcmeta should be 15, not 8. Also note for people using NeoForge, that they still need to include the Minecraft Forge maven as a repository, or they won't be able to pull down TerraBlender for building with. The example build.gradle/settings.gradle/gradle.properties should be updated to the current form used in 1.20.1.

Why would this feature be useful?

Not everyone memorizes the fine print about changes from 1.19 -> 1.20.1. Having up-to-date example build files in the 1.20 branch may prevent a lot of silly errors and repeated questions.