diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-05-22 19:13:40 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-05-22 19:13:40 +0800 |
| commit | f7128cb247d827057b8fa63b954976fabb169091 (patch) | |
| tree | c94869d7db305b5ea85645962401aa0a5329f713 | |
| parent | 85c5d89bba993b8e82180a259fe40b09cf2de0eb (diff) | |
| download | RoughlyEnoughItems-f7128cb247d827057b8fa63b954976fabb169091.tar.gz RoughlyEnoughItems-f7128cb247d827057b8fa63b954976fabb169091.tar.bz2 RoughlyEnoughItems-f7128cb247d827057b8fa63b954976fabb169091.zip | |
Adds root project name
| -rw-r--r-- | README.md | 16 | ||||
| -rwxr-xr-x | settings.gradle | 2 |
2 files changed, 3 insertions, 15 deletions
@@ -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)  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" |
