11.0.0.212 for Fabric 1.19
on Jan 27, 2023- Clean up unused imports - mezz
- Update to support the breaking changes in forge (#2886) - Sara Freimer
- clean up configs slightly - mezz
- Cleanup - mezz
- update parchment version - mezz
- Update dev forge and mappings - mezz
- set gradle to no longer use configure-on-demand, it breaks ForgeGradle - mezz
- Remove old createFocusLink method - mezz
- Fix improper property use causing invalid dependency POM (#2854) - sciwhiz12
- The archivesName property of BasePluginExtension is a Property<String>.
11.0.0.211 for Forge 1.19
on Jan 27, 202311.0.0.211 for Fabric 1.19
on Jan 27, 2023- Update to support the breaking changes in forge (#2886) - Sara Freimer
- clean up configs slightly - mezz
- Cleanup - mezz
- update parchment version - mezz
- Update dev forge and mappings - mezz
- set gradle to no longer use configure-on-demand, it breaks ForgeGradle - mezz
- Remove old createFocusLink method - mezz
- Fix improper property use causing invalid dependency POM (#2854) - sciwhiz12
- The archivesName property of BasePluginExtension is a Property<String>.
- The default implementation of toString() for a Property is to print out
11.0.0.210 for Forge 1.19
on Jan 27, 202311.0.0.210 for Fabric 1.19
on Jan 27, 2023- clean up configs slightly - mezz
- Cleanup - mezz
- update parchment version - mezz
- Update dev forge and mappings - mezz
- set gradle to no longer use configure-on-demand, it breaks ForgeGradle - mezz
- Remove old createFocusLink method - mezz
- Fix improper property use causing invalid dependency POM (#2854) - sciwhiz12
- The archivesName property of BasePluginExtension is a Property<String>.
- The default implementation of toString() for a Property is to print out
- their name and owning object, and not the toString() of their contents.
9.7.0.209 for 1.18.2
on Jan 27, 2023-
Fix concurrent modification exception when a recipe manager plugin crashes - mezz
-
Update sv_se.json (#2836) - A. Regnander
-
Updated Russian Translation (#2799) - DrHesperus
-
Fix #2812 Add a keybind for the key to exit a recipe screen to the inventory - mezz
-
Allow focuses to match multiple ingredients in a recipe slot - mezz
-
Fix #2790 Recipes are listed twice when checking the uses of an ingredient that is also a catalyst - mezz
-
deprecate some api methods that depend on forge-specific code - mezz
-
Create IIngredientTypeWithSubtypes for generic handling of subtypes in ingredients - mezz
10.1.0.208 for Forge 1.18.2
on Jan 27, 202310.1.0.208 for Fabric 1.18.2
on Jan 27, 2023- Fix concurrent modification exception when a recipe manager plugin crashes - mezz
- #2851 Protect against more crashes from broken fluids - mezz
- remove gradle.configureondemand to work around a ForgeGradle bug - mezz
- Fix improper property use causing invalid dependency POM (#2855) - sciwhiz12
- The archivesName property of BasePluginExtension is a Property<String>.
- The default implementation of toString() for a Property is to print out
- their name and owning object, and not the toString() of their contents.
- This meant that passing archivesName to Node#appendNode as a value,
- which calls toString() on it to make it into a String, results in e.g.
10.1.0.207 for Forge 1.18.2
on Jan 27, 202310.1.0.207 for Fabric 1.18.2
on Jan 27, 2023- #2851 Protect against more crashes from broken fluids - mezz
- remove gradle.configureondemand to work around a ForgeGradle bug - mezz
- Fix improper property use causing invalid dependency POM (#2855) - sciwhiz12
- The archivesName property of BasePluginExtension is a Property<String>.
- The default implementation of toString() for a Property is to print out
- their name and owning object, and not the toString() of their contents.
- This meant that passing archivesName to Node#appendNode as a value,
- which calls toString() on it to make it into a String, results in e.g.
- `extension 'base' property 'archivesName'` instead of the expected
11.0.0.206 for Forge 1.19
on Jan 27, 202311.0.0.206 for Fabric 1.19
on Jan 27, 2023- Fix improper property use causing invalid dependency POM (#2854) - sciwhiz12
- The archivesName property of BasePluginExtension is a Property<String>.
- The default implementation of toString() for a Property is to print out
- their name and owning object, and not the toString() of their contents.
- This meant that passing archivesName to Node#appendNode as a value,
- which calls toString() on it to make it into a String, results in e.g.
- `extension 'base' property 'archivesName'` instead of the expected
- value of e.g. `jei-1.19-common-api`.
- The simple fix is to call Property#get() on archivesName to get its
- actual value and pass that on as the node value.
11.0.0.203 for Forge 1.19
on Jan 27, 202311.0.0.203 for Fabric 1.19
on Jan 27, 202310.1.0.202 for Forge 1.18.2
on Jan 27, 202310.1.0.202 for Fabric 1.18.2
on Jan 27, 202310.1.0.200 for Forge 1.18.2
on Jan 27, 202310.1.0.200 for Fabric 1.18.2
on Jan 27, 2023- JEI 10. Add Fabric support. Refactor into a multi-project (#2842) - mezz
- Update sv_se.json (#2836) - A. Regnander
- Updated Russian Translation (#2799) - DrHesperus
- Fix #2812 Add a keybind for the key to exit a recipe screen to the inventory - mezz
- Allow focuses to match multiple ingredients in a recipe slot - mezz
- Fix #2790 Recipes are listed twice when checking the uses of an ingredient that is also a catalyst - mezz
9.7.0.196 for 1.18.2
on Jan 27, 2023-
Update sv_se.json (#2836) - A. Regnander
-
Updated Russian Translation (#2799) - DrHesperus
-
Fix #2812 Add a keybind for the key to exit a recipe screen to the inventory - mezz
-
Allow focuses to match multiple ingredients in a recipe slot - mezz
-
Fix #2790 Recipes are listed twice when checking the uses of an ingredient that is also a catalyst - mezz
-
deprecate some api methods that depend on forge-specific code - mezz
-
Create IIngredientTypeWithSubtypes for generic handling of subtypes in ingredients - mezz
9.7.0.195 for 1.18.2
on Jan 27, 2023- Updated Russian Translation (#2799) - DrHesperus
- Fix #2812 Add a keybind for the key to exit a recipe screen to the inventory - mezz
- Allow focuses to match multiple ingredients in a recipe slot - mezz
- Fix #2790 Recipes are listed twice when checking the uses of an ingredient that is also a catalyst - mezz