Implemented Replacement for fabrics ClientSpriteRegistryCallback

This commit is contained in:
Frank 2022-12-06 16:28:10 +01:00
parent f881e0783f
commit 8b7c4bf9b1
6 changed files with 76 additions and 8 deletions

View file

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

View file

@ -5,6 +5,7 @@
"compatibilityLevel": "JAVA_17",
"client": [
"AnvilScreenMixin",
"AtlasSetMixin",
"BlockMixin",
"ClientRecipeBookMixin",
"FogRendererMixin",