From ab6e3c8d6bd73c1a9fe5c26ada1fe8b03ea50c64 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Tue, 30 Apr 2019 09:50:25 -0400 Subject: [PATCH] ores: change to show ore instead of ingot --- neural/ores.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neural/ores.lua b/neural/ores.lua index 10c0e12..9f84415 100644 --- a/neural/ores.lua +++ b/neural/ores.lua @@ -47,7 +47,7 @@ local targets = { ["minecraft:redstone_ore"] = { "minecraft:redstone_ore", 0 }, ["minecraft:lit_redstone_ore"] = { "minecraft:redstone_ore", 0 }, ["minecraft:iron_ore"] = { "minecraft:iron_ore", 0 }, - ["minecraft:lapis_ore"] = { "minecraft:lapis_ore", 4 }, + ["minecraft:lapis_ore"] = { "minecraft:lapis_ore", 0 }, ["minecraft:coal_ore"] = { "minecraft:coal_ore", 0 }, --["quark:biotite_ore"] = 0x02051C66, ["minecraft:quartz_ore"] = { "minecraft:quartz_ore", 0 },