[Feature] New Registry for Surface Rules
This commit is contained in:
parent
3725fbb029
commit
da1d4c6b40
10 changed files with 155 additions and 1 deletions
|
@ -10,6 +10,7 @@ accessible class net/minecraft/world/level/levelgen/SurfaceRules$LazyCondition
|
|||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSource
|
||||
accessible class net/minecraft/world/level/levelgen/presets/WorldPresets$Bootstrap
|
||||
extendable class net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator
|
||||
accessible class net/minecraft/data/BuiltinRegistries$RegistryBootstrap
|
||||
|
||||
#Methods
|
||||
accessible method net/minecraft/client/gui/screens/worldselection/WorldGenSettingsComponent updateSettings (Lnet/minecraft/client/gui/screens/worldselection/WorldCreationContext$Updater;)V
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"Name": "minecraft:dead_fire_coral_block"
|
||||
}
|
||||
}
|
|
@ -4,9 +4,11 @@
|
|||
"package": "org.betterx.worlds.together.mixin.common",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"BuiltinRegistriesMixin",
|
||||
"DiggerItemAccessor",
|
||||
"MainMixin",
|
||||
"PrimaryLevelDataMixin",
|
||||
"RegistryAccessMixin",
|
||||
"RegistryOpsAccessor",
|
||||
"TagLoaderMixin",
|
||||
"WorldGenPropertiesMixin",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue