Implemented PR suggestions
Furnace.txt: newline BlockID: removed extraneous dimension mapping cEntity: fixed typo cPlayer: WorldPtr typedef
This commit is contained in:
@@ -355,12 +355,8 @@ AString DimensionToString(eDimension a_Dimension)
|
||||
} DimensionMap[] =
|
||||
{
|
||||
{ dimOverworld, "Overworld" },
|
||||
{ dimOverworld, "Normal" },
|
||||
{ dimOverworld, "World" },
|
||||
{ dimNether, "Nether" },
|
||||
{ dimNether, "Hell" }, // Alternate name for Nether
|
||||
{ dimEnd, "End" },
|
||||
{ dimEnd, "Sky" }, // Old name for End
|
||||
};
|
||||
|
||||
for (size_t i = 0; i < ARRAYCOUNT(DimensionMap); i++)
|
||||
|
||||
Reference in New Issue
Block a user