]> git.lizzy.rs Git - Crafter.git/commitdiff
Fix typo
authoroilboi <47129783+oilboi@users.noreply.github.com>
Thu, 25 Jun 2020 00:06:28 +0000 (20:06 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Thu, 25 Jun 2020 00:06:28 +0000 (20:06 -0400)
mods/nether/ore.lua

index b1024e174d81a0a3b9076e0fe0452df725c5709f..bd3208f2946187cab3760cc635dde114c147eb79 100644 (file)
@@ -65,7 +65,7 @@ minetest.register_ore({
 
 minetest.register_ore({
        ore_type         = "scatter",
-       ore             = "nether:emeralddore",
+       ore             = "nether:emeraldore",
        wherein   = "nether:netherrack",
        clust_scarcity = 15 * 15 * 15,
        clust_num_ores = 5,