Using Auto-Tag feature for saplings (resolves #303)

This commit is contained in:
Frank 2021-10-18 20:10:07 +02:00
parent 1d81c16451
commit da8813ba06

View file

@ -1,13 +1,11 @@
package ru.betterend.blocks.basis;
import ru.bclib.api.TagAPI;
import ru.bclib.blocks.FeatureSaplingBlock;
import ru.betterend.interfaces.PottablePlant;
public abstract class PottableFeatureSapling extends FeatureSaplingBlock implements PottablePlant {
public PottableFeatureSapling() {
super();
TagAPI.addTags(this, TagAPI.BLOCK_SAPLINGS);
}
public PottableFeatureSapling(int light) {