Terrain generator (WIP)

This commit is contained in:
paulevsGitch 2021-12-18 23:57:44 +03:00
parent c515c3c367
commit ce88ec23f7
65 changed files with 283 additions and 371 deletions

View file

@ -0,0 +1,4 @@
accessWidener v1 named
# Classes
accessible class net/minecraft/world/level/levelgen/SurfaceRules$SurfaceRule

View file

@ -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

View file

@ -35,6 +35,7 @@
"ru.betterend.integration.rei.REIPlugin"
]
},
"accessWidener" : "betterend.accesswidener",
"mixins": [
"betterend.mixins.common.json",
"betterend.mixins.client.json",