WIP: portals
This commit is contained in:
parent
433ff01304
commit
9372d0ca02
12 changed files with 501 additions and 72 deletions
|
@ -22,11 +22,11 @@ import ru.betterend.BetterEnd;
|
|||
import ru.betterend.blocks.complex.StoneMaterial;
|
||||
|
||||
public class EndFeature {
|
||||
private Feature<?> feature;
|
||||
private ConfiguredFeature<?, ?> featureConfigured;
|
||||
private GenerationStep.Feature featureStep;
|
||||
protected Feature<?> feature;
|
||||
protected ConfiguredFeature<?, ?> featureConfigured;
|
||||
protected GenerationStep.Feature featureStep;
|
||||
|
||||
private EndFeature() {}
|
||||
protected EndFeature() {}
|
||||
|
||||
public EndFeature(String name, Feature<DefaultFeatureConfig> feature, GenerationStep.Feature featureStep, ConfiguredFeature<?, ?> configuredFeature) {
|
||||
Identifier id = BetterEnd.makeID(name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue