dreambuilder_game/mods/signs_lib/util/create-signs-lib-overlay.sh
VanessaE 4394beec6a Convert the modpack into a standalone game for the Minetest engine
Integrated into the game is most of minetest_game as the stable base
2021-02-24 22:05:32 -05:00

9 lines
205 B
Bash

mkdir -p "$1/textures"
cat nonascii-$2|
sh write-nonascii.sh "$1/textures"
cat nonascii-$2|
sed 's,.*,sh unicode-numbers.sh "&",'|
sh|
sed 's/.*/signs_lib.unicode_install(&)/'|
sort > "$1/nonascii-$2.lua"