Add Parchment mappings
This commit is contained in:
parent
fe8dee6a34
commit
4aba2b3045
3 changed files with 5 additions and 2 deletions
|
|
@ -19,12 +19,12 @@ import java.util.stream.Collectors;
|
|||
|
||||
// The value here should match an entry in the META-INF/mods.toml file
|
||||
@Mod("enchantmentscraping")
|
||||
public class Enchantmentscraping {
|
||||
public class EnchantmentScraping {
|
||||
|
||||
// Directly reference a slf4j logger
|
||||
private static final Logger LOGGER = LogUtils.getLogger();
|
||||
|
||||
public Enchantmentscraping() {
|
||||
public EnchantmentScraping() {
|
||||
// Register the setup method for modloading
|
||||
FMLJavaModLoadingContext.get().getModEventBus().addListener(this::setup);
|
||||
// Register the enqueueIMC method for modloading
|
||||
Loading…
Add table
Add a link
Reference in a new issue