Configurable crop spawn to other mods
samuelt005 opened this issue ยท 2 comments
Add a configuration option to specify crops from other mods and allow them to spawn in the world like TFC crops.
A few things:
- This should be doable via addons already.
- Providing a scriptable / json based configuration for this will likely require some significant redesigning if we are to do this properly.
- I would rather this was implemented in a 1.14-compatible method, which would avoid the use of craft tweaker (and preferably do something similar to how ore generation is handled, which will be easily portable to a 1.14 datapack system.)