Tags
Creators
Details
Licensed Apache-2.0
Published 11 months ago
Updated 4 days ago
All versions
1.0.1+neoforge-26.2
Release
1.0.1 · neoforge · 26.24 days ago 41
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Robotica changelog
1.0.1
- MultiLoader workspace layout (1.20.1, 1.21.1, 26.2)
- Apache License 2.0
- Removed MCreator project files and build dependency
- Fabric and Forge/NeoForge builds per version root
1.0.0
- Refreshed mod icons
- Removed Geckolib, Pehkui, and JEI as required dependencies
- Removed bee-related robots
- Performance and asset cleanup
- Namespace
robotica(formerlyyear_3001)
0.7.0
- Spaceship model replaces flying capsule visuals
- Crafting workstation UI refresh
- Rocket launcher and recipe added
0.6.0
- Titanium, cobalt, and orichalcum armor and tools
- Titanium repair recipe fix
0.5.0
- Scrap debris smelting, new ores, scrap armor
- Scrap tool repair and recipe fixes
0.4.0
- Flying capsule controls and entity
- Scrap debris ore worldgen
0.3.0
- Scrap tool set and block variants
- Mob sounds and hitbox fixes
0.2.0
- Upgrade cards with descriptions
- Sentinel-7 rename and balance tweaks
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:kVfzGwSI:mbf1bJBD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kVfzGwSI:mbf1bJBD"
}

