Tags
Creators
Details
Licensed ARR
Published 4 months ago
Updated last month
All versions
1.1.0
Release
LemonThings 1.1.0last month 53
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Bug Fixes:
- Fixed the Ravager loot table bug
- Fixed the Goat Horn effects bug
- Added tags for all items
Retexturing:
- Platinum
- Platinum Nugget
- Platinum Chain
- Platinum Block
- Needle
- Custom Totem
- Miner's Lollipop
- Berry Roll
New Content:
- Stalactite Shield
- Strider Scales
- Strider Boots
- Wolf Tooth
- Hunter's Knife
- Wolf Tooth Necklace
- Platinum Armor and Tools
Other Changes
- The Miner's Lollipop effect duration is now 1 minute and 30 seconds
Багфиксы:
- Исправлен баг с луттейблом разорителя
- Исправлен баг с эффектами козьих рогов
- Добавлены теги для всех предметов
Ретекстуринг
- Обновлены текстуры следующих предметов
- Платина
- Платиновый кусочек
- Платиновая цепь
- Платиновый блок
- Игла
- Самодельный тотем
- Леденец шахтёра
- Ягодный рулет
Новый контент
- Сталактитовый щит
- Чешуйки страйдера
- Ботинки страйдера
- Зуб волка
- Нож охотника
- Ожерелье из волчих зубов
- Платиновые броня и инструменты
Прочие изменения
- Длительность эффекта леденца шахтёра теперь составляет 1 минуту и 30 секунд
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:DdSXWoJs:w2egGDVR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DdSXWoJs:w2egGDVR"
}

