mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-04 23:06:05 +00:00
working damage
This commit is contained in:
@@ -30,7 +30,7 @@ public class FabricItemStack implements ItemStack {
|
||||
|
||||
@Override
|
||||
public ItemMeta getItemMeta() {
|
||||
if(delegate.isDamageable()) return new FabricDamageable(delegate);
|
||||
if(delegate.isDamageable()) return new FabricDamageable(delegate.copy());
|
||||
return new FabricItemMeta(delegate.copy());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user