sulfor and sapleter mineable by speedpowder pickaxe
This commit is contained in:
parent
4a6bdaba24
commit
b76472ff8f
@ -8,6 +8,7 @@ import java.util.Set;
|
||||
import com.google.common.collect.Lists;
|
||||
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.IdentifierGroup;
|
||||
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.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user