Tags
Creators
Details
Licensed MIT
Published 10 months ago
Updated 2 days ago
All versions
1.5.4
Beta
I Editor [1.5.4]6 days ago 9
Compatibility
Minecraft: Java Edition
26.3-snapshot-7
Platform
Data Pack
Changes
v1.5.4
Added New Components:
Attack Animation: Animating an item on impactBrewing Fuel: An item used to fuel a potion makerCushion/color: a cushion of a certain color (located in the Enity Variant)Cooking Fuel: an item used as fuel for stovesInteract Animation: Animating an item on impactMob Visibility: mobs that see the player at a certain distanceSign Text: the text that is displayed on the front or back of the plateVillager Food: the food that the residents will eatWaxed: a block that is coated with wax
Changes:
- All macro commands for all editing elements have been changed, due to changes in the registry for entering data components from recent snapshots
- Removed the
Swing Animationcomponent and replaced it with 2 newAttack AnimationandInteract Animation
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:SAXvgvXt:gi7TxcX7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SAXvgvXt:gi7TxcX7"
}

