Commit Graph

46 Commits (master)

Author SHA1 Message Date
rubenwardy 5d11725799
Remove release from mod.conf 2021-02-01 21:30:47 +00:00
Nathan Salapat 1a665743ca
Merge pull request #8 from samuel-p/master
fixed farming:pumkin and added some more fruits
2020-04-02 19:28:33 -05:00
samuel-p 9dff07965c added aliases for farming:carrot_juice and farming:pineapple_juice 2020-04-01 23:32:48 +02:00
samuel-p 0683eb2c6f added farming:blueberries, farming:pineapple, farming:pineapple_ring and default:blueberries 2020-04-01 22:34:26 +02:00
samuel-p 44624d39d4 fixed farming:pumpkin
added farming:pumpkin_slice
added ethereal:coconut_slice
2020-04-01 16:54:56 +02:00
NathanSalapat 66c1ce1be5 fixed a bug that would crash the game if player tried to take liquid out of an empty silo or barrel. 2019-09-01 19:51:28 -05:00
NathanSalapat 631d641249 fixed typo in depends. 2019-06-02 17:01:52 -05:00
NathanSalapat 70c38fafad fixed type in mod.conf 2019-02-20 09:08:00 -06:00
NathanSalapat 9dcba4a932 license fixes. 2019-02-17 15:01:43 -06:00
NathanSalapat 72ef9931ed fixed crash when using invalid inputs. 2017-12-25 09:56:30 -06:00
NathanSalapat 04b0214aa2 adding and removing stacks is possible. 2017-12-23 14:45:40 -06:00
NathanSalapat db01e6438d standardized infotexts. 2017-12-23 11:53:09 -06:00
NathanSalapat 92477a9a0e added ability to fill silo with juice press. 2017-12-22 21:58:31 -06:00
NathanSalapat 8b7a6ef4b0 added support for ethereal. 2017-12-08 07:22:59 -06:00
NathanSalapat c3676550f6 Fixed spelling error in the word pumpkin. 2017-12-05 21:43:45 -06:00
NathanSalapat bee685da6c added support for d00med fruit mod 2017-07-21 21:59:25 -05:00
NathanSalapat 4037abb5b9 merged code from Louis fixing an error with moreblocks and technic preventing the machines from being crafted 2017-07-01 16:09:51 -05:00
NathanSalapat cba301cdad buckets now function properly, and can be placed. 2017-04-08 08:10:08 -05:00
NathanSalapat 7e2e466f1e added another lookup table, and discovered a bug. 2017-03-25 17:18:56 -05:00
NathanSalapat 7771ff6207 added lookup tables at the suggestion of Sofar. 2017-03-24 22:30:59 -05:00
NathanSalapat a36fbf0069 converted if to elseif in many places. Thanks for mentioning that Sofar. 2017-03-24 08:45:37 -05:00
Nathan Salapat 91f50905bc Merge pull request #3 from todada/drinks_as_nodes
Make drinks placeable in the world.
I'll change the ifs to elseifs shortly. Also @todada you had a little bug with drinking from the steel bottle and getting an empty glass bottle in return, but I'll fix that when I do the changes from if to elseif.
2017-03-24 08:33:27 -05:00
todada a22f474159 Make drinks placeable in the world
- Changes craftitems to node definitions for glasses and bottles
- Adds support for vessels shelf
2017-03-23 20:36:40 +01:00
NathanSalapat 06b673cb62 made lower resolution textures for the models. 2017-02-11 13:43:24 -06:00
NathanSalapat 661c65668f added description.txt and a screenshot. 2017-02-07 20:57:13 -06:00
NathanSalapat a6f5fea008 fixed the drink names in barrels and silos. 2017-02-04 08:20:26 -06:00
NathanSalapat d54a3d045a fixed the labeling of barrels and silos. 2017-02-03 22:13:06 -06:00
NathanSalapat 1228bba6af melons from farming_redo work now. 2017-02-03 08:32:04 -06:00
NathanSalapat 9725eb1d0f added fruit requirement text to the press formspec. Changed inputs to only allow single containers. 2017-02-02 22:08:35 -06:00
NathanSalapat 649b2533ef fixed collision box on silo. 2017-01-25 09:43:54 -06:00
NathanSalapat f0bd88346c added support for minetest_doc_modpack. 2017-01-15 10:26:30 -06:00
NathanSalapat 3d037918e0 added support for farming_redo. 2016-12-17 14:15:36 -06:00
NathanSalapat eab14164b0 added support for different health gains for the drinks. 2016-11-30 11:35:10 -06:00
NathanSalapat 71956d0f7b fixed small error with silo. 2016-11-21 11:46:35 -06:00
NathanSalapat d2666e9cd7 Formspecs update to show state of press. 2016-11-20 15:06:17 -06:00
NathanSalapat 0e2a4dd16b fixed a typo that kept the mod from loading. :S 2016-11-19 09:48:50 -06:00
NathanSalapat 0baf9c6dfc finally fied the STUPID _item naming problem. 2016-11-18 10:31:34 -06:00
NathanSalapat 82bba274d8 added support for crops mod. 2016-11-16 08:24:57 -06:00
NathanSalapat 0740d9543a fixed farming_plus nodes. 2016-11-15 11:25:46 -06:00
NathanSalapat 7157d6c0ee some small changes 2016-11-13 21:07:29 -06:00
NathanSalapat 566be67928 added support for farming plus, and tidied code. 2016-11-12 19:29:58 -06:00
NathanSalapat 3911613e3b fixed a few small bugs. 2016-11-12 08:36:15 -06:00
NathanSalapat b1c5161d27 added drink silo. 2016-11-11 11:54:58 -06:00
NathanSalapat 41afa438a3 added support for plantlife modpack. 2016-11-09 11:17:04 -06:00
NathanSalapat b779091826 added readme and mod.conf 2016-10-30 20:02:17 -05:00
NathanSalapat ee733ef617 first commit 2016-10-30 19:59:51 -05:00