Flower pots
This commit is contained in:
parent
13e5e9e088
commit
e41fd592c7
14 changed files with 135 additions and 33 deletions
|
@ -1,3 +1,7 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
public interface PottablePlant {}
|
||||
import net.minecraft.world.level.block.Block;
|
||||
|
||||
public interface PottablePlant {
|
||||
boolean canPlantOn(Block block);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue