Using Auto-Tag feature for saplings (resolves #303)
This commit is contained in:
parent
1d81c16451
commit
da8813ba06
1 changed files with 0 additions and 2 deletions
|
@ -1,13 +1,11 @@
|
||||||
package ru.betterend.blocks.basis;
|
package ru.betterend.blocks.basis;
|
||||||
|
|
||||||
import ru.bclib.api.TagAPI;
|
|
||||||
import ru.bclib.blocks.FeatureSaplingBlock;
|
import ru.bclib.blocks.FeatureSaplingBlock;
|
||||||
import ru.betterend.interfaces.PottablePlant;
|
import ru.betterend.interfaces.PottablePlant;
|
||||||
|
|
||||||
public abstract class PottableFeatureSapling extends FeatureSaplingBlock implements PottablePlant {
|
public abstract class PottableFeatureSapling extends FeatureSaplingBlock implements PottablePlant {
|
||||||
public PottableFeatureSapling() {
|
public PottableFeatureSapling() {
|
||||||
super();
|
super();
|
||||||
TagAPI.addTags(this, TagAPI.BLOCK_SAPLINGS);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public PottableFeatureSapling(int light) {
|
public PottableFeatureSapling(int light) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue