Merge 1.21.1 into 1.21.3
This commit is contained in:
commit
7645af1bab
|
|
@ -49,3 +49,6 @@ accessible method net/minecraft/client/gui/screens/Screen addRenderableWidget (L
|
||||||
accessible field net/minecraft/client/KeyMapping ALL Ljava/util/Map;
|
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 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",
|
"mekanism",
|
||||||
"vampirism",
|
"vampirism",
|
||||||
"elevatorid",
|
"elevatorid",
|
||||||
|
"cfm",
|
||||||
"embers");
|
"embers");
|
||||||
private final Map<ModelResourceLocation, BakedModel> modelRegistry;
|
private final Map<ModelResourceLocation, BakedModel> modelRegistry;
|
||||||
private final Set<ModelResourceLocation> topLevelModelLocations;
|
private final Set<ModelResourceLocation> topLevelModelLocations;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user