Terrain generator (WIP)
This commit is contained in:
parent
c515c3c367
commit
ce88ec23f7
65 changed files with 283 additions and 371 deletions
|
@ -8,25 +8,27 @@
|
|||
"ChorusPlantFeatureMixin",
|
||||
"PlayerAdvancementsMixin",
|
||||
"ChorusFlowerBlockMixin",
|
||||
"StructureFeaturesMixin",
|
||||
"NoiseInterpolatorMixin",
|
||||
"ChorusPlantBlockMixin",
|
||||
"EndPodiumFeatureMixin",
|
||||
"EndDragonFightMixin",
|
||||
"WorldGenRegionMixin",
|
||||
"BlockBehaviourMixin",
|
||||
"NoiseChunkAccessor",
|
||||
"DimensionTypeMixin",
|
||||
"CraftingMenuMixin",
|
||||
"LivingEntityMixin",
|
||||
"ServerPlayerMixin",
|
||||
"SpikeFeatureMixin",
|
||||
"ServerLevelMixin",
|
||||
"NoiseChunkMixin",
|
||||
"EnderManMixin",
|
||||
"EndSpikeMixin",
|
||||
"MonsterMixin",
|
||||
"EntityMixin",
|
||||
"PlayerMixin",
|
||||
"SlimeMixin",
|
||||
"StructureFeaturesMixin",
|
||||
"NoiseInterpolatorMixin"
|
||||
"SlimeMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue