Modding By Kaupenjoe: Minecraft Modding 1.20.X for Fabric
Modding By Kaupenjoe: Minecraft Modding 1.20.X for Fabric, available at $84.99, has an average rating of 4.69, with 121 lectures, based on 91 reviews, and has 497 subscribers.
You will learn about Learn the Basic Java Skills necessary to make a Minecraft Mod! The Basics of Minecraft Modding in Fabric Learn to independently program in Java From making your First Item to creating Custom Mobs that roam around in Minecraft This course is ideal for individuals who are Complete Beginners wishing to learn Java and Minecraft Modding! or Beginners that want to create their first Minecraft Mod and don't know where to start or Fabric Modders wanting to update their Minecraft Mod to 1.20.X or Fabric Modders interested to deepen their understanding and learn new topics It is particularly useful for Complete Beginners wishing to learn Java and Minecraft Modding! or Beginners that want to create their first Minecraft Mod and don't know where to start or Fabric Modders wanting to update their Minecraft Mod to 1.20.X or Fabric Modders interested to deepen their understanding and learn new topics.
Enroll now: Modding By Kaupenjoe: Minecraft Modding 1.20.X for Fabric
Summary
Title: Modding By Kaupenjoe: Minecraft Modding 1.20.X for Fabric
Price: $84.99
Average Rating: 4.69
Number of Lectures: 121
Number of Published Lectures: 121
Number of Curriculum Items: 126
Number of Published Curriculum Objects: 126
Original Price: €54.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn the Basic Java Skills necessary to make a Minecraft Mod!
- The Basics of Minecraft Modding in Fabric
- Learn to independently program in Java
- From making your First Item to creating Custom Mobs that roam around in Minecraft
Who Should Attend
- Complete Beginners wishing to learn Java and Minecraft Modding!
- Beginners that want to create their first Minecraft Mod and don't know where to start
- Fabric Modders wanting to update their Minecraft Mod to 1.20.X
- Fabric Modders interested to deepen their understanding and learn new topics
Target Audiences
- Complete Beginners wishing to learn Java and Minecraft Modding!
- Beginners that want to create their first Minecraft Mod and don't know where to start
- Fabric Modders wanting to update their Minecraft Mod to 1.20.X
- Fabric Modders interested to deepen their understanding and learn new topics
Minecraft is the most popular game of all time! Minecraft Modding for the Java version of the game is known to be used in many YouTube videos and is played by a huge community! The Minecraft Modding Community keeps growing every day and it’s a great and creative outlet!
This course will teach you how to make your own Minecraft Mod! You will learn the programming language Java as well as how to effectively use the Minecraft Modding API Fabric.
For absolutely beginners, I have added a Java Introduction for you, so even with no experience in programming you can start making Minecraft Mods by first going through the Java Introduction!
In the Basics Concepts part of the course, you will learn how to add Items, Blocks and Custom Recipes! A section on Tools and how to add those is presented as well!
The Intermediate Concepts is where you’ll really pick up some amazing skill needed for proper Minecraft Modding with Fabric! You’ll learn Custom Crops, Sounds, Custom Shields and so, so much more!
But that’s not all! We will also cover advanced topics such as Block Entities, Custom Mobs and even Ore Generation amongst others and Structure Generation.
With a bit of creativity and applying the lessons you get from this course, you might just make the next Minecraft Mod hit!
This course is accessible to complete beginners. Even if you have never programmed in your life! The only requirement is that you own Minecraft and are vaguely familiar with the Game and some popular Minecraft Mods or even Minecraft Modpacks.
All files and the entire Source Code will be available so you can follow along with everything I do in the videos.
NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG.
Course Curriculum
Chapter 1: Java Introduction
Lecture 1: Java Installation & Setup
Lecture 2: Java Datatypes
Lecture 3: Java Syntax
Lecture 4: Output & Input
Lecture 5: Errors & How to not panic when you get them!
Lecture 6: Integers & Arithmetic & Math Methods
Lecture 7: Assignment Operators
Lecture 8: Boolean & Comparison Operators
Lecture 9: Boolean & Logical Operators
Lecture 10: If & Else Statements
Lecture 11: Switch Statements
Lecture 12: String & String Methods
Lecture 13: Casting
Lecture 14: Ternary Operator
Lecture 15: Java Arrays
Lecture 16: Loops
Lecture 17: Java Methods
Lecture 18: Java Collections
Lecture 19: Object Oriented Programming Explained
Lecture 20: Java Classed & Objects
Lecture 21: Access Modifiers
Lecture 22: Inheritance & Polymorphism
Lecture 23: Interfaces & Abstract Classes
Lecture 24: Anonymous Classes
Lecture 25: Enums & Advanced Enums
Lecture 26: Exceptions
Lecture 27: Lambda Expressions
Lecture 28: Generics
Chapter 2: Basic Modding Concepts
Lecture 1: Fabric Setup, Installation & GitHub
Lecture 2: Adding Custom Items
Lecture 3: Adding Custom Blocks
Lecture 4: Adding a Custom Item Groups
Lecture 5: Adding Custom Recipes
Lecture 6: Custom Loot Tables (Drops for Blocks)
Lecture 7: Custom Advanced Items
Lecture 8: Custom Advanced Blocks
Lecture 9: Custom Food Items
Lecture 10: Custom Fuel Items
Lecture 11: Custom Tooltips
Lecture 12: Custom Tags
Lecture 13: Custom Data Generation
Lecture 14: Custom Stairs & Slab Blocks
Lecture 15: Custom Button & Pressure Plate Blocks
Lecture 16: Custom Fences & Walls
Lecture 17: Custom Doors & Trapdoors
Lecture 18: Taking a Look at Vanilla Code
Chapter 3: All About Tools & Armor
Lecture 1: Adding Custom Tools
Lecture 2: Adding a Custom Paxel
Lecture 3: Adding an Effect on Weapon Hit
Lecture 4: Adding Custom Armor
Lecture 5: Adding a Custom Full-Armor Effect
Lecture 6: Adding Custom Horse Armor
Lecture 7: Adding Custom Enchantments
Chapter 4: Intermediate Modding Concepts
Lecture 1: Understanding BlockStates & BlockState Properties
Lecture 2: Understanding NBT Data
Lecture 3: Adding Custom Model Predicates
Lecture 4: Adding a Custom Crop Block
Lecture 5: Adding an Item to the Composter
Lecture 6: Understanding Mixin
Lecture 7: Adding a Command
Lecture 8: Understanding Events
Lecture 9: Adding a Custom Flower
Lecture 10: Adding Custom Sounds
Lecture 11: Adding Custom Sounds to Blocks
Lecture 12: Adding Custom Music Discs
Lecture 13: Adding Custom Block Models
Lecture 14: Adding Custom Item Models
Lecture 15: Adding a Custom Bow
Lecture 16: Adding a Custom Shield
Lecture 17: Modifying Vanilla Loot Tables
Lecture 18: Adding Custom Paintings
Lecture 19: Adding Custom Effects
Lecture 20: Adding Custom Potions
Lecture 21: Adding & Spawning Custom Particles
Lecture 22: Adding Custom Advancements
Lecture 23: Adding Custom Villager Trades
Lecture 24: Adding Custom Villagers
Lecture 25: Adding Custom Fluids
Lecture 26: Making a 2D texture with 3D Model in Hand
Lecture 27: Adding Animated Item Textures
Lecture 28: Looking at other Mods on GitHub
Chapter 5: About Block Entities
Lecture 1: Adding a custom Block Entity
Lecture 2: Adding a Custom Recipe Type
Lecture 3: Adding REI Compatability
Lecture 4: Adding a Sided Inventory to the Block Entity
Lecture 5: Adding Energy Handling to the Block Entity
Lecture 6: Adding Fluid Handling to the Block Entity
Lecture 7: Adding a Custom Block Entity Renderer
Lecture 8: Adding a Custom Wood Type
Lecture 9: Adding a Custom Sign
Instructors
-
Kaupenjoe (Nico)
CS Student, Nerd and Influencer
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 3 votes
- 4 stars: 27 votes
- 5 stars: 61 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024