Terrain generator (WIP)
This commit is contained in:
parent
c515c3c367
commit
ce88ec23f7
65 changed files with 283 additions and 371 deletions
4
src/main/resources/betterend.accesswidener
Normal file
4
src/main/resources/betterend.accesswidener
Normal file
|
@ -0,0 +1,4 @@
|
|||
accessWidener v1 named
|
||||
|
||||
# Classes
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$SurfaceRule
|
|
@ -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
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"ru.betterend.integration.rei.REIPlugin"
|
||||
]
|
||||
},
|
||||
"accessWidener" : "betterend.accesswidener",
|
||||
"mixins": [
|
||||
"betterend.mixins.common.json",
|
||||
"betterend.mixins.client.json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue