com.magistuarmory.item.WeaponsSupply Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of 1.19.2-epic-knights-fabric Show documentation
Show all versions of 1.19.2-epic-knights-fabric Show documentation
mod that adds medieval stuff to the game
The newest version!
package com.magistuarmory.item;
import dev.architectury.registry.registries.RegistrySupplier;
import java.util.function.BiFunction;
import net.minecraft.class_1792;
public class WeaponsSupply extends ItemsSupply
{
public WeaponsSupply(BiFunction> workshop)
{
super(workshop, new class_1792.class_1793());
}
}