WhiskyTangoFawks / Expedition

9 stars 11 forks source link

'Ores fracture adjacent stone' makes it unable to re-place ore blocks #91

Open Biochao opened 7 years ago

Biochao commented 7 years ago

When the "Ores fracture adjacent stone upon mining" config is set to true any ores in the list are unable to be re-placed on the ground. The default config makes it so that if you silk touch diamonds (or any other item dropping ore besides Nether Quartz) you can't place them back down to fortune them.

WhiskyTangoFawks commented 7 years ago

That is more or less working as intended- the idea is to stop an infinite loop of mine an ore to fracture stone, place the ore down, and remine to fracture more stone.

I may need to rethink how the feature interacts with silk touch, or add a seperate config for the ore placement prevention for people who want to disable it.

Biochao commented 7 years ago

Ah, I see. Although it doesn't seem like much of a time-saving exploit since only a few blocks fracture at a time. Maybe you could blacklist ores from being placed on stone. Similar to how vanilla adventure mode works.

WhiskyTangoFawks commented 7 years ago

That's actually not a bad idea...