Add manual [flowers] override for the mapper

This commit is contained in:
Ombridride 2015-07-27 17:47:11 +02:00
parent 086942329e
commit a9f2f4c66d
1 changed files with 13 additions and 1 deletions

View File

@ -15,6 +15,18 @@ predefined = {
"^default:ice": {'r': 74, 'g': 105, 'b': 159, 'a': 159},
"^default:water_([a-z]+)": {'r': 43, 'g': 97, 'b': 183, 'a': 128},
"^default:dirt_with_grass": {'r': 107, 'g': 134, 'b': 51, 'a': 255}
"^flowers:cotton_plant": {'r': 199, 'g': 218, 'b': 158}
"^flowers:seaweed": {'r': 48, 'g': 114, 'b': 107}
"^flowers:waterlily": {'r': 119, 'g': 166, 'b': 100}
"^flowers:waterlily_225": {'r': 119, 'g': 166, 'b': 100}
"^flowers:waterlily_45": {'r': 119, 'g': 166, 'b': 100}
"^flowers:waterlily_675": {'r': 119, 'g': 166, 'b': 100}
"^flowers:dandelion_white": {'r': 161, 'g': 174, 'b': 149}
"^flowers:dandelion_yellow": {'r': 144, 'g': 138, 'b': 0}
"^flowers:geranium": {'r': 75, 'g': 101, 'b': 84}
"^flowers:rose": {'r': 153, 'g': 9, 'b': 0}
"^flowers:tulip": {'r': 175, 'g': 114, 'b': 0}
"^flowers:viola": {'r': 84, 'g': 90, 'b': 64}
}
predef_compiled = {}
@ -104,4 +116,4 @@ else:
except KeyError:
print("Skip texture %s for %s" % (tex, nodename))
out.close()
f.close()
f.close()