V3.1.1 [1.19.3]
on May 9, 2023Changelog
Features
- (#31) Add a config option to modify the amount of hugner used when harvesting, and make the hunger used more balanced.
Closed Issues: #31
V3.1.1 [1.19.4]
on May 9, 2023Changelog
Features
- (#31) Add a config option to modify the amount of hugner used when harvesting, and make the hunger used more balanced.
Closed Issues: #31
V3.1.0 [1.19.4]
on Mar 16, 2023Changelog
Update to 1.19.4
.
V3.1.0 [1.19-1.19.2]
on Jan 8, 2023Changelog
- Fix RPGStats compatibility for versions >
5.0.0
. - Update tests.
Closed Issues: None
V3.1.0 [1.19.3-1.19.4]
on Jan 8, 2023Changelog
- Update testing system.
V3.0.7 [1.19.3]
on Dec 7, 2022Changelog
This release ports RCH to 1.19.3. Active support for 1.19.x will not be ended.
V3.0.6 [1.19.x]
on Nov 23, 2022V3.0.6 [1.18.x]
on Nov 23, 2022Changelog
- Add
ru_ru
translation. - Credit translation contributors in mod metadata.
Closed Issues: None
V3.0.5 [1.18.x]
on Nov 22, 2022V3.0.5 [1.19.x]
on Nov 22, 2022V3.0.4 [1.18.x]
on Nov 6, 2022V3.0.4 [1.19.x]
on Nov 6, 2022V3.0.3 [1.18.x]
on Nov 2, 2022Changelog
Features
- Add RPG Stats support.
- Add an abstract system to add support for other mods.
- Add the base of an API that other mods might use.
- Publish on maven.
Closed Issues: None
V3.0.3 [1.19.x]
on Nov 2, 2022Changelog
Features
- Add RPG Stats support.
- Add an abstract system to add support for other mods.
- Add the base of an API that other mods might use.
- Publish on maven.
Closed Issues: None
V3.0.2 [1.18.x]
on Oct 23, 2022Changelog
Features
- Use Quilt Mappings on intermediary.
Fixes
- Don't require the config option
requireHoe
to be set totrue
to allow harvesting in radii to occur. - Add a test to verify the above.
- Update dependencies.
Closed Issues: None
V3.0.2 [1.19.x]
on Oct 23, 2022Changelog
Features
- Use Quilt Mappings on intermediary.
Fixes
- Don't require the config option
requireHoe
to be set totrue
to allow harvesting in radii to occur. - Add a test to verify the above.
- Update dependencies.
Closed Issues: None
V3.0.1 [1.18.x]
on Aug 21, 2022Changelog
Features
- Make README nicer.
Fixes
- Fix #22 by deleting mixin config file.
Closed Issues: #22.
V3.0.1 [1.19.x]
on Aug 21, 2022Changelog
Features
- Make README nicer.
Fixes
- Fix #22 by deleting mixin config file.
Closed Issues: #22.
V3.0.0 [1.18.x]
on Aug 13, 2022Changelog
This release backports V3.0.0 for 1.19.x to 1.18.x. The changelog from V3.0.0 for 1.19.x can be seen below.
Closed Issues: #21.
Changelog from V3.0.0
Features
- Add a 'harvest in radius' feature (#20), allowing different tiers of hoes to harvest crops in different radii. This can be disabled.
- Significant code refactor - using events rather than mixins.
- Add information on the tags added by RightClickHarvest to a file,
DEVELOPERS.md
.
Fixes
- Make the hunger used by harvesting more forgiving.
- Make
useHunger
on by default. - Allow harvesting if you have no hunger but are in creative mode.
V3.0.0 [1.19.x]
on Aug 9, 2022Changelog
Features
- Build against 1.19.2.
- Add a 'harvest in radius' feature (#20), allowing different tiers of hoes to harvest crops in different radii. This can be disabled.
- Significant code refactor - using events rather than mixins.
- Add information on the tags added by RightClickHarvest to a file,
DEVELOPERS.md
.
Fixes
- Make the hunger used by harvesting more forgiving.
- Make
useHunger
on by default. - Allow harvesting if you have no hunger but are in creative mode.
Closed Issues: #20.