Commit Graph

37 Commits

Author SHA1 Message Date
thunderdog1138 d432f7f83c Delete 'mods/farming/textures/farming_tool_diamondhoe.png' 2020-07-17 12:35:42 +00:00
thunderdog1138 506478247a Delete 'mods/farming/textures/farming_tool_bronzehoe.png' 2020-07-17 12:35:34 +00:00
thunderdog1138 466777212f Delete 'mods/farming/textures/farming_string.png' 2020-07-17 12:35:27 +00:00
thunderdog1138 31fdb221b4 Delete 'mods/farming/textures/farming_straw.png' 2020-07-17 12:35:19 +00:00
thunderdog1138 676cf4d1ef Delete 'mods/farming/textures/farming_soil_wet_side.png' 2020-07-17 12:35:11 +00:00
thunderdog1138 33ed5307d5 Delete 'mods/farming/textures/farming_soil_wet.png' 2020-07-17 12:35:01 +00:00
thunderdog1138 d780fe89ed Delete 'mods/farming/textures/farming_soil.png' 2020-07-17 12:34:53 +00:00
thunderdog1138 05a407b29a Delete 'mods/farming/textures/farming_flour.png' 2020-07-17 12:34:46 +00:00
thunderdog1138 54454d93df Delete 'mods/farming/textures/farming_desert_sand_soil_wet_side.png' 2020-07-17 12:34:38 +00:00
thunderdog1138 cccb9e6f7f Delete 'mods/farming/textures/farming_desert_sand_soil_wet.png' 2020-07-17 12:34:30 +00:00
thunderdog1138 33113082c6 Delete 'mods/farming/textures/farming_desert_sand_soil.png' 2020-07-17 12:34:22 +00:00
thunderdog1138 6a686a9148 Delete 'mods/farming/textures/farming_cotton_seed.png' 2020-07-17 12:34:15 +00:00
thunderdog1138 6761d8dec5 Delete 'mods/farming/textures/farming_cotton_8.png' 2020-07-17 12:34:07 +00:00
thunderdog1138 c58ea8b746 Delete 'mods/farming/textures/farming_cotton_7.png' 2020-07-17 12:34:00 +00:00
thunderdog1138 c1916e8924 Delete 'mods/farming/textures/farming_cotton_6.png' 2020-07-17 12:33:52 +00:00
thunderdog1138 774c223c2f Delete 'mods/farming/textures/farming_cotton_5.png' 2020-07-17 12:33:46 +00:00
thunderdog1138 e42ac5dcb8 Delete 'mods/farming/textures/farming_cotton_4.png' 2020-07-17 12:33:38 +00:00
thunderdog1138 af715eb5e7 Delete 'mods/farming/textures/farming_cotton_3.png' 2020-07-17 12:33:25 +00:00
thunderdog1138 c09a4571e0 Delete 'mods/farming/textures/farming_cotton_2.png' 2020-07-17 12:33:17 +00:00
thunderdog1138 c4191b48d8 Delete 'mods/farming/textures/farming_cotton_1.png' 2020-07-17 12:33:09 +00:00
thunderdog1138 5548cbc896 Delete 'mods/farming/textures/farming_cotton.png' 2020-07-17 12:32:57 +00:00
thunderdog1138 02dd6e74ef Delete 'mods/farming/textures/farming_bread.png' 2020-07-17 12:32:43 +00:00
thunderdog1138 4a8e8a3c5c
Add files via upload 2019-12-15 09:40:04 -05:00
thunderdog1138 fa7a8bfe51
Delete farming_tool_steelhoe.png 2019-12-15 09:39:47 -05:00
paramat 08727bcd69 Farming: Make cotton look like cotton, add crafted string item
Remove string -> cotton alias.
2017-08-18 18:48:25 +01:00
paramat 47efa2f558 Textures: Revert many back to RGBA to fix visual bug
With mip-mapping enabled, some GPUs cause a visual bug with indexed
textures that use alpha. This bug has been present for a while but
not noticed before. All indexed alpha textures must now be converted
to RGBA, to start this process we revert some textures converted to
indexed in the recent commit af3c918.
2016-11-19 23:45:08 +00:00
Auke Kok af3c91862c Convert many textures to indexed color
This fixes all cases where the color profile was broken, and
libpng warns about. It also makes almost all textures indexed
instead of RGB where possible (textures that don't have
semi-transparent pixels).
2016-11-18 05:37:02 +00:00
jp f86ac2fdff Optimize textures and model (use *.b3d instead *.x) 2015-02-28 22:33:19 +01:00
jeanpatrick.guerrero@gmail.com 5518c277f3 Textures Update 2015-01-25 10:48:42 +01:00
jeanpatrick.guerrero@gmail.com 5d8b2442ce Add straw 2015-01-17 16:30:31 +01:00
PilzAdam b0fb180e4d Use an overlay over default_dirt.png for soil 2014-12-07 19:46:23 +01:00
David Gumberg e106fd51ca Compress all textures losslessly using optipng and advpng 2014-07-05 16:06:00 +02:00
webdesigner97 60ccb522d4 Make farming more flexible
- API {farming.register_hoe(), farming.register_plant()}
- Fertilities -> Plant only grow on soil with a fitting fertility, e.g. Wheat only grows on grassland, while cotton grows in deserts and grassland)
- New soil: Desert Sand
- Place seeds instead of plants
2014-07-05 16:03:24 +02:00
BlockMen f85e9ba691 Add mese and diamond hoe, new tool textures 2014-07-05 16:02:34 +02:00
RealBadAngel 579c279be2 Fix semitransparent pixel in bread's texture. 2014-05-20 19:58:30 +02:00
Sfan5 c2ce3d032e Pngcrush all Textures 2013-05-25 16:20:35 +02:00
PilzAdam 5d11a34b04 Add farming mod 2013-05-21 18:53:10 +02:00