mirror of
https://github.com/minetest/minetestmapper.git
synced 2024-11-22 07:23:46 +01:00
Update colors.txt
This commit is contained in:
parent
a361e4d1eb
commit
6e30d4702c
@ -87,10 +87,12 @@ while read -r p; do
|
|||||||
shift
|
shift
|
||||||
if [[ ! $1 == "#" && ! $1 == "" ]]; then
|
if [[ ! $1 == "#" && ! $1 == "" ]]; then
|
||||||
echo $1 `python /path/to/avgcolor.py $(find /path/to/minetest/directory/ -type f -name $2)`
|
echo $1 `python /path/to/avgcolor.py $(find /path/to/minetest/directory/ -type f -name $2)`
|
||||||
|
echo $1 1>&2
|
||||||
fi
|
fi
|
||||||
done < nodes.txt > colors.txt
|
done < nodes.txt > colors.txt
|
||||||
# Use nicer colors for water and lava
|
# Use nicer colors for water and lava
|
||||||
sed -re 's/^default:water_([a-z]+) [0-9 ]+$/default:water_\1 39 66 106 128 224/' < colors.txt > tmp$$ && mv tmp$$ colors.txt
|
sed -re 's/^default:water_([a-z]+) [0-9 ]+$/default:water_\1 39 66 106 128 224/' < colors.txt > tmp$$ && mv tmp$$ colors.txt
|
||||||
|
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
|
||||||
sed -re 's/^default:lava_([a-z]+) [0-9 ]+$/default:lava_\1 255 100 0/' < colors.txt > tmp$$ && mv tmp$$ colors.txt
|
sed -re 's/^default:lava_([a-z]+) [0-9 ]+$/default:lava_\1 255 100 0/' < colors.txt > tmp$$ && mv tmp$$ colors.txt
|
||||||
sed -re 's/^default:([a-z_]*)glass ([0-9 ]+)$/default:\1glass \2 64 16/' < colors.txt > tmp$$ && mv tmp$$ colors.txt
|
sed -re 's/^default:([a-z_]*)glass ([0-9 ]+)$/default:\1glass \2 64 16/' < colors.txt > tmp$$ && mv tmp$$ colors.txt
|
||||||
==INSTRUCTIONS==
|
==INSTRUCTIONS==
|
||||||
|
5056
colors.txt
5056
colors.txt
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user