Sensor example

From Galacticraft Wiki
Revision as of 17:25, 17 May 2017 by Radfast (talk | contribs) (Radfast moved page Sensor example example to Sensor example without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
   # List blocks from other mods that the Sensor Glasses should recognize as solid blocks. Format is BlockName or BlockName:metadata.
   S:"External Detectable IDs" <
       minecraft:coal_ore
       minecraft:diamond_ore
       minecraft:gold_ore
       minecraft:iron_ore
       minecraft:lapis_ore
       minecraft:redstone_ore
       minecraft:lit_redstone_ore
       appliedenergistics2:tile.OreQuartz
       appliedenergistics2:tile.OreQuartzCharged
       BigReactors:YelloriteOre
       BiomesOPlenty:gemOre
       IC2:blockOreCopper
       IC2:blockOreLead
       IC2:blockOreTin
       IC2:blockOreUran
       ImmersiveEngineering:ore
       Mekanism:OreBlock
       Railcraft:ore
       ThermalFoundation:Ore
       TConstruct:GravelOre
    >