Tags
Creators
Details
1.0.0-alpha8
Compatibility
Required content
Changes
Conium script
Event types
Add events support:
- ENTITY_TRY_SLEEP
- ENTITY_SLEEP
- ENTITY_WAKE_UP
- ENTITY_WAKED_UP
- ENTITY_ON_FIRE
- ENTITY_EXTINGUISH_FIRE
- ENTITY_EXTINGUISHED_FIRE
- ENTITY_SPRINT
- ENTITY_SPRINTING
- ENTITY_STOP_SPRINT
- RANDOM
- SERVER_RANDOM
Event args
Add event args:
- C_BLOCK_ENTITY
Event contexts
Now can use method 'preRequestNr' and 'requestNr' to replace 'preRequest' and 'request' to request the event context without returning a boolean value.
Data driven
Supported block templates:
- 'emits_redstone_power'
- 'emits_strong_redstone_power'
- 'emits_weak_redstone_power'
- 'enable_block_entity'
- 'data'
- 'block_entity_presets'
Supported item templates:
- 'ignite'
- 'clear_ignite'
Block entity
Supported load block entities from data driven, defined data using block template 'data' and could dynamic change values in game running by scripts.
Bug fixes
- Fix bug of unable to use Minecraft classes
- Fix bug of some useful classes not import in common init script.
Others
- Add hitokoto in console log
- Optimization performances
- Update libraries version
- Add discord server in modmenu.
- Replaced homepage to modrinth.
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:i7S4uT5P:fo4pFFy0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:i7S4uT5P:fo4pFFy0"
}


