Skip to content

Commit 325c719

Browse files
committed
v0.2.3
1 parent 44420b3 commit 325c719

4 files changed

Lines changed: 57 additions & 2 deletions

File tree

.github/workflows/PUBLISH.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [ workflow_dispatch ]
55
env:
66
MINECRAFT_VERSION: 1.20.1
77
JAVA_VERSION: 17
8-
VERSION: 0.2.2b
8+
VERSION: 0.2.3
99
VERSION_TYPE: release
1010
PUBLISH_GITHUB_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
1111
PUBLISH_MODRINTH_TOKEN: ${{ secrets.PUBLISH_MODRINTH_TOKEN }}

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
### v0.2.3
2+
Add compatibility between Coal Coke Dust from Immersive Engineering and TFMG.
3+
4+
### v0.2.2b
5+
Updated Destroy (Create add-on) version to fix crashes. - [#19](https://github.com/Amronos/createaddoncompatibility/issues/19)
6+
7+
### v0.2.2a
8+
Updated Destroy (Create add-on) version to fix crashes. - [#18](https://github.com/Amronos/createaddoncompatibility/issues/18)
9+
10+
### v0.2.2
11+
``config/almostunified/unify.json`` no longer needs to be replaced manually after updating the mod. <br>
12+
``config/almostunified/unify.json`` is no longer overwritten. <br>
13+
``modPriorities`` in ``config/almostunified/unify.json`` can be modified to change which mod has priority in compatibility.
14+
15+
### v0.2.1b
16+
Fixed Diesel Generators not working - [#15](https://github.com/Amronos/createaddoncompatibility/issues/15) -> Sadly, Ad Astra fuels and Create: Garnished peanut oil will no longer work in diesel generators.
17+
18+
### v0.2.1a
19+
Updated Create: Copycats+ compat - [#11](https://github.com/Amronos/createaddoncompatibility/issues/11)
20+
Updated Create: The Factory Must Grow compat - [#12](https://github.com/Amronos/createaddoncompatibility/issues/12)
21+
22+
### v0.2.1
23+
Cleaned up recipes and tags. <br>
24+
Added a configuration datapack to the mod, called "Rockets Use Ad Astra Fuels Only." It makes Ad Astra rockets use only Ad Astra fuels - [#9](https://github.com/Amronos/createaddoncompatibility/issues/9)
25+
26+
### v0.2.0a
27+
Updated Create: Dreams and Desires version to fix crashes.
28+
29+
### v0.2.0
30+
Added compatibility for copycats. <br>
31+
Added compatibility for plastic sheets. <br>
32+
Added compatibility for six way gearbox. <br>
33+
Added custom Almost Unified unification config. <br>
34+
Fixed blaze burners getting normal heated by Peanut Oil.
35+
36+
### v0.1.2b
37+
Switched Ad Astra tags to datagen <br>
38+
Cleaned up code
39+
40+
### v0.1.2a
41+
Switched tags to datagen <br>
42+
Made Recipes Conditional <br>
43+
Fixed issue [#2](https://github.com/Amronos/createaddoncompatibility/issues/2)
44+
45+
### v0.1.2
46+
Made it a proper mod. <br>
47+
Added compatibility features for Ad Astra, Create: Garnished, Pneumaticcraft
48+
49+
### v0.1.0a
50+
Fixed Dependencies
51+
52+
### v0.1.0
53+
First Release!🎉

LATEST_CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### v0.2.3
2+
Add compatibility between Coal Coke Dust from Immersive Engineering and TFMG.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mapping_version=2023.09.03-1.20.1
1818
mod_id=createaddoncompatibility
1919
mod_group_id=com.amronos.createaddoncompatibility
2020

21-
mod_version=0.2.2b
21+
mod_version=0.2.3
2222

2323
mod_license=GNU Lesser General Public License v3.0
2424
mod_name=Create: Addon Compatibility

0 commit comments

Comments
 (0)