Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last month
All versions
1.3.3-1.21.1-NeoForge
Release
Defaulted 1.21.1 1.3.3 NeoForge2 months ago 9
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
- Added support as built-in type for Nautilus Studio
- Added
/defaultedroot command. Format:/defaulted item <item> components [get-prototype|get-patch|diff]: Gets item components of<item>, and displays either the original (prototype), current (patch) or a unified diff between the prototype and patch/defaulted enchantment <enchantment> [description|supported_items|primary_items|weight|max_level|min_cost|max_cost|anvil_cost|slots|exclusive_set|effects] [get-prototype|get-patch|diff]: Gets value for provided field of<enchantment>, and displays either the original (prototype), current (patch) or a unified diff between the prototype and patch/defaulted generate start [item|enchantment] <id> (<elements>): Starts a patch builder with id<id>for elements<elements>/defaulted generate append-patch-generator <id> <generator>: Appends a patch generator<generator>to patch builder<id>provided one exists/defaulted generate set <id> [patch|description|supported_items|primary_items|force_primary_items_replacement|weight|max_level|min_cost|max_cost|anvil_cost|slots|added_slots|removed_slots|exclusive_set] <value>: Sets the provided field for patch builder<id>to<value>/defaulted generate discard <id>: Deletes the patch builder<id>/defaulted generate build <id>: Builds patch builder<id>into a patch in either<world_folder>/generated/<namespace>/defaulted/default_component_patches/<path>.jsonor<world_folder>/generated/<namespace>/defaulted/enchantment_patches/<path>.jsonand then deletes the patch builder
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| defaulted-1.3.3.release-1.21.1-neoforge-sources.jar | Unknown | 531.27 KiB |
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:LxgPJAAy:GNTaNsbF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LxgPJAAy:GNTaNsbF"
}

