File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ * Class changes
2
+
3
+ | Old Name (1.12) | New Name (1.13) |
4
+ | --------------------------------| ------------------------------------|
5
+ | client.settings.GameSettings | client.GameSettings |
6
+ | item.crafting.ShapedRecipes | item.crafting.ShapedRecipe |
7
+ | item.crafting.ShapelessRecipes | item.crafting.ShapelessRecipe |
8
+ | util.ChatAllowedCharacters | util.SharedConstants |
9
+ | util.MouseHelper | client.MouseHelper |
10
+ | world.DimensionType | world.dimension.DimensionType |
11
+ | world.WorldProvider | world.dimension.Dimension |
12
+ | world.WorldProviderEnd | world.dimension.EndDimension |
13
+ | world.WorldProviderNether | world.dimension.NetherDimension |
14
+ | world.WorldProviderOverworld | world.dimension.OverworldDimension |
You can’t perform that action at this time.
0 commit comments