All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.thomasglasser.sherdsapi.impl.SherdsApiSherds Maven / Gradle / Ivy

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