Hey,
Eclipse tells me that the is no source attachment for forge-1.14.4-28.1.90_mapped_snapshot_20191123-1.14.3.jar .
So I ran "gradlew eclipse" again and looked at the process. I found an interesting line, but I don't know how to fix this error.
Error getting artifact: net.minecraftforge:forge:1.14.4-28.1.90_mapped_snapshot_20191123-1.14.3:sources@jar from MinecraftUserRepo
Hey,
I just don't find a method to create a custom Sword/Pickaxe/... in forge 1.14.4. So can anyone tell me how I can make a custom Sword/Pickaxe/... ?. I also created a Class which extends ItemSword, but it doesn't find "ItemSword" only "Items" in "net.minecraft.item.*;" I figured out that I need to extend SwordItem and not ItemSword .... . Now I just get the error " Implicit super constructor SwordItem() is undefined. Must explicitly invoke another constructor ". Okay so I have to user super() but what exactly does it do and how do I use that.
Code: