
Item Suggestions Not Require Mod Name
When using tab completion on a command you don't have to prefix with the mods id
- Загрузки
- 5K
- Подписчики
- 21
- Обновлён
- 20 июня 2022 г.
- Лицензия
- CC0-1.0
Опубликован 15 апреля 2022 г.
When using the command syntax tab complete with other mods, you normally would have to type in the mods item namespace then the item name, which takes time and is repeatedly forgotten to do. Instead, any item (regardless of its namespace) is suggested.
Dev Env:
repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
content { includeGroup "maven.modrinth" }
}
}
dependencies {
modImplementation "maven.modrinth:isnrmn:v1_03"
}
Ченджлог
v1_03Релиз1.20.2, 1.20.3, 1.20.4 · 20 июня 2022 г.
- "updated" to 1.19
v1_02Релиз1.18.2 · 15 апреля 2022 г.
Changed the @Overwrite to an @Redirect so it's cleaner and will have more mod compatibility!
Комментарии
Загружаем…