Included content
| Name | |
|---|---|
MASSIVE RELEASE TONS OF CHANGES.
NEW
/kam animation to play animations on a player via a commandmixins.cfg to disable and enable animation functionality.config/CustomNpcPlus/client.cfg/kam command [ScriptedCommandName] to run Scripted Commands via a normal comamandIParty, IHitBoxData, ITintData, IMark,Ctrl + X, C, V, Z, Y... etcBanned Scripting Classes editable in the main.cfgIVillager for modifying Villager TradingIScreenSize for sending Client Screen Size to Server/kam is the same as /kamkeel/kam questcat command/kam dialogcat command/kam overlay command/kam config market allows for Market conversion from JSON to DAT filetype similar to /kam config playerdata, The Market Dat feature must also be enabled within the main.cfgPounce as a Leap option for NPCs. So now you have Jump and Pounce (Pounce is way further)@xFIXES
npc.updateEntity() to fix dimension ID error for updateClient [fixes existing NPCs]| Name | |
|---|---|
| File | Type | Size | |
|---|---|---|---|
| CustomNPC-Plus-1.9-nomixin.jar | Unknown | 11.24 MiB |
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.
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:dXMq6syh:TaXhMgK2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dXMq6syh:TaXhMgK2"
}