Tags
Creators
Details
1.2.1
Compatibility
Changes
-
Added Satellite Upgrades (Currently no crafting recipes, sorry) multilinkUpgrade - allows connecting multiple displays to a single satellite (not in use) oreScannerUpgrade - allows viewing ores on the satellite display (ores to view can be configured in the configs) rangeUpgrade - increases satellite operational viewing range depthUpgrade - increases satellite depth viewing range entityScannerUpgrade - reveals entities as colored pings on the display playerScannerUpgrade - distinguishes players between green (friendly) and red (enemy) depending on their dyed items entityDetectorUpgrade - all display blocks emit a redstone signal if an entity occupies their viewing range, strength of signal proportional to entityType
- green ping - 3
- white ping - 6
- blue ping - 9
- red ping - 12
-
Fixed bugs with viewing satellite at large ranges
-
Added particular controller blocks for controlling position and height of display
-
Added upgrade controller block for storing upgrades
-
Added Target Controller block for targeting a specific position on the display
- When "firing" the weapon, the weapon stored inside is triggered and a message is sent to the Target Receiver
- The only currently supported weapon is a Redstone torch which sets a Waypoint in the world
-
Added Target Receiver Bock which will receiver the set location from the Target Controller Block and emit a redstone signal when "fired"
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:FC7HtyNy:XJpZNkFd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FC7HtyNy:XJpZNkFd"
}

