1
0
mirror of https://github.com/TechnoVisionDev/Forge-Modding-Tutorial-1.16 synced 2024-10-27 20:34:04 +00:00
Go to file
2020-07-24 00:10:50 -07:00
gradle/wrapper Update to Forge 1.16.1 2020-07-10 20:08:21 -07:00
src/main Update some entity values 2020-07-24 00:10:50 -07:00
.gitignore Add custom items 2020-03-17 18:42:45 -07:00
build.gradle Update mappings to 20200723-1.16.1 2020-07-23 23:00:41 -07:00
gradle.properties Add custom items 2020-03-17 18:42:45 -07:00
gradlew Add custom items 2020-03-17 18:42:45 -07:00
gradlew.bat Add custom items 2020-03-17 18:42:45 -07:00
LICENSE Create LICENSE 2020-07-22 14:07:19 -07:00
README.md Update README.md 2020-07-22 14:12:11 -07:00

Minecraft-1.16-Modding-Tutorial

Source code for my 1.16 Forge modding tutorial. If you haven't watched my series, click here. In this series, we will cover building a Minecraft Mod from scratch, starting with basic concepts and working our way through the entire API!

For more information on Forge modding, check out the official documentation here.