aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-05-22 19:13:40 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-05-22 19:13:40 +0800
commitf7128cb247d827057b8fa63b954976fabb169091 (patch)
treec94869d7db305b5ea85645962401aa0a5329f713
parent85c5d89bba993b8e82180a259fe40b09cf2de0eb (diff)
downloadRoughlyEnoughItems-f7128cb247d827057b8fa63b954976fabb169091.tar.gz
RoughlyEnoughItems-f7128cb247d827057b8fa63b954976fabb169091.tar.bz2
RoughlyEnoughItems-f7128cb247d827057b8fa63b954976fabb169091.zip
Adds root project name
-rw-r--r--README.md16
-rwxr-xr-xsettings.gradle2
2 files changed, 3 insertions, 15 deletions
diff --git a/README.md b/README.md
index 38be0a037..e46ba2607 100644
--- a/README.md
+++ b/README.md
@@ -1,30 +1,16 @@
# Roughly Enough Items
https://minecraft.curseforge.com/projects/roughly-enough-items <br>
Roughly Enough Items is a mod to view Items and Recipes for Minecraft 1.13 - 1.14, supporting mod loaders from Forge, Rift to Fabric.
-### Downloads
-[Detailed Downloads](https://gist.github.com/shedaniel/fc0742cf96dd4c4cf5d9653ba42ca2d0#roughly-enough-items)
### Dependencies
1.13's version requires [Rift](https://minecraft.curseforge.com/projects/rift).
1.13.2's version requires [Chocohead's Rift Fork](https://github.com/Chocohead/Rift) or [Forge 1.13.2](https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.13.2.html).
-1.14's version requires [Fabric Mod Loader](https://fabricmc.net/), [Cloth API](https://minecraft.curseforge.com/projects/cloth) and [Fabric API](https://minecraft.curseforge.com/projects/fabric). (Optional: [Plugin Loader](https://minecraft.curseforge.com/projects/pluginloader) for loading REI plugins)
+1.14's version requires [Fabric Mod Loader](https://fabricmc.net/) and [Fabric API](https://minecraft.curseforge.com/projects/fabric). (Optional: [Plugin Loader](https://minecraft.curseforge.com/projects/pluginloader) for loading REI plugins)
![](https://cdn.discordapp.com/attachments/472670263234920449/536198766118830081/unknown.png)
This mod is client sided and server sided.
-### Currently Supported Languages:
-- English
-- Chinese Traditional
-- Chinese Simplified
-- French
-- German
-- Estonian
-- LOLCATS
-- Upside Down English
-- Brazilian Portuguese
-- Bulgarian
-
### License
Roughly Enough Items was a fork of Almost Enough Items by ZenDarva until v2.0 rewrite. This fork is permitted under the MIT license.
Roughly Enough Items is licensed under [MIT license](https://github.com/shedaniel/RoughlyEnoughItems/blob/1.14/LICENSE).
diff --git a/settings.gradle b/settings.gradle
index 5b60df3d2..432c26ae5 100755
--- a/settings.gradle
+++ b/settings.gradle
@@ -8,3 +8,5 @@ pluginManagement {
gradlePluginPortal()
}
}
+
+rootProject.name = "RoughlyEnoughItems"