![JAR search and dependency download from the Maven repository](/logo.png)
dev.thomasglasser.sherdsapi.impl.SherdsApiSherds Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sherdsapi-common-1.20.4 Show documentation
Show all versions of sherdsapi-common-1.20.4 Show documentation
Makes adding new pottery sherds easier
The newest version!
package dev.thomasglasser.sherdsapi.impl;
import dev.thomasglasser.sherdsapi.SherdsApi;
import net.minecraft.resources.ResourceKey;
public class SherdsApiSherds
{
public static final ResourceKey API = create("api");
public static final ResourceKey LIGHTBULB = create("lightbulb");
private static ResourceKey create(String id)
{
return ResourceKey.create(SherdsApiRegistries.SHERD, SherdsApi.modLoc(id));
}
public static void init() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy