From d187facbdd47eca0afa5d91b9ed559b2c6b9863e Mon Sep 17 00:00:00 2001 From: lantice3720 <65650884+lantice3720@users.noreply.github.com> Date: Sun, 7 May 2023 15:03:23 +0900 Subject: REI Integration. Needed to add recipe identifier. Small change in itemlist. --- gradle.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gradle.properties') 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 -- cgit