9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-28 03:19:15 +00:00

add languages and farmland support

This commit is contained in:
XiaoMoMi
2024-03-09 08:23:54 +08:00
parent 8d37290cff
commit 19a0080aae
12 changed files with 93 additions and 4 deletions

View File

@@ -54,4 +54,6 @@ public interface Pot extends KeyItem {
boolean isNearbyWaterAccepted();
String getBlockState(boolean water, FertilizerType type);
boolean isVanillaBlock();
}