[Change] Disabled BYG integration for now (#222)
This commit is contained in:
parent
800eb90317
commit
820f07b197
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ import org.betterx.betterend.registry.EndItems;
|
||||||
import net.minecraft.resources.ResourceLocation;
|
import net.minecraft.resources.ResourceLocation;
|
||||||
import net.minecraft.world.item.ItemStack;
|
import net.minecraft.world.item.ItemStack;
|
||||||
import net.minecraft.world.item.Items;
|
import net.minecraft.world.item.Items;
|
||||||
|
import net.minecraft.world.level.material.Material;
|
||||||
|
|
||||||
import net.fabricmc.loader.api.FabricLoader;
|
import net.fabricmc.loader.api.FabricLoader;
|
||||||
|
|
||||||
|
@ -23,6 +24,7 @@ public class Integrations {
|
||||||
private static boolean hasHydrogen;
|
private static boolean hasHydrogen;
|
||||||
|
|
||||||
public static void init() {
|
public static void init() {
|
||||||
|
System.out.println(Material.DIRT);
|
||||||
if (hasGuideBook()) {
|
if (hasGuideBook()) {
|
||||||
GuideBookItem.register();
|
GuideBookItem.register();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue