Tags
Creators
Details
All versions
1.10.2
Release
CustomNPC+ 1.10.210 months ago 29.1K
Uploaded by
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Changes
CustomNPC+ 1.10.2
- Better Party to Client Data Syncing
- Improved Scripting Performance and Function Lookup Speeds
- Added the new API Action Manager, which allows you to queue up actions on NPCs, based on Conditions or Ticks. Either in parallel or sequentially.
- Added new Recipe Script Support for Carpentry and Anvil Recipes. A Pre & Post Event
- Added Soulbind and Slotbind Attributes to Item Attributes
- Shift-Click Support in Bank Containers
- Added all Biome Support to Natural Spawns
- Added Configs to Determine Script Load Order
Fixes
- Animation Data Crash
- Dialog Close Event will always run now, no matter how GUI closes
- Profile Slot Data Overwriting
- Fix Passive Faction Toggle Button
- Fix Mob Spawner Crash Bug
- Fixed Player Respawn Event not getting Hooked
- NPC Paintbrush Crash
- Sign Model Crash
- Job Selection Menu corrected to allow selecting all Jobs/Roles again
- Bard Song Duplication issues
- Player Data Remove not working
- NPC Flying 0 Gravity Corrections
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:dXMq6syh:TWqJMPPC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dXMq6syh:TWqJMPPC"
}

