1.0.2
Compatibility
Changes
Changelog
Changes
Armor Plate I is now crafted with Iron Ingots instead of Stellium Ingots. Sulfur is now easier to find. The recipe for Energy Storage Battery has been changed; it now requires Redstone and Aluminium. Particle effects on some blocks have been adjusted to reduce lag. Texture adjustments for: Stop Sign, Sign Greataxe, Electric Saw, Hand Axe, Hand Hammer, Sledgehammer. The Electric Baseball Bat has been removed. Electronic Scrap and Batteries now have new recipes. You can now craft Polyethylene Sheets. The Gunpowder recipe has been changed; it now requires the new Sulfur Dust. The Reaper set has been temporarily disabled.
Buffs Ghillie Armor Sledgehammer
Nerfs
Recruit Armor Chainsaw Electric Saw Structure Loot
New Content
Sulfur Dust Brick Hammer Saw Axe Circular Saw Electric Baton Metal Baseball Bat Tools like Hammers and Screwdrivers now have a new utility. Homemade Mines Exo Armor Exo Heavy Armor Dash Cooldown Effect: While active, you cannot use the Exo Suit dash. Prototype Smithing Template Electric Gauntlet Exo Component Police Armor Stellium Tools Aluminium Tools Aluminium Block Propane Nailgun Facility Structure Mini Market (Rework) Structure Fire Station Structure
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:qs326NDd:8v8qFdvq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qs326NDd:8v8qFdvq"
}

