Skip to content

Commit

Permalink
feat: update to latest modonomicon
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jun 24, 2024
1 parent 07e4003 commit 76d84fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ group=com.klikli_dev
mod_id=theurgy
mod_name=Theurgy
mod_license=MIT AND CC-BY-4.0
mod_version=1.18.3
mod_version=1.23.0
mod_authors=Kli Kli
mod_description=An open-source magic mod built around classical alchemy to replicate and transmute matter, and create magical artifacts.

## Dependency Properties

jei_version=19.0.0.1
jei_version_range=[19.0.0.1,)
modonomicon_version=1.79.0
modonomicon_version_range=[1.76.0,)
modonomicon_version=1.90.2
modonomicon_version_range=[1.90.0,)
almost_unified_version=0.5.0
almost_unified_version_range=[0.5.0,)
# geckolib currently names their files after 1.20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -813,4 +813,10 @@ protected void addTranslations() {
this.addIntegrations();
this.addBehaviours();
}


@Override
public void add(String key, String name) {
super.add(key, name);
}
}

0 comments on commit 76d84fc

Please sign in to comment.