diff --git a/README.md b/README.md index 65dce2d..52e2b2d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ to make the model textures clearer in blender check the upper left menu bar - fi - double press A to select everything then press CTRL-J to join all the objects together - test animation by pressing ALT-A and export using [special minetest B3D exporter](https://github.com/minetest/B3Dexport) +## Exporting tips for Snowman + +- join all the objects without pumpkin in their name together with CTRL-J +- dont forget to be in object mode and press SHIFT-C +- double press A to select everything then press SHIFT-CTRL-ALT-C origin to 3D cursor +- press 7 to switch to top view rotate with R for 180 degress +- test animation by pressing ALT-A and export using [special minetest B3D exporter](https://github.com/minetest/B3Dexport) + ## Exporting tips for Mooshroom - join all the objects named mooshrooom together with CTRL-J diff --git a/models/+/pumpkin_face_off.png b/models/+/pumpkin_face_off.png new file mode 100644 index 0000000..86bf566 Binary files /dev/null and b/models/+/pumpkin_face_off.png differ diff --git a/models/+/pumpkin_side.png b/models/+/pumpkin_side.png new file mode 100644 index 0000000..6f467f8 Binary files /dev/null and b/models/+/pumpkin_side.png differ diff --git a/models/+/pumpkin_top.png b/models/+/pumpkin_top.png new file mode 100644 index 0000000..2254221 Binary files /dev/null and b/models/+/pumpkin_top.png differ diff --git a/models/+/snowman.png b/models/+/snowman.png index 66dca69..47b2820 100644 Binary files a/models/+/snowman.png and b/models/+/snowman.png differ diff --git a/models/+/snowman1.png b/models/+/snowman1.png index 853a3ab..1bd733e 100644 Binary files a/models/+/snowman1.png and b/models/+/snowman1.png differ diff --git a/models/snowman.blend b/models/snowman.blend index 79cca67..04f4d0a 100644 Binary files a/models/snowman.blend and b/models/snowman.blend differ diff --git a/usefull minecraft commands b/usefull minecraft commands index 9ff901c..ed29289 100644 --- a/usefull minecraft commands +++ b/usefull minecraft commands @@ -29,6 +29,12 @@ /summon enderman ~ ~ ~ {NoAI:1, carried:grass} +/summon enderman ~ ~ ~ {NoAI:1, carried:pumpkin} + +/summon enderman ~ ~ ~ {NoAI:1, carried:clay} + +/summon enderman ~ ~ ~ {NoAI:1, carried:blue_orchid} + /summon endermite ~ ~ ~ {NoAI:1} /summon evocation_illager ~ ~ ~ {NoAI:1}