Skip to content

Commit

Permalink
Merge branch 'mc1.19/fabric/dev' into mc1.20.1/fabric/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Sep 3, 2024
2 parents b662462 + c9ba93d commit ca1f12c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FABRIC_CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Change logging starts below:
- Fix ingredients overlapping with heat bar when using EMI (#1582)
- Fix extendo grip not using up durability
- Fix displaying sequenced assembly with multiple spout steps in REI (#1490)
- Update to 0.5.1.g (https://github.com/Creators-of-Create/Create/wiki/0.5.1g)
- Update to 0.5.1.h (https://github.com/Creators-of-Create/Create/wiki/0.5.1g-&-h)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ loader_version = 0.16.3
fabric_version = 0.92.2+1.20.1

# Mod Properties
mod_version = 0.5.1-g
mod_version = 0.5.1-h
maven_group = com.simibubi.create

# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/simibubi/create/Create.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class Create implements ModInitializer {

public static final String ID = "create";
public static final String NAME = "Create";
public static final String VERSION = "0.5.1g";
public static final String VERSION = "0.5.1h";

public static final Logger LOGGER = LogUtils.getLogger();

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},

"license": "MIT",
"icon": "logo.png",
"icon": "icon.png",

"environment": "*",
"entrypoints": {
Expand Down

0 comments on commit ca1f12c

Please sign in to comment.