update textures, add compress script
4
.directory
Normal file
@ -0,0 +1,4 @@
|
||||
[Dolphin]
|
||||
PreviewsShown=true
|
||||
Timestamp=2016,10,22,19,24,59
|
||||
Version=3
|
15
README.md
Normal file
@ -0,0 +1,15 @@
|
||||
# minetest-texturepack-nature-test
|
||||
Nature test is a 32x 32 texturepack for the open-source game Minetest. It's compatible with the fachwerk mod, but other will follow
|
||||
|
||||
This work is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/4.0/.
|
||||
|
||||
# How to use
|
||||
click download zip and extract it too your texturepacks folder in minetest. You will found this folder in ~/.minetest/ or in your installation directory.
|
||||
An other option to install it, wich only works for unix like systems is shown later. This instructions are for Debian GNU / Linux and ubuntu:
|
||||
run "apt-get install git" with root previlegs.
|
||||
Then "cd ~/.minetest/textures" and "git clone https://github.com/mbblp/minetest-texturepack-nature-test".
|
||||
|
||||
# Credits
|
||||
|
||||
azekill_DIABLO:
|
||||
default_cobble.png
|
BIN
bones_bottom.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
bones_front.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
bones_rear.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
bones_side.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
bones_top.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
bucket_lava.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
bucket_water.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
character.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
24
compress.sh
Executable file
@ -0,0 +1,24 @@
|
||||
#! /bin/bash
|
||||
|
||||
rm .directory;
|
||||
|
||||
# update files on github
|
||||
git status;
|
||||
git add *
|
||||
git commit;
|
||||
git push;
|
||||
|
||||
# create work directory
|
||||
echo "copying files to a tmp directory ...";
|
||||
cp ../minetest-texturepack-nature-test-master/ /tmp/minetest-texturepack-nature-test-master -rf &&
|
||||
echo "finished [ok]";
|
||||
|
||||
# optimizing images
|
||||
echo "compressing with optipng, output as zip";
|
||||
cd /tmp;
|
||||
optipng minetest-texturepack-nature-test-master/* &&
|
||||
rm /home/mbb/minetest/nature-test-master.zip;
|
||||
zip -r ~/minetest/nature-test-master.zip minetest-texturepack-nature-test-master/*;
|
||||
sync;
|
||||
rm -rf /tmp/minetest-texturepack-nature-test-master
|
||||
echo "now your pack is compressed! What about uploading it to the minetest forums?"
|
BIN
default_brick.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
default_cactus_side.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
default_cactus_top.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
default_clay.png
Normal file
After Width: | Height: | Size: 577 B |
BIN
default_cobble.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
default_desert_cobble.png
Normal file
After Width: | Height: | Size: 411 B |
BIN
default_desert_sand.png
Normal file
After Width: | Height: | Size: 332 B |
BIN
default_desert_stone.png
Normal file
After Width: | Height: | Size: 548 B |
BIN
default_dirt.png
Normal file
After Width: | Height: | Size: 401 B |
BIN
default_glass.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
default_grass.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
default_grass_1.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
default_grass_2.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
default_grass_3.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
default_grass_4.png
Normal file
After Width: | Height: | Size: 966 B |
BIN
default_grass_5.png
Normal file
After Width: | Height: | Size: 664 B |
BIN
default_grass_side.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
default_gravel.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
default_junglegrass.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
default_jungleleaves.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
default_jungletree.png
Normal file
After Width: | Height: | Size: 478 B |
BIN
default_jungletree_top.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
default_junglewood.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
default_junglewood_old.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
default_ladder.png
Normal file
After Width: | Height: | Size: 350 B |
BIN
default_lava.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
default_lava_source_animated.png
Normal file
After Width: | Height: | Size: 122 KiB |
BIN
default_leaves.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
default_mineral_coal.png
Normal file
After Width: | Height: | Size: 341 B |
BIN
default_mineral_copper.png
Normal file
After Width: | Height: | Size: 449 B |
BIN
default_mineral_diamond.png
Normal file
After Width: | Height: | Size: 530 B |
BIN
default_mineral_gold.png
Normal file
After Width: | Height: | Size: 487 B |
BIN
default_mineral_iron.png
Normal file
After Width: | Height: | Size: 450 B |
BIN
default_mineral_mese.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
default_pine_needles.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
default_pine_tree.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
default_pine_tree_top.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
default_pine_wood.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
default_sand.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
default_sign.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
default_snow.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
default_snow_side.png
Normal file
After Width: | Height: | Size: 763 B |
BIN
default_steel_block.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
default_steel_ingot.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
default_stick.png
Normal file
After Width: | Height: | Size: 799 B |
BIN
default_stone.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
default_stone9.png
Normal file
After Width: | Height: | Size: 947 B |
BIN
default_stone_brick.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
default_torch.png
Normal file
After Width: | Height: | Size: 151 B |
BIN
default_torch_animated.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
default_torch_on_ceiling.png
Normal file
After Width: | Height: | Size: 136 B |
BIN
default_torch_on_ceiling_animated.png
Normal file
After Width: | Height: | Size: 886 B |
BIN
default_torch_on_floor.png
Normal file
After Width: | Height: | Size: 767 B |
BIN
default_torch_on_floor_animated.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
default_tree.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
default_tree_top.png
Normal file
After Width: | Height: | Size: 829 B |
BIN
default_water.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
default_water_flowing_animated.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
default_water_source_animated.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
default_wheat1.png
Normal file
After Width: | Height: | Size: 218 B |
BIN
default_wood.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
default_wood_old.png
Normal file
After Width: | Height: | Size: 933 B |
BIN
default_wood_plank.png
Normal file
After Width: | Height: | Size: 558 B |
BIN
doors_wood_a.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
doors_wood_b.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
dplus_glass.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
fachwerk_beam_1.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
fachwerk_beam_2.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
fachwerk_blank.png
Normal file
After Width: | Height: | Size: 565 B |
BIN
fachwerk_cross.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
farming_soil.png
Normal file
After Width: | Height: | Size: 404 B |
BIN
farming_soil_wet.png
Normal file
After Width: | Height: | Size: 459 B |
BIN
gloopblocks_stone_brick_mossy.png
Normal file
After Width: | Height: | Size: 368 B |
BIN
gloopblocks_stone_mossy.png
Normal file
After Width: | Height: | Size: 392 B |
BIN
hardenedclay_black.png
Normal file
After Width: | Height: | Size: 171 B |
BIN
hardenedclay_blue.png
Normal file
After Width: | Height: | Size: 338 B |
BIN
hardenedclay_brown.png
Normal file
After Width: | Height: | Size: 123 B |
BIN
hardenedclay_cyan.png
Normal file
After Width: | Height: | Size: 164 B |
BIN
hardenedclay_gray.png
Normal file
After Width: | Height: | Size: 230 B |
BIN
hardenedclay_green.png
Normal file
After Width: | Height: | Size: 232 B |
BIN
hardenedclay_light_blue.png
Normal file
After Width: | Height: | Size: 541 B |
BIN
hardenedclay_light_gray.png
Normal file
After Width: | Height: | Size: 164 B |
BIN
hardenedclay_lime.png
Normal file
After Width: | Height: | Size: 235 B |
BIN
hardenedclay_magenta.png
Normal file
After Width: | Height: | Size: 324 B |
BIN
hardenedclay_orange.png
Normal file
After Width: | Height: | Size: 346 B |
BIN
hardenedclay_pink.png
Normal file
After Width: | Height: | Size: 227 B |
BIN
hardenedclay_purple.png
Normal file
After Width: | Height: | Size: 123 B |
BIN
hardenedclay_red.png
Normal file
After Width: | Height: | Size: 214 B |
BIN
hardenedclay_regular.png
Normal file
After Width: | Height: | Size: 454 B |