com.magistuarmory.fabric.EpicKnightsFabric Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of 1.20.2-epic-knights-fabric Show documentation
Show all versions of 1.20.2-epic-knights-fabric Show documentation
mod that adds medieval stuff to the game
The newest version!
package com.magistuarmory.fabric;
import com.magistuarmory.EpicKnights;
import net.fabricmc.api.ModInitializer;
public class EpicKnightsFabric implements ModInitializer
{
@Override
public void onInitialize()
{
EpicKnights.init();
}
}