Modding By Kaupenjoe: Fabric Modding for Minecraft 1.18.1
Modding By Kaupenjoe: Fabric Modding for Minecraft 1.18.1, available at $79.99, has an average rating of 4.6, with 110 lectures, based on 186 reviews, and has 832 subscribers.
You will learn about Learn to independently program in Java Learn the Basic Java Skills necessary to make a Minecraft Mod! The Basics of Minecraft Modding in Fabric Everything from making your first Item to creating Tools and custom Armor Including a comprehensive Explanation of Mixins This course is ideal for individuals who are Complete Beginners wishing to learn Java! or Beginners that want to create their first Minecraft Mod and don't know where to start or Forge Veterans wanting to switch or port their Minecraft Mod to Fabric It is particularly useful for Complete Beginners wishing to learn Java! or Beginners that want to create their first Minecraft Mod and don't know where to start or Forge Veterans wanting to switch or port their Minecraft Mod to Fabric.
Enroll now: Modding By Kaupenjoe: Fabric Modding for Minecraft 1.18.1
Summary
Title: Modding By Kaupenjoe: Fabric Modding for Minecraft 1.18.1
Price: $79.99
Average Rating: 4.6
Number of Lectures: 110
Number of Published Lectures: 110
Number of Curriculum Items: 117
Number of Published Curriculum Objects: 117
Original Price: €34.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn to independently program in Java
- Learn the Basic Java Skills necessary to make a Minecraft Mod!
- The Basics of Minecraft Modding in Fabric
- Everything from making your first Item to creating Tools and custom Armor
- Including a comprehensive Explanation of Mixins
Who Should Attend
- Complete Beginners wishing to learn Java!
- Beginners that want to create their first Minecraft Mod and don't know where to start
- Forge Veterans wanting to switch or port their Minecraft Mod to Fabric
Target Audiences
- Complete Beginners wishing to learn Java!
- Beginners that want to create their first Minecraft Mod and don't know where to start
- Forge Veterans wanting to switch or port their Minecraft Mod to Fabric
Minecraft! It is the most popular game of all time and Minecraft Modding is back in everyone’s mouth! Some Minecraft Mods have become so popular that everyone knows them. 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! Not only will you learn the programming language Java but also 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, custom recipes, tool to Minecraft! The Intermediate Concepts is where you’ll really pick up some amazing skill needed for proper Minecraft Modding with Fabric! We’re gonna talk about BlockStates and NBT Data, add custom crops and see how you can add custom block models to Minecraft!
But that’s not all! Toward the end of the course, we cover advanced topics such as Block Entities, Custom Recipe Types and even Ore Generation amongst others.
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.
Exercise files and the entire Source Code will be available so you can follow along with everything I do in the videos.
If you have any questions or suggestions, also feel free to contact me here. I’m happy to help you learn to code in Java and make your own Minecraft Mod with Fabric.
NOTICE: NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG.
Course Curriculum
Chapter 1: Java Introduction
Lecture 1: Installation & Download
Lecture 2: Datatypes
Lecture 3: Java Syntax
Lecture 4: Output & Input
Lecture 5: Errors & How to Deal with them
Lecture 6: Integers, Arithmetic & Math Methods
Lecture 7: Assignment Operators
Lecture 8: Booleans & Comparison Operators
Lecture 9: Booleans & Logical Operators
Lecture 10: If and Else Statements
Lecture 11: Switch Statement
Lecture 12: Strings & String Methods
Lecture 13: Casting
Lecture 14: Ternary Operator
Lecture 15: Arrays Explained
Lecture 16: For and While Loops
Lecture 17: Java Methods
Lecture 18: Java Collections
Lecture 19: Java Object Oriented Programming Explained
Lecture 20: Java Classes and 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 & Try and Catch
Lecture 27: Java Lambda Expressions
Lecture 28: Java Generics
Chapter 2: Basic Minecraft Modding Concepts
Lecture 1: Installation, Setup & GitHub
Lecture 2: How to use the Q&A
Lecture 3: Create a Custom Item
Lecture 4: Create a Custom Block
Lecture 5: Adding Custom Item Group
Lecture 6: Add Custom Recipes
Lecture 7: Custom Block Drops with Loot Tables
Lecture 8: Making an Advanced Item
Lecture 9: Making an Advanced Block
Lecture 10: Making a Custom Food Item
Lecture 11: Making a Custom Fuel Item
Lecture 12: Adding custom Tooltips
Lecture 13: All about Tags
Lecture 14: Adding Stairs & Slabs
Lecture 15: Adding Buttons & Pressure Plates
Lecture 16: Adding Fences, Fence Gates & Walls
Lecture 17: Adding Doors & Trapdoors
Chapter 3: All about Tools & Armor
Lecture 1: Creating a new Tool Set
Lecture 2: Creating a Custom Multi-Tool (Paxel)
Lecture 3: Making Weapons that Apply Effects
Lecture 4: Creating a new Armor Set
Lecture 5: Making a Full Armor Effect
Lecture 6: Creating a Custom Horse Armor
Lecture 7: Adding a Custom Enchantment
Chapter 4: Intermediate Minecraft Modding Concepts
Lecture 1: Blockstate Properties
Lecture 2: How does NBT Data work?
Lecture 3: Item Model Predicates
Lecture 4: Adding a Custom Crop
Lecture 5: How to add Items to a Composter
Lecture 6: Mixins Explained
Lecture 7: Creating Custom Commands
Lecture 8: Adding Custom Flowers
Lecture 9: Potted Flowers
Lecture 10: Adding Custom Sounds
Lecture 11: Custom Block Sound Group
Lecture 12: Adding Custom Music Discs
Lecture 13: Adding a Custom Block Models in Minecraft with Blockbench
Lecture 14: Adding a Custom Item Models with Blockbench
Lecture 15: Adding a Custom Bow
Lecture 16: Custom Fluids
Lecture 17: Modifying Existing Loot Tables
Lecture 18: Custom Advancements
Lecture 19: How to spawn Particles
Lecture 20: Add Custom Paintings
Chapter 5: Advanced Minecraft Modding Concepts
Lecture 1: Creating a Custom Block Entity
Lecture 2: Making a Custom Recipe Type
Lecture 3: Adding Custom Wood
Lecture 4: Adding a Custom Sign
Lecture 5: Updating Fabric and Minecraft to a newer Version
Chapter 6: World Generation in Minecraft 1.18 with Fabric
Lecture 1: Creating a Custom Tree
Lecture 2: Custom Tree World Generation
Lecture 3: Custom Flower World Generation
Lecture 4: Custom Ore Generation
Chapter 7: Finishing Your Mod
Lecture 1: Exporting your Mod
Chapter 8: Additional Topics (1.18.1)
Lecture 1: Update Fabric (1.18.1)
Lecture 2: XP Drops for Blocks
Lecture 3: Adding Transparent Blocks
Instructors
-
Kaupenjoe (Nico)
CS Student, Nerd and Influencer
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 3 votes
- 3 stars: 7 votes
- 4 stars: 44 votes
- 5 stars: 132 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 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
- Top 10 Gardening Courses to Learn in November 2024