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
Writability is determined by checking if a null iota can be written to the item in question. Since you can't write null to a scroll, this always returns false.
Writability is determined by checking if a null iota can be written to the item in question. Since you can't write null to a scroll, this always returns false.
Probably also applies to slates.
https://github.com/gamma-delta/HexMod/blob/60c55d86b1217da2288dc9b0ad8e8a177e63a5b8/Common/src/main/java/at/petrak/hexcasting/common/casting/actions/rw/OpWritable.kt#L21
https://github.com/gamma-delta/HexMod/blob/60c55d86b1217da2288dc9b0ad8e8a177e63a5b8/Common/src/main/java/at/petrak/hexcasting/common/casting/actions/rw/OpTheCoolerWritable.kt#L24