-
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 …
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 …
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 …
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 …
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 …
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 …
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 …