<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mesecons/mesecons_hydroturbine, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.linux-forks.de/mesecons/atom?h=master</id>
<link rel='self' href='http://git.linux-forks.de/mesecons/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/'/>
<updated>2018-01-28T20:22:09+00:00</updated>
<entry>
<title>Change hydroturbine sound to metal</title>
<updated>2018-01-28T20:22:09+00:00</updated>
<author>
<name>Wuzzy</name>
<email>Wuzzy2@mail.ru</email>
</author>
<published>2018-01-28T20:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=5ae33542274c96b956a505263e8b23e636b8f208'/>
<id>urn:sha1:5ae33542274c96b956a505263e8b23e636b8f208</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set is_ground_content to false (#386)</title>
<updated>2017-10-31T21:50:39+00:00</updated>
<author>
<name>DS</name>
<email>vorunbekannt75@web.de</email>
</author>
<published>2017-10-31T21:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=ff0bd76efece4738ed6ba406460859a4d1e7cd8e'/>
<id>urn:sha1:ff0bd76efece4738ed6ba406460859a4d1e7cd8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove obsolete nodeupdate call</title>
<updated>2017-10-08T16:20:24+00:00</updated>
<author>
<name>number Zero</name>
<email>silverunicorn2011@yandex.ru</email>
</author>
<published>2017-10-08T16:20:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=b08e93fc8ba0fffea4c62013d200012783949ae4'/>
<id>urn:sha1:b08e93fc8ba0fffea4c62013d200012783949ae4</id>
<content type='text'>
It wasn't necessary, actually.
</content>
</entry>
<entry>
<title>Handle blasts (#356)</title>
<updated>2017-10-06T22:44:49+00:00</updated>
<author>
<name>DS</name>
<email>vorunbekannt75@web.de</email>
</author>
<published>2017-10-06T22:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=905260c8db2d7d4844e3955fa38a79da233b3ab7'/>
<id>urn:sha1:905260c8db2d7d4844e3955fa38a79da233b3ab7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix wrong UV mapping on "on" turbine blades</title>
<updated>2017-02-13T19:24:29+00:00</updated>
<author>
<name>Vanessa Ezekowitz</name>
<email>vanessaezekowitz@gmail.com</email>
</author>
<published>2017-02-13T19:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=dd2b36c41cb5b2096bbd5168adbbb9f9a176c646'/>
<id>urn:sha1:dd2b36c41cb5b2096bbd5168adbbb9f9a176c646</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make "on" water turbine animated!</title>
<updated>2017-02-12T18:57:30+00:00</updated>
<author>
<name>Vanessa Ezekowitz</name>
<email>vanessaezekowitz@gmail.com</email>
</author>
<published>2017-02-12T18:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=46cbc76988ec62593f0ca04a6a32cbeaa0f57a8b'/>
<id>urn:sha1:46cbc76988ec62593f0ca04a6a32cbeaa0f57a8b</id>
<content type='text'>
This uses a fairly simple trick: the textures are animated, while the
model is static and has a number of rotated copies of the parts that are
seen to move (four copies of the blades, eight copies of the top/bottom
and their edges).  The opaque parts of the textures then decide which of
those faces' copies are visible in each frame.
</content>
</entry>
<entry>
<title>fix Z-fighting on water turbine</title>
<updated>2017-02-12T15:56:54+00:00</updated>
<author>
<name>Vanessa Ezekowitz</name>
<email>vanessaezekowitz@gmail.com</email>
</author>
<published>2017-02-12T15:56:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=fa3bd1927042ca5ded14623226f447bcb907b953'/>
<id>urn:sha1:fa3bd1927042ca5ded14623226f447bcb907b953</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow water turbines to work with river water (fixes #294)</title>
<updated>2016-12-31T09:57:50+00:00</updated>
<author>
<name>Carter Kolwey</name>
<email>cheapiephp@gmail.com</email>
</author>
<published>2016-12-26T04:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=79edbed8d7dc3a0280b2f631b95e36a49d7c5916'/>
<id>urn:sha1:79edbed8d7dc3a0280b2f631b95e36a49d7c5916</id>
<content type='text'>
This also makes turbines compatible with any liquid that is in the `water` group and has `liquidtype == "flowing"`.
</content>
</entry>
<entry>
<title>Always use minetest.set_node instead of minetest.add_node for consistency</title>
<updated>2016-02-14T20:00:37+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2016-02-14T20:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=7865d428348e64b4aa2877830fd97a283b0ae44e'/>
<id>urn:sha1:7865d428348e64b4aa2877830fd97a283b0ae44e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Major change: Documentation is now included with mesecons, the website just extracts the documentation in a more readable format</title>
<updated>2015-11-20T19:14:50+00:00</updated>
<author>
<name>Jeija</name>
<email>norrepli@gmail.com</email>
</author>
<published>2015-11-20T19:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linux-forks.de/mesecons/commit/?id=0ec771bf7d8d95f24b46d2f608cccc109ec2de4f'/>
<id>urn:sha1:0ec771bf7d8d95f24b46d2f608cccc109ec2de4f</id>
<content type='text'>
This makes development of new features easier, as documentation can automatically be updated on the website without modifying the website's code!
Every mod that has nodes in the mesecons modpack has a "doc" folder that contains subfolders with recipe, description and preview of the block. The website will discover which documentation is available
by reading the documentation.json file.
</content>
</entry>
</feed>
