Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 2 months ago
Updated last month
All versions
0.6.2-alpha
Alpha
Satiscraftory 0.6.2-alphalast month 31
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Belt Building & Balancing Changes
Building belts has been reworked to be less tedious and more balanced for survival gameplay:
- Belts can now be built in 3 different modes; Lane, Lane Reversed, and Single. A belt lane is a single contiguous line of belts which can be up to 16 belts long. This allows up to 16 belts to be placed by the Build Gun in one motion. The belts will automatically curve and slop to reach the destination. Placement is invalidated if a belt would pass through a solid block
- The cost to place belts has been drastically reduced; a single lane (16 belts) will cost the full amount, while a single belt will cost 1/16, two belts 2/16, and so on. The cost for each required material will always be at least 1. Example: a Belt Mk. 2 costs 6 iron plates and 12 screws for a full lane of 16, while half a lane (8 belts) would only cost 3 iron plates and 6 screws. A single belt would only cost 1 of each
- Entire belt lanes can now be demolished as a single object while the Build Gun is in Lane or Lane Reversed mode. Each belt in the lane will be highlighted, and clicking on any belt in the lane will mark the entire lane to be demolished. You may still want to only remove individual belts, so Single mode will work exactly the same as before this update, but with fractional material refunds as per the changes to building costs
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:pt0HXtYw:HG1v2qzA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pt0HXtYw:HG1v2qzA"
}

