Tags
Creators
Details
All versions
1.19.2-0.5.0.h
Release
Create 1.19.2 0.5.0.h4 years ago 2,392
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Server-side
Client and server
Changes
Create 0.5h
Enhancements & Fixes
- Using Flywheel 0.6.8.a (resolves broken chest models, as well as AMD incompatibilities)
- Fixed Girder Encased Shafts getting ignored by the Schematicannon
- Fixed crash when curios inventory is configured to have no slots
- Fixed vaults not marking chunks dirty when its inventory changes
- Fixed players kicked for flying when standing on contraptions with a mount
- Fixed Steam Whistle not updating its pitch value correctly
- Maximum placement length of tracks and turns are now configurable
- Track graph no longer shows nodes and edges on f3 unless configured to
- Kinetic blocks no longer show debug information on f3 unless configured to (on new game instances)
- Superheated burn time of blaze cakes changed from 1000 to 3200 ticks
- Blaze Burners now accept fuel from deployers and arms a number of seconds before running out
- Adjust how and when blaze burners accept fuel
- Fixed crash with Optifine when rendering a map
- Improved value accuracy of various netcode when further from the worlds origin (ewoudje)
- Fixed signals not updating track graph when destroyed
- Added #deployable_drink tag for consumables that are not considered food
- Deployers can no longer consume potions or milk, and will instead feed players in their target area
- Fixed buttons in ponder not registering clicks near the edges
- Fixed config UI tooltips including the empty "." comments used for toml 'formatting'
- Fixed 'Damaged Item' Attribute for filtering not working correctly (Flemmli97)
- Improved handling of contraption data for syncing and minecart pickup (TropheusJ)
- Fixed and unified contraption data size estimates (TropheusJ)
- Added config for max contraption size for syncing (TropheusJ)
- Minecart pickup max is increased if XL Packets is loaded (TropheusJ)
- Fixed Belts not offering a valid item handler until their first tick
Localisation
- Now using Crowdin for community translations
- Added th_th (Thai) localisation
- Added cs_cz (Czech) localisation
- Added hu_hu (Hungarian) localisation
- Added no_no (Norwegian) localisation
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:LNytGWDc:7wAE1EBf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LNytGWDc:7wAE1EBf"
}

