Item classes rename
This commit is contained in:
parent
5f3547de8e
commit
b53e76ce7b
15 changed files with 57 additions and 64 deletions
|
@ -9,7 +9,7 @@ import ru.betterend.config.Configs;
|
|||
import ru.betterend.effects.EndEnchantments;
|
||||
import ru.betterend.effects.EndPotions;
|
||||
import ru.betterend.integration.Integrations;
|
||||
import ru.betterend.item.GuideBook;
|
||||
import ru.betterend.item.GuideBookItem;
|
||||
import ru.betterend.recipe.AlloyingRecipes;
|
||||
import ru.betterend.recipe.CraftingRecipes;
|
||||
import ru.betterend.recipe.FurnaceRecipes;
|
||||
|
@ -60,7 +60,7 @@ public class BetterEnd implements ModInitializer {
|
|||
GeneratorOptions.init();
|
||||
|
||||
if (hasGuideBook()) {
|
||||
GuideBook.register();
|
||||
GuideBookItem.register();
|
||||
}
|
||||
|
||||
FabricLoader.getInstance().getEntrypoints("betterend", BetterEndPlugin.class).forEach(BetterEndPlugin::register);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue