Commit Graph

6 Commits

Author SHA1 Message Date
trans_soup 754f902359 mcl_vegan_utils: create compression recipe util
create function for registering recipes that compress (and optionally
un-compress) items. an example of this in vanilla is wheat being
compressable into hay.
2023-07-17 14:01:07 +02:00
trans_soup b12dfcfbcc add food registration utility to mcl_vegan_utils. 2023-07-17 13:04:04 +02:00
trans_soup 936ca6f558 fix bug in mcl_vegan_utils. 2023-07-17 12:53:11 +02:00
trans_soup 25dc22eae8 fix bug in mcl_vegan_utils.
a variable name was written a wrong way.
2023-07-17 00:41:02 +02:00
trans_soup d78db87afa add registration of farming items to utility mod. 2023-07-17 00:03:20 +02:00
trans_soup 9c94d96fb9 create mcl_vegan_utils mod.
create utilities for:

- loading files.
- changing drops of existing nodes.
- registering crops.
2023-07-16 23:37:28 +02:00