SwitchCraftCC / Plethora-Fabric

A peripheral provider for ComputerCraft, ported to Fabric
MIT License
16 stars 13 forks source link

(BUG) Ancient Debris does not show up when holding a block scanner #74

Closed EmmaKnijn closed 1 year ago

EmmaKnijn commented 1 year ago

Ancient Debris does not show up when holding a block scanner, all other ores do. 2023-08-04_14 03 22

EmmaKnijn commented 1 year ago

https://github.com/SwitchCraftCC/Plethora-Fabric/blob/32b6f25ecf3d7155bc0883b0fe869cfdfe3e68cd/src/main/java/io/sc3/plethora/util/config/PlethoraConfig.kt#L93

It looks like its intended to show up according to the config

Wojbie commented 1 year ago

https://github.com/SwitchCraftCC/Plethora-Fabric/commit/09292d167327e06175e59ab2eee3f9bc785e8e48 It seems to have been removed on purpose in this commit as it was set to only show ores. You can see debris is commented out.

EmmaKnijn commented 1 year ago

Hmm I see, so its intended behavior then?