diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-03-30 01:27:50 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-03-30 01:28:08 +0800 |
| commit | 5b0c5838978fc74f783c6dcff2983af4fb97d912 (patch) | |
| tree | 3203f3c7acb3ecd28e6fbb7738d092713c891f96 /forge | |
| parent | 643c63d07667d745ae6b005079f882c38f03f528 (diff) | |
| download | RoughlyEnoughItems-5b0c5838978fc74f783c6dcff2983af4fb97d912.tar.gz RoughlyEnoughItems-5b0c5838978fc74f783c6dcff2983af4fb97d912.tar.bz2 RoughlyEnoughItems-5b0c5838978fc74f783c6dcff2983af4fb97d912.zip | |
Fix crash with rendering fluid with no sprite
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'forge')
| -rw-r--r-- | forge/src/main/resources/META-INF/mods.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml index 02685e595..31f53d582 100644 --- a/forge/src/main/resources/META-INF/mods.toml +++ b/forge/src/main/resources/META-INF/mods.toml @@ -15,6 +15,6 @@ To allow players to view items and recipes. [[dependencies.roughlyenoughitems]] modId = "architectury" mandatory = true -versionRange = "[1.9.136,)" +versionRange = "[1.10.139,)" ordering = "NONE" side = "BOTH" |
