Nomifactory / DimensionalEdibles

Travel through dimensions with food!
https://www.curseforge.com/minecraft/mc-mods/dimensional-edibles-omnifactory-edition
GNU Lesser General Public License v3.0
3 stars 6 forks source link

Fix Ghost Block appearing when clicking on a cake #16

Closed serenibyss closed 3 years ago

serenibyss commented 3 years ago

In order to fix this issue, all I had to do was change the final return from false to true, to tell MC that we handled the onBlockActivated() call, ensuring that no block will be placed.

Closes #12

serenibyss commented 3 years ago

I made this change and it appears to work just the same, so it is now implemented.