-
Kizdar net |
Kizdar net |
Кыздар Нет
Forge Modding Tutorials
Forge Modding Tutorials. This site will teach you how to make Minecraft mods for the Forge mod loader. I make these because I was frustrated by the lack of documentation and useable tutorials for Forge. All the tutorials I could find were long videos of someone talking extremely slowly.
Introduction to Modding - Modding Tutorials
Minecraft is a fun game with a world made of cubes. Over time, dedicated players decided there were not enough types of cubes so they started writing code that modified the base game (mods) to add new content. This website will teach you how to write your own mods to implement any new features you can imagine.
Advanced Blocks - Modding Tutorials
A tutorial on making a block with custom behaviour. It will react to being right clicked, explosions, random ticks and even act as soil for crops!
Basic Items - Modding Tutorials
In this tutorial we will make a simple item with a name and a texture. We will also make a new creative tab to put items in.
Java Basics - Modding Tutorials
Before you begin trying to make a Minecraft mod, it is important that you are comfortable with the Java programming language. There exist much better ways to learn Java for beginners than this document but I'll make an attempt.
Advanced Items - Modding Tutorials
A tutorial on making items with unique custom behaviours. We will make a food that gives a potion effect, a furnace fuel and an item that teleports you forward when right clicked.
World Gen - Modding Tutorials
Since 1.16, the way minecraft handles world generation has been shifting towards being based on json files in data packs rather than making you write code. Eventually I'd like to write my own tutorials on this but for now I'll try to collect a list of resources made by people that understand it much better than me.
Environment Setup - Modding Tutorials
How to setup a forge development environment for 1.19.2 with the official mappings. We download java 17, forge and IntelliJ. We also rename our main package and class and update the mods.toml file.
Modding Concepts - Modding Tutorials
This is an overview of common concepts that come up while modding. I won't go into any specific code here but a having a general understanding of these will probably make the whole process easier. See the links in each section for resources with additional information.
My Mods - Modding Tutorials
My Mods. This site hosts the documentation for most of my Minecraft mods. Mimic Find My Friends 1.16, 1.17, 1.18 (forge) Entity Rain 1.16 & 1.18 (forge) Inclusive Enchanting Allows many vanilla enchantments to go on extra items. For example, fire aspect tools and piercing bows. 1.16 & 1.19 (forge) Ports Tired Shulkers