All versions
0.5.4+1.21.1
Beta
0.5.4+1.21.16 months ago 68.2K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Added Russian translations source
- Added a lot more tags full list
- Added Tag translations
- Added titanium, tungsten and martian steel blocks as beacon support blocks
- Added custom statistics for the following:
- Times interacted with: Astronomy Table, Computer Rack, Oxygen Filler, Oxygen Sealer, Rocket Controls, Rocket Station, Telescope and Temperature Regulator
- Total rockets launched (as pilot)
- Total rocket flights (as pilot or passenger)
- Total rocket crashes (as pilot)
- Added Ice Box Ice and Methane Ice melting recipes
- Changed Titanium Tetrachloride recipe ordering (hopefully)
- Changed ore crushing recipes to drop stone
- Changed Oxygen Filler to only be interactible from the front
- Changed undead entities to survive in space (Skeleton/Skeleton Horse/Zombie/Zombie Horse)
- Large Fan changes:
- Added tooltip about passive rotation
- Added option to change passive rotation direction
- Changed block particle texture
- Changed visual shaft size
- Changed passive rotation to only work with no chain attached
- Removed transparent faces
- Increased passive rotation speed from 8 to 16 RPM
- Rebalanced ore crushing and smelting recipe results
- Renamed Titanium Block to Block of Titanium
- Removed
northstar:space_ore/*tags - Fixed Amethyst Crystal always facing downwards
- Fixed client crash when a Venus Stone Bull charges
- Fixed furnaces being able to work without oxygen
- Fixed incorrect stair materials
- Fixed missing Calorian planks recipe
- Fixed torches not generating in structures/schematics
- Fixed contraptions being pushed by rockets
- Fixed incorrect oxygen sealer behaviour when directly blocked above
- Fixed missing check cooldown on contraption mounted oxygen sealers/temperature regulators
- Fixed sequenced recipe items being visible in the Creative inventory/recipe viewers
- Fixed common config not being generated [Create 5]
- Fixed seats not working on rockets [Create 5]
All changes here
Maven versions:
0.5.4+61a3a962f5-1.20.1-create5
0.5.4+66e3c91397-1.20.1
0.5.4+b5def570b2-1.21.1
Supplementary resources
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:UZiq3QVW:3WY6clPk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UZiq3QVW:3WY6clPk"
}

