Links
Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 7 months ago
Updated 6 days ago
All versions
0.2.0+neoforge-mc1.21.1
Release
Steam 'n' Rails Neoforge 0.2.0+neoforge-mc1.21.13 months ago 345.9K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
What's Changed
Fixes
- Fix Voice Chat 2.6.11 crash and config access crash (#168) โ thanks @gblfxt
- Fix slab casing rendering crash with certain slabs (#172) โ thanks @gblfxt
- Fix flat smokestack particle spawn height (#179) โ thanks @gblfxt
- Fix flywheel rotation direction based on movement axis (#178) โ thanks @gblfxt
- Fix vent teleport when possessing conductor (#180) โ thanks @gblfxt
- Fix mounted toolbox losing items when placed on conductor (#183) โ thanks @gblfxt
- Fix track switch ponder not showing curve tracks (#194) โ thanks @gblfxt
- Fix station limit checkbox positioning and add tooltip (#199) โ thanks @gblfxt
- Fix duplicate conductor
DefaultAttributesregistration (#216) โ thanks @gblfxt - Fix conductor remote possession desync and logout cleanup (#214) โ thanks @gblfxt
- Fix
IndexOutOfBoundsExceptioninSpriteCopyingBakedModel(#229) โ thanks @gblfxt - Fix liquid fuel system not recognizing registered fluids (#228) โ thanks @gblfxt
- Fix NPE in
CopycatHeadstockModelwith NeoContinuity (#231) โ thanks @gblfxt - Fix conductor possession cleanup and camera compatibility (#248) โ thanks @gblfxt
- Fix dev cape config send on login (#254) โ thanks @gblfxt
- Fix
EntityAudioChannelImploperation signature wrapping (#263) โ thanks @sshcrack - Fix vanilla spectator mode restoration when not possessing entities (#276) โ thanks @gblfxt
- Fix toolbox overlay mixin target for Catnip
NBTHelper(#275) โ thanks @gblfxt - Fix crash when joining server and improve data generation (#278) โ thanks @Chameleon538
- Fix buffer bind data writing to
BLOCK_ENTITY_DATAcomponent (#279) โ thanks @gblfxtNote: This fix only applies to buffers placed after updating.
Features & Improvements
- Add common plate tags for mod compatibility (#187) โ thanks @gblfxt
- Add narrow and wide gauge phantom rails (#195) โ thanks @gblfxt
- Add unofficial port marker tag to saved data (#230) โ thanks @gblfxt
- Finish TODO in
RedstoneLinkInstruction.java(#255) โ thanks @Hybrizat - Use
c:convention tags instead of internal wrappers (#215) โ thanks @gblfxt
Bug Reports & Visual Fixes
- Special conductor cap names don't change model (#205) โ thanks @Chameleon538
- Door "Open Mode" not locking door (#218) โ thanks @Chameleon538
- Boilers going invisible with a full block (#220) โ thanks @Chameleon538
- Cannot craft Biomes O' Plenty tracks and removes other wood/track compatibilities (#236) โ thanks @Chameleon538
- Crash when creating a new world / AE2 infinite loop issue (#246) โ thanks @Chameleon538
- Startup crash in
0.2.0(#247) โ thanks @Chameleon538 - Copycat headstocks crash (#264) โ thanks @Chameleon538
- "OLD" style smoke not rendering properly (#280) โ thanks @Chameleon538
New Contributors
Full Changelog
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:L3Jv0QZI:oQKsMKfj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L3Jv0QZI:oQKsMKfj"
}

