Fabric-Tutorial-1.20.X
Fabric-Tutorial-1.20.X copied to clipboard
Repository for my Fabric 1.20.X Tutorial Series on YouTube. Playlist link below!
update
In the Run for Minecraft Client the showed me this "Unable to load model: 'stone_crawlers_mod_lastcopperking:jasper#inventory' referenced from: stone_crawlers_mod_lastcopperking:jasper#inventory: java.io.FileNotFoundException: stone_crawlers_mod_lastcopperking:models/item/jasper.json" and i don't know how to solve it. Should i...
when i try to use the `./gradlew genSources` command it throw an error
How i can fix it Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain Caused by: java.lang.ClassNotFoundException: org.gradle.wrapper.GradleWrapperMain This show when i write in console ./gradlew genSources
I been following this tutorial with no issues on 1.20.4 until the ModRecipeProvider class where the import net.minecraft.data.server.recipe.RecipeJsonProvider cannot be resolved. Along with the issue where the type ModRecipeProvider must...
Below is a list of the changes with justification and an explanation for readers of the repo wondering why the code differs from the video. * Replace ItemRendererAccessor with a...
https://github.com/Tutorials-By-Kaupenjoe/Fabric-Tutorial-1.20.X/assets/86412430/bb209d27-4e03-49a3-af8f-2433ea99b4e9
I added one item into my mod, the item has nothing special its just an item then i tried adding a music disc but this happened. One item is suppose...
'register(net.minecraft.item.Item, net.minecraft.data.client.Model)' has private access in 'net.minecraft.data.client.ItemModelGenerator' The acces is Private