EwyBoy / SeedDrop

Minecraft mod that lets you configure what drops from breaking grass with JSON or Commands.
https://www.curseforge.com/minecraft/mc-mods/seed-drop
MIT License
5 stars 2 forks source link

[Compatibility] Hexerei #12

Closed Rhyssia closed 1 year ago

Rhyssia commented 1 year ago

Name of mod you want compatibility with? Hexerei

Is your compatibility request related to a problem? When overriding what seeds drop when grass breaks, it prevents some mods (Hexerei in this example) from modifying grass break drops the way the mod author designed.

Describe the solution you'd like Config Option to integrate/override other mods modifying grass drops

Additional context Not Applicable.

EwyBoy commented 1 year ago

The easiest way to solve this when both mods are installed is to simple add the seeds you want to drop to the drop list of seed drop. This can easily be done in-game using commands or in the config file. There is no need for a custom integration for this.

Rhyssia commented 1 year ago

Ahem, thank you for evaluating this issue.