Compare commits

..

2 Commits

Author SHA1 Message Date
Auxilor
0f35d5d16e Updated to 6.17.3 2021-12-21 12:20:33 +00:00
Stealth2800
3a7315d728 Make defensive copy of CustomItem's returned item 2021-12-20 20:24:21 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ public class CustomItem implements TestableItem {
@Override
public ItemStack getItem() {
return item;
return item.clone();
}
/**

View File

@@ -1,3 +1,3 @@
version = 6.17.2
version = 6.17.3
plugin-name = eco
kotlin.code.style = official