Skip to content

Commit

Permalink
Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeprimm committed Apr 27, 2024
2 parents 669c753 + ea24554 commit 120889b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class DynmapBlockState {
public static String REDSTONE_ORE_BLOCK = "minecraft:redstone_ore";
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 QUARTZ_ORE_BLOCK = "minecraft:nether_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";
Expand Down

0 comments on commit 120889b

Please sign in to comment.