Added mixin
This commit is contained in:
parent
40851c38cd
commit
c8d1b61006
2 changed files with 3 additions and 2 deletions
|
@ -50,7 +50,7 @@ public class BCLBiomeDef {
|
||||||
public static final int DEF_FOLIAGE_NETHER = ColorUtil.color(117, 10, 10);
|
public static final int DEF_FOLIAGE_NETHER = ColorUtil.color(117, 10, 10);
|
||||||
public static final int DEF_FOLIAGE_END = ColorUtil.color(197, 210, 112);
|
public static final int DEF_FOLIAGE_END = ColorUtil.color(197, 210, 112);
|
||||||
|
|
||||||
private final IStructureFeatures structureFeatures = (IStructureFeatures)new StructureFeatures();
|
protected final IStructureFeatures structureFeatures = (IStructureFeatures)new StructureFeatures();
|
||||||
private final List<ConfiguredStructureFeature<?, ?>> structures = Lists.newArrayList();
|
private final List<ConfiguredStructureFeature<?, ?>> structures = Lists.newArrayList();
|
||||||
private final List<FeatureInfo> features = Lists.newArrayList();
|
private final List<FeatureInfo> features = Lists.newArrayList();
|
||||||
private final List<CarverInfo> carvers = Lists.newArrayList();
|
private final List<CarverInfo> carvers = Lists.newArrayList();
|
||||||
|
|
|
@ -11,7 +11,8 @@
|
||||||
"TextureAtlasMixin",
|
"TextureAtlasMixin",
|
||||||
"ModelBakeryMixin",
|
"ModelBakeryMixin",
|
||||||
"MinecraftMixin",
|
"MinecraftMixin",
|
||||||
"GameMixin"
|
"GameMixin",
|
||||||
|
"StructureFeaturesMixin"
|
||||||
],
|
],
|
||||||
"injectors": {
|
"injectors": {
|
||||||
"defaultRequire": 1
|
"defaultRequire": 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue