Small water plant placing fix

This commit is contained in:
paulevsGitch 2021-06-21 01:22:30 +03:00
parent b0922d967f
commit ff3194fedf
3 changed files with 2 additions and 9 deletions

View file

@ -1,7 +0,0 @@
package ru.betterend.interfaces;
public interface ISpetialItem {
public int getStackSize();
public boolean canPlaceOnWater();
}