diff --git a/MCGalaxy/Commands/CPE/CustomBlockCommand.cs b/MCGalaxy/Commands/CPE/CustomBlockCommand.cs index 43db381e1..60850cc1a 100644 --- a/MCGalaxy/Commands/CPE/CustomBlockCommand.cs +++ b/MCGalaxy/Commands/CPE/CustomBlockCommand.cs @@ -659,7 +659,7 @@ namespace MCGalaxy.Commands.CPE { null, null, "name", "shape", "toptex", "sidetex", "bottomtex", "min", "max", "collide", "speed", "blockslight", "sound", "fullbright", "blockdraw", "fogdensity", "fogcolor", "fallback" }; - const string texLine = "Textures in terrain.png are numbered from left to right, increasing downwards"; + const string texLine = "Press F10 to see the numbers for each texture in terrain.png"; static Dictionary helpSections = new Dictionary() { { "name", new string[] { "Type the name for the block." } }, { "shape", new string[] { "Type '0' if the block is a cube, '1' if a sprite (e.g roses)." } },