Fabric-Tutorial-1.18.1
Fabric-Tutorial-1.18.1 copied to clipboard
Repository for my Fabric 1.18.1 Tutorial Series on YouTube. Playlist link below!
Results
2
Fabric-Tutorial-1.18.1 issues
Sort by
recently updated
recently updated
newest added
Hey, Kaupenjoe! I am trying to add some armor to my game, and I was wondering how you made your mythril armor textures. How did you do this?🤔 On another...
Hey!! Just noticed while watching your tutorial on StatusEffects that you always return a `new FreezeEffect(...)` in your register method. The code to which I am referring: ```java package net.kaupenjoe.tutorialmod.effect;...