Skip to content

Commit b9144e3

Browse files
authored
Update DynmapBlockState.java
also hide nether_quartz_ore if hideores is true
1 parent 9878719 commit b9144e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynmapCoreAPI/src/main/java/org/dynmap/renderer/DynmapBlockState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class DynmapBlockState {
7070
public static String REDSTONE_ORE_BLOCK = "minecraft:redstone_ore";
7171
public static String LIT_REDSTONE_ORE_BLOCK = "minecraft:lit_redstone_ore";
7272
public static String EMERALD_ORE_BLOCK = "minecraft:emerald_ore";
73-
public static String QUARTZ_ORE_BLOCK = "minecraft:quartz_ore";
73+
public static String QUARTZ_ORE_BLOCK = "minecraft:nether_quartz_ore";
7474
public static String NETHER_GOLD_ORE_BLOCK = "minecraft:nether_gold_ore";
7575
public static String DEEPSLATE_GOLD_ORE_BLOCK = "minecraft:deepslate_gold_ore";
7676
public static String DEEPSLATE_IRON_ORE_BLOCK = "minecraft:deepslate_iron_ore";

0 commit comments

Comments
 (0)