Tags
Creators
Details
All versions
1.19.2-0.5.0.e
Release
Create 1.19.2 v0.5.0e4 years ago 1,986
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Server-side
Client and server
Changes
Create 0.5e
Enhancements & Fixes
- Trains now try to wait for chunks to load in when player passengers are present
- Trains now sync clientside speed with the servers' tps to avoid overcorrection
- Hoppers can now be picked up by the wrench
- Reduced false positives for train/player collisions during lag spikes
- Fixed entity-specific interactions causing schedule interaction to be ignored
- Fixed players dismounting trains/minecart contraptions causing them to be placed at incorrect locations
- Reduced tps impact of basin recipe lookups noticeable in larger modpacks
- Fixed Brass tunnels distributing back into the side items get inserted from
- Fixed Brass tunnels distributing into sides blocked by an inserting funnel
- Cargo Conditions in schedules now match any cargo if no filter is specified
- Added allowBrewingInMixer config
- Fluid valves, hand cranks, valve handles and smart pipes can now be waterlogged
- Fixed Movement Behaviours not resetting state when minecart contraptions are picked up
- Added ai deterrents for crossing track blocks
- Extended Saw behaviour to work with mangroves
- Fixed Saw leaving behind floating bee nests
- Saws can now be used to cut down big mushrooms
- Fixed Drills not leaving water sources when breaking ice blocks
- Fixed Ploughs not able to break track blocks
- Fixed Harvester replanting crops in invalid locations
- Fixed Train Relocation not always triggering when targeting long bends
- Display boards no longer predict trains behind wait conditions other than "timed delay"
- Fixed scoreboard and deathcount display sources cropping entries before sorting
- /create dumpRailways -> /create trains
- Fixed contraption interaction not firing when it happens far away from the contraptions origin
- Fixed inaccurate contact point motion for collisions with oriented contraptions
- Updated ae2 compat recipes
- Fixed parts of blaze burners not rendering correctly on rotated contraptions
- Fixed arms not being able to place more than one item into a composter
- Added "compostable" item attribute
- Tweak "blastable" attribute's descriptions
- Replaced allowBiggerFireworksInCrafter config with maxFireworkIngredientsInCrafter
- Fixed fluid pipes occasionally losing fluid content when distributing to multiple containers
- Tweaked jei display of seq. assembly success chance to display <1 and >99 respectively
- Adjusted mechanism recipe to a more rounded success chance (.80537 -> .8)
- Fixed toolbox overlay showing for spectating players
- Tagged sturdy sheets with forge:plates
- Compatibility Recipes for BYG (MarioSMB)
- Fixed "Station Powered" wait condition not working correctly in non-overworld dimensions (falxie)
- Added client-side bobbing animation on contraptions (Alex2772)
- Added descriptive hover tooltips for material checklists (Xstoudi)
- Fixed item duplication bug with mechanical crafters (Xstoudi)
- Fixed Game crash caused by Attribute Filter (MoarDm)
Localisation
- Updates to ru_ru.json by luffypirat
- Updates to zh_cn.json by Demonese
- Updates to de_de.json by Andre601
- Updates to it_it.json by 435THz
- Updates to pl_pl.json by Mrucznik
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:IsdIyd4f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LNytGWDc:IsdIyd4f"
}

