Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from glektarssza/bugfix/invalid-mods-toml
Browse files Browse the repository at this point in the history
[bugfix] Fixed invalid mods.toml
  • Loading branch information
glektarssza authored Dec 31, 2023
2 parents 4ccafe2 + 92ce50f commit 3c44648
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions forge-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"0.0.2": "Added a datapack to add the Engineer's Goggles from Create into the Curios head slot tag group."
},
"promos": {
"1.16.5-latest": "0.0.2",
"1.16.5-recommended": "0.0.2"
"1.16.5-latest": "0.0.4",
"1.16.5-recommended": "0.0.4"
}
}
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Project #
mod_name=Create Goggles Curio
mod_version=0.0.3
mod_version=0.0.4
mod_group=com.glektarssza
mod_id=creategogglescurio
mod_description="A mod for Minecraft 1.16.5 that adds the Engineer's Goggles from Create to the Curios head slot."
mod_author="G'lek Tarssza"
mod_description=A mod for Minecraft 1.16.5 that adds the Engineer's Goggles from Create to the Curios head slot.
mod_author=G'lek Tarssza
mod_license=All rights reserved.
mod_credits="The Create team for Create, TheIllusiveC4 for Curios API, G'lek Tarssza for this mod."
mod_credits=The Create team for Create, TheIllusiveC4 for Curios API, G'lek Tarssza for this mod.

# Minecraft #
minecraft_version=1.16.5
Expand Down

0 comments on commit 3c44648

Please sign in to comment.