Tags
Creators
Details
Licensed MIT
Published last year
Updated last year
All versions
0.0.1-1.21+build.1
Release
Don't Touch Me! Mod V0.0.1 MCV-1.21 Fabriclast year 52
Uploaded by
Compatibility
Minecraft: Java Edition
1.21
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Changes
Version Information
Version 0.0.1+build.1 for MCV 1.21
This is a new version for our mod, Don't Touch Me!, it requires Java 21, you can download the JDK here
What does this mod bring to the table?
To know more, read the following:
- Compared to the last version 0.0.0-1.21+build.1, this version fixes some problems with the custom advancement "slippery". This version also adds the custom code for both the block and item we added which makes the code more readable.
A new item
- To continue from the previous version's changelog (mentioned above), you're able to add it to your chest plate equipment slot.
CustomItemSettings
- New additions & updates due to the 1.21 MCV we're working with (comparing to the 0.0.0-1.19+build.2 version):
- Removed maxDamageIfAbsent method
- But, adds the following methods:
- jukeboxPlayable
- attributeModifiers
- equipmentSlot
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:neHfodPW:QSa5EYGG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:neHfodPW:QSa5EYGG"
}

