diff options
| author | rebecca <ubq323@ubq323.website> | 2026-02-28 11:02:22 +0000 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-02-28 11:02:22 +0000 |
| commit | df2ff7153b6313021a1507d4a801da59610ee4f2 (patch) | |
| tree | 904b78a9d27072ba831c168454a7b71ba3b56ffa | |
| parent | e81664967c9d2b89a74b75f3743583e9935c6350 (diff) | |
ore.lua
| -rw-r--r-- | ore.lua | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -2,22 +2,22 @@ local p = peripheral.wrap"back" assert(p.hasModule"plethora:scanner" and p.hasModule"plethora:glasses", "need block scanner and overlay glasses!") local interesting_blocks = { - ["minecraft:nether_quartz_ore"] = 0xffffffff, - ["minecraft:nether_gold_ore"] = 0xffff00ff, - ["minecraft:chest"] = 0x00ff00ff, + ["minecraft:nether_quartz_ore"] = 0xffffffbb, + ["minecraft:nether_gold_ore"] = 0xffff00bb, + ["minecraft:chest"] = 0x00ff00bb, ["minecraft:cobblestone"] = 0x00cc00aa, - ["minecraft:ancient_debris"] = 0x00ff00ff, - ["minecraft:budding_amethyst"] = 0xff00ffff, + ["minecraft:ancient_debris"] = 0x00ff00bb, + ["minecraft:budding_amethyst"] = 0xff00ffbb, } for k,v in pairs{ - coal=0xaaaaaaaa, - iron=0xbbbb33ff, - copper=0x337733aa, - gold=0xffff00ff, - redstone=0xff0000ff, - emerald=0x007700ff, - lapis=0x0000ffff, - diamond=0x00ffffff, + coal=0xaaaaaa55, + iron=0xbb333355, + copper=0x33773355, + gold=0xffff00bb, + redstone=0xff0000bb, + emerald=0x007700bb, + lapis=0x0000ffbb, + diamond=0x00ffffbb, } do interesting_blocks["minecraft:"..k.."_ore"] = v interesting_blocks["minecraft:deepslate_"..k.."_ore"] = v end |
