Skip to content

Commit

Permalink
Fix copy-property option not working
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Apr 17, 2021
1 parent ea23645 commit 0060efa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -277,7 +277,7 @@ public BlockState getBlockResult(@Nonnull AnvilInventory inv) {
}
// Convert to a string, so differing types and identical but distinct IProperty objects
// still work.
value = getProperty(state, inpProp);
value = getProperty(inv.getState(), inpProp);
}
Property<?> targProp = cont.getProperty(key);
if(targProp == null) {
Expand Down

0 comments on commit 0060efa

Please sign in to comment.