Creators
Details
Licensed GPL-2.0-or-later
Published 4 months ago
All versions
0.9.2
Beta
0.9.23 weeks ago 1,473
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
SUBSTANTIAL CHANGES
Breaking Changes
- Since the addon now does enum changes via enum unsafe helper, default NTM-CE bedrock ores (and bedrock oil) are replaced with Space ones as well as some enums now have additions. Please consider that if you're making an addon for this addon.
Fixes
- Fixed gunmetal recipe giving incorrect amount of gunmetal
- Fixed anvil recipes not being added on server side
- Fixed space recipe changes not being present in .json files
- Fixed air scrubber not working at all
- Fixed air vents not stacking atmosphere pressure in sealed rooms
- Fixed doors not being counted as solid (so the room couldn't be properly sealed)
- Fixed dyson receiver not receiving anything (PR #26 by Architect)
- Fixed crashes in SolarSystem traits lookup and BlockOre state mapping from 0.9.1 (PR #69 by MinecAnton209)
- Fixed crash related to Moho trying to generate a volcano
- Fixed class cast exceptions related to addon's entities (from 0.9.1)
- Fixed various planets having snow when they shouldn't
- Fixed caves not spawning on any planet except Mun
- Fixed Duna having some of it's bedrock replaced by regular Duna stone
- Fixed orbital station related crashes
- Fixed hydroponic not working at all
- Fixed biomes not having types even when they 100% should (meaning sometimes default mobs would spawn on a literally DEAD planet)
- Fixed orbital station occasional rubber-banding to Earth after transition to another planet
- Fixed compat with all recent NTM versions (at least it's meant to have compat with 2.2.0.0-2.5.0.4)
Changes
- Changed stardar gui according to 1.7 space
- Updated celestial sky rendering according to upstream yet again
- Updated rocket rendering to WavefrontObjectVAO
- Moved alkyl bromide fluid to the addon
New Features
- Changed NTM main bedrock ores to Space alternatives, meaning they're binded to celestial bodies now!
- Changed NTM main bedrock oil to Space alternative, meaning it'd give different fluids on different planets
- Ported oil cracks from 1.7 upstream
- Added Space-related traits to all fluids that were missing them
- Added environment mobs (e.g. depth squid, scrapfish etc.)
- Added some oredict entries (e.g. now Duna stone acts as regular one)
- Added oxygen pinwheel
- Implemented alkylation recipes
- Added siege entities
- Implemented missing JEI tabs (bedrock drilling, atmosphere, water extraction etc.)
- Implemented structures (note: only for Duna for now!)
- Added a bunch of missing recipes (e.g. powders)
- Added strawberry/mint bushes spawning in Overworld
Misc
- Made NCR armor sealed
- Removed redundant basalt ore from the addon, replaced by the NTM main one
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:9Qb1XzgP:6ObRtyMG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9Qb1XzgP:6ObRtyMG"
}



