sulfor and sapleter mineable by speedpowder pickaxe

This commit is contained in:
Jörg Henke 2021-07-31 22:59:39 +02:00
parent 4a6bdaba24
commit b76472ff8f

View File

@ -8,6 +8,7 @@ import java.util.Set;
import com.google.common.collect.Lists; import com.google.common.collect.Lists;
import com.google.common.collect.Sets; import com.google.common.collect.Sets;
import de.jottyfan.minecraft.quickiefabric.blocks.QuickieBlocks;
import de.jottyfan.minecraft.quickiefabric.tools.externalmods.Byg; import de.jottyfan.minecraft.quickiefabric.tools.externalmods.Byg;
import de.jottyfan.minecraft.quickiefabric.tools.externalmods.IdentifierGroup; import de.jottyfan.minecraft.quickiefabric.tools.externalmods.IdentifierGroup;
import de.jottyfan.minecraft.quickiefabric.tools.externalmods.Terrestria; import de.jottyfan.minecraft.quickiefabric.tools.externalmods.Terrestria;
@ -56,7 +57,9 @@ public interface ToolRangeable {
Byg.createFromSet(Byg.WOOD.getGroups("log", "wood")), Byg.createFromSet(Byg.WOOD.getGroups("log", "wood")),
Byg.createFromSet(Byg.MUSHROOM.getGroups("block", "stem"))); Byg.createFromSet(Byg.MUSHROOM.getGroups("block", "stem")));
public static final Set<Block> PICKAXE_EFFECTIVE_ON = Sets.newHashSet(new Block[] { Blocks.GLOWSTONE }); public static final Set<Block> PICKAXE_EFFECTIVE_ON = Sets
.newHashSet(new Block[] { Blocks.GLOWSTONE, QuickieBlocks.ORE_NETHER_SULPHOR, QuickieBlocks.ORE_SALPETER,
QuickieBlocks.ORE_SAND_SALPETER, QuickieBlocks.ORE_SULPHOR });
/** /**
* merge all sets * merge all sets