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
A spell of the form entity, location -> that does two things (in order of priority):
If entity is an item stack and location is an inventory, insert item stack into inventory.
Right-click location with item. If item is NULL, right click with empty hand.
As per the inspiration spell from D&D, it costs a negligible amount of media (original spell is level 0), and the item entity must be within 10 blocks of whatever it is applied to.
Some applications for this:
Item-sorting spell circles.
Crop farming/replanting spell circles.
Remotely activate contraptions using a sentinel.
Happy to implement this and submit a PR!
The text was updated successfully, but these errors were encountered:
Inspiration.
A spell of the form
entity, location ->
that does two things (in order of priority):entity
is an item stack andlocation
is an inventory, insert item stack into inventory.As per the inspiration spell from D&D, it costs a negligible amount of media (original spell is level 0), and the item entity must be within 10 blocks of whatever it is applied to.
Some applications for this:
Happy to implement this and submit a PR!
The text was updated successfully, but these errors were encountered: