AlexNijjar / Extractinator

Convert blocks into resources.
MIT License
8 stars 10 forks source link

[Feature Request] [Forge 1.20.1]: Ability to configure the mod #47

Closed vizthex123 closed 5 months ago

vizthex123 commented 5 months ago

Is your feature request related to a problem?

As the title says, being able to configure the mod (accepted blocks, what each block drops, the droprate for items, speed of the machine, etc.) would be great.

Solution(s)

No response

Describe alternatives you've considered

No response

Mod Version

2.3.0

Mod Loader Version

47.2.6

Mod Loader

Forge

Additional context

No response

AlexNijjar commented 5 months ago

You can. you can use a datapack to modify recipes/tags. and the speed can be changed in the config: extractTicks

https://github.com/AlexNijjar/Extractinator/tree/1.20.x/common/src/main/resources/data/extractinator/tags/items https://github.com/AlexNijjar/Extractinator/tree/1.20.x/common/src/main/resources/data/extractinator/recipes/extractinating

vizthex123 commented 5 months ago

There's no link to any sort of docs (nor mention of it on the CF page) so i thought it wasn't configurable. Would be nice if that got fixed.