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.20.2-epic-knights-common Show documentation
Show all versions of 1.20.2-epic-knights-common Show documentation
mod that adds medieval stuff to the game
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());
}
}