dexman545 / Fabric-Autoswitch

Automagical switching of tools to the best one for the job, for Minecraft
https://www.curseforge.com/minecraft/mc-mods/fabric-autoswitch
GNU Lesser General Public License v3.0
24 stars 6 forks source link

Add an auto crystal to the mod #58

Closed eLeoH closed 1 year ago

eLeoH commented 1 year ago

I suggest adding the function of turning on the autocrystal in the settings. The function includes the ability to click with an empty hand(right click) on the obsidian will automatically switch and put the crystal on it.

dexman545 commented 1 year ago

Not sure I fully understand, but this is possible now.

In the interaction config, add minecraft!obsidian = <id of crystal>.

eLeoH commented 1 year ago

The idea was that when I put obsidian and pressed the right mouse button, the crystal itself would be put on obsidian

dexman545 commented 1 year ago

If you mean to place obsidian and have crystals be placed on top automatically, that is out of scope for AS.

AS could switch to you holding the crystal when right clicking obsidian such that you place it, see my previous comment.