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;
|
||||
|
||||
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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue