You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the boomerang you are able to activate levers, wooden buttons, and stone buttons from the vanilla game. However, this is the absolute extent of redstone interaction possible even when other mods add extra buttons, self-resetting levers etc.
In your code on like 272 of EntityBoomerang.java you directly reference these three block types which limit the boomerang's potential:
I would suggest altering this line to allow interaction of a more general umbrella of "redstone components" rather than specific blocks. I am not familiar with the Minecraft source so forgive me if this is just not possible.
Thank you for your consideration.
The text was updated successfully, but these errors were encountered:
When using the boomerang you are able to activate levers, wooden buttons, and stone buttons from the vanilla game. However, this is the absolute extent of redstone interaction possible even when other mods add extra buttons, self-resetting levers etc.
In your code on like 272 of EntityBoomerang.java you directly reference these three block types which limit the boomerang's potential:
I would suggest altering this line to allow interaction of a more general umbrella of "redstone components" rather than specific blocks. I am not familiar with the Minecraft source so forgive me if this is just not possible.
Thank you for your consideration.
The text was updated successfully, but these errors were encountered: