File tree 2 files changed +3224
-1690
lines changed
2 files changed +3224
-1690
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,12 @@ while read -r p; do
87
87
shift
88
88
if [[ ! $1 == "#" && ! $1 == "" ]]; then
89
89
echo $1 `python /path/to/avgcolor.py $(find /path/to/minetest/directory/ -type f -name $2)`
90
+ echo $1 1>&2
90
91
fi
91
92
done < nodes.txt > colors.txt
92
93
# Use nicer colors for water and lava
93
94
sed -re 's/^default:water_([a-z]+) [0-9 ]+$/default:water_\1 39 66 106 128 224/' < colors.txt > tmp$$ && mv tmp$$ colors.txt
95
+ sed -re 's/^default:river_water_([a-z]+) [0-9 ]+$/default:water_\1 39 66 106 128 224/' < colors.txt > tmp$$ && mv tmp$$ colors.txt
94
96
sed -re 's/^default:lava_([a-z]+) [0-9 ]+$/default:lava_\1 255 100 0/' < colors.txt > tmp$$ && mv tmp$$ colors.txt
95
97
sed -re 's/^default:([a-z_]*)glass ([0-9 ]+)$/default:\1glass \2 64 16/' < colors.txt > tmp$$ && mv tmp$$ colors.txt
96
98
==INSTRUCTIONS==
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments