From 7463183b9c21491fd35612461f628a8906a57c78 Mon Sep 17 00:00:00 2001 From: Alejandro Aguilera Date: Fri, 1 Apr 2011 23:33:06 +0200 Subject: [PATCH] Remove duplicated comment... --- textures.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/textures.py b/textures.py index 53eddab..a94030c 100644 --- a/textures.py +++ b/textures.py @@ -1144,8 +1144,7 @@ def getBiomeData(worlddir, chunkX, chunkY): # A good source of information is: # http://www.minecraftwiki.net/wiki/Data_values # (when adding new blocks here and in generate_special_textures, -# please, if possible, keep the ascending order of blockid value -# in special_map and in the generate_special_texture function) +# please, if possible, keep the ascending order of blockid value) special_blocks = set([2, 9, 17, 18, 23, 35, 43, 44, 50, 51, 55, 58, 59, \ 61, 62, 64, 65, 66, 71, 75, 76, 85, 86, 91, 92])