Merge 1.21.1 into 1.21.3
This commit is contained in:
commit
7645af1bab
|
|
@ -48,4 +48,7 @@ accessible class net/minecraft/server/MinecraftServer$ReloadableResources
|
|||
accessible method net/minecraft/client/gui/screens/Screen addRenderableWidget (Lnet/minecraft/client/gui/components/events/GuiEventListener;)Lnet/minecraft/client/gui/components/events/GuiEventListener;
|
||||
accessible field net/minecraft/client/KeyMapping ALL Ljava/util/Map;
|
||||
accessible method net/minecraft/world/level/block/state/StateDefinition appendPropertyCodec (Lcom/mojang/serialization/MapCodec;Ljava/util/function/Supplier;Ljava/lang/String;Lnet/minecraft/world/level/block/state/properties/Property;)Lcom/mojang/serialization/MapCodec;
|
||||
accessible class net/minecraft/client/multiplayer/SessionSearchTrees$Key
|
||||
accessible class net/minecraft/client/multiplayer/SessionSearchTrees$Key
|
||||
|
||||
accessible class net/minecraft/world/item/crafting/Ingredient$Value
|
||||
accessible class net/minecraft/world/item/crafting/Ingredient$ItemValue
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ public class ModelBakeEventHelper {
|
|||
"mekanism",
|
||||
"vampirism",
|
||||
"elevatorid",
|
||||
"cfm",
|
||||
"embers");
|
||||
private final Map<ModelResourceLocation, BakedModel> modelRegistry;
|
||||
private final Set<ModelResourceLocation> topLevelModelLocations;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user