Add newer ores to hideores support
This commit is contained in:
parent
a3484d307d
commit
cbfbfb4d58
2 changed files with 22 additions and 0 deletions
|
|
@ -68,6 +68,18 @@ public class DynmapBlockState {
|
|||
public static String LIT_REDSTONE_ORE_BLOCK = "minecraft:lit_redstone_ore";
|
||||
public static String EMERALD_ORE_BLOCK = "minecraft:emerald_ore";
|
||||
public static String QUARTZ_ORE_BLOCK = "minecraft:quartz_ore";
|
||||
public static String NETHER_GOLD_ORE_BLOCK = "minecraft:nether_gold_ore";
|
||||
public static String DEEPSLATE_GOLD_ORE_BLOCK = "minecraft:deepslate_gold_ore";
|
||||
public static String DEEPSLATE_IRON_ORE_BLOCK = "minecraft:deepslate_iron_ore";
|
||||
public static String DEEPSLATE_COAL_ORE_BLOCK = "minecraft:deepslate_coal_ore";
|
||||
public static String DEEPSLATE_LAPIS_ORE_BLOCK = "minecraft:deepslate_lapis_ore";
|
||||
public static String DEEPSLATE_DIAMOND_ORE_BLOCK = "minecraft:deepslate_diamond_ore";
|
||||
public static String DEEPSLATE_REDSTONE_ORE_BLOCK = "minecraft:deepslate_redstone_ore";
|
||||
public static String DEEPSLATE_EMERALD_ORE_BLOCK = "minecraft:deepslate_emerald_ore";
|
||||
public static String DEEPSLATE_COPPER_ORE_BLOCK = "minecraft:deepslate_copper_ore";
|
||||
public static String COPPER_ORE_BLOCK = "minecraft:copper_ore";
|
||||
public static String DEEPSLATE_BLOCK = "minecraft:deepslate";
|
||||
public static String NETHERRACK_BLOCK = "minecraft:netherrack";
|
||||
public static String LOG_BLOCK = "minecraft:log";
|
||||
public static String LOG2_BLOCK = "minecraft:log2";
|
||||
public static String LEAVES_BLOCK = "minecraft:leaves";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue