diff options
author | lantice3720 <65650884+lantice3720@users.noreply.github.com> | 2023-05-07 15:03:23 +0900 |
---|---|---|
committer | lantice3720 <65650884+lantice3720@users.noreply.github.com> | 2023-05-07 15:03:23 +0900 |
commit | d187facbdd47eca0afa5d91b9ed559b2c6b9863e (patch) | |
tree | af32b2b662f551ba02b0b3474f02adbe13cef3db /gradle.properties | |
parent | 2766f4ac5150ab02e97860796fd536ced1d9dfbe (diff) | |
download | Skyblocker-d187facbdd47eca0afa5d91b9ed559b2c6b9863e.tar.gz Skyblocker-d187facbdd47eca0afa5d91b9ed559b2c6b9863e.tar.bz2 Skyblocker-d187facbdd47eca0afa5d91b9ed559b2c6b9863e.zip |
REI Integration. Needed to add recipe identifier. Small change in itemlist.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 139c0e46..47fd8722 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,6 +15,8 @@ fabric_api_version=0.76.0+1.19.4 clothconfig_version=10.0.96 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) mod_menu_version=6.1.0-rc.4 +## REI (https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files) +rei_version=11.0.597 # Mod Properties mod_version = 1.8.3-beta |