Skip to content

Commit fb9ee0e

Browse files
author
kashike
committed
start on 1.13 migrations
1 parent c1adbb0 commit fb9ee0e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

migrations/1.12-to-1.13.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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 |

0 commit comments

Comments
 (0)