Category "minecraft-fabric"

Could not find or load main class net.fabricmc.devlaunchinjector.Main fabricmc

I was programming a fabric minecraft mod in intellij and when I ran the code it said : Could not find or load main class net.fabricmc.devlaunchinjector.Main Wh

How do I make a Totem of Undying like item with Fabric?

I am new to Minecraft Fabric Modding and I am trying to make a Item like the Totem of Undying but I can't find the Totem code! There is nothing lika a TotemOfU

How can i remove a title screen element with fabric in Minecraft 1.18.1

I am currently able to add elements to the title screen: public abstract class MCEMixin extends Screen { protected MCEMixin(Text title) { super(tit

Why this code can't execute command in Minecraft?

Environment: Minecraft 1.16.5, Fabric 0.11.6 I write these code to try to execute command in Minecraft. @Override public void inventoryTick(ItemStack stack, Wor