Implemented Replacement for fabrics ClientSpriteRegistryCallback
This commit is contained in:
parent
f881e0783f
commit
8b7c4bf9b1
6 changed files with 76 additions and 8 deletions
|
@ -13,6 +13,7 @@ extendable class net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator
|
|||
accessible class net/minecraft/core/registries/BuiltInRegistries$RegistryBootstrap
|
||||
accessible class net/minecraft/world/level/levelgen/SurfaceRules$SequenceRuleSource
|
||||
accessible class net/minecraft/server/dedicated/DedicatedServerProperties$WorldDimensionData
|
||||
accessible class net/minecraft/client/resources/model/AtlasSet$AtlasEntry
|
||||
|
||||
#Methods
|
||||
accessible method net/minecraft/client/gui/screens/worldselection/WorldGenSettingsComponent updateSettings (Lnet/minecraft/client/gui/screens/worldselection/WorldCreationContext$DimensionsUpdater;)V
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"compatibilityLevel": "JAVA_17",
|
||||
"client": [
|
||||
"AnvilScreenMixin",
|
||||
"AtlasSetMixin",
|
||||
"BlockMixin",
|
||||
"ClientRecipeBookMixin",
|
||||
"FogRendererMixin",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue