Commit Graph

88 Commits

Author SHA1 Message Date
thunderdog1138 d7141cab9b Delete 'mods/farming/textures/farming_tool_durasteelhoe.png' 2020-05-08 02:38:17 +00:00
thunderdog1138 045a0ac87a Delete 'mods/farming/textures/farming_tool_diamondhoe.png' 2020-05-08 02:38:08 +00:00
thunderdog1138 391f5f3a07 Delete 'mods/farming/textures/farming_tool_bronzehoe.png' 2020-05-08 02:37:58 +00:00
thunderdog1138 97bdf6c777 Delete 'mods/farming/textures/farming_string.png' 2020-05-08 02:37:48 +00:00
thunderdog1138 e3b7755223 Delete 'mods/farming/textures/farming_straw.png' 2020-05-08 02:37:38 +00:00
thunderdog1138 0d4eabb6e1 Delete 'mods/farming/textures/farming_soil_wet_side.png' 2020-05-08 02:37:29 +00:00
thunderdog1138 7fcafc019d Delete 'mods/farming/textures/farming_soil_wet.png' 2020-05-08 02:37:21 +00:00
thunderdog1138 fd80266efe Delete 'mods/farming/textures/farming_soil.png' 2020-05-08 02:37:12 +00:00
thunderdog1138 e6507cb522 Delete 'mods/farming/textures/farming_flour.png' 2020-05-08 02:37:05 +00:00
thunderdog1138 4561f6829a Delete 'mods/farming/textures/farming_desert_sand_soil_wet_side.png' 2020-05-08 02:36:54 +00:00
thunderdog1138 8fcf7761c5 Delete 'mods/farming/textures/farming_desert_sand_soil_wet.png' 2020-05-08 02:36:44 +00:00
thunderdog1138 2467028bdb Delete 'mods/farming/textures/farming_desert_sand_soil.png' 2020-05-08 02:36:35 +00:00
thunderdog1138 44836e9178 Delete 'mods/farming/textures/farming_cotton_seed.png' 2020-05-08 02:36:25 +00:00
thunderdog1138 edc0b3ab63 Delete 'mods/farming/textures/farming_cotton_8.png' 2020-05-08 02:36:17 +00:00
thunderdog1138 97182a09cd Delete 'mods/farming/textures/farming_cotton_7.png' 2020-05-08 02:36:10 +00:00
thunderdog1138 36777fc2ee Delete 'mods/farming/textures/farming_cotton_6.png' 2020-05-08 02:36:03 +00:00
thunderdog1138 52f0da9d9f Delete 'mods/farming/textures/farming_cotton_5.png' 2020-05-08 02:35:54 +00:00
thunderdog1138 3f7cacf449 Delete 'mods/farming/textures/farming_cotton_4.png' 2020-05-08 02:35:44 +00:00
thunderdog1138 705b91a402 Delete 'mods/farming/textures/farming_cotton_3.png' 2020-05-08 02:35:32 +00:00
thunderdog1138 ecf51d7441 Delete 'mods/farming/textures/farming_cotton_2.png' 2020-05-08 02:35:21 +00:00
thunderdog1138 4c9e2f0371 Delete 'mods/farming/textures/farming_cotton_1.png' 2020-05-08 02:35:11 +00:00
thunderdog1138 88c9ecf4ec Delete 'mods/farming/textures/farming_cotton.png' 2020-05-08 02:34:51 +00:00
thunderdog1138 69235adad9 Delete 'mods/farming/textures/farming_bread.png' 2020-05-08 02:32:08 +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