
Phosphophyllite
The main mineral is Phosphophyllite, a fragile crystal, which is easily broken, but thanks to other minerals it will be possible to strengthen Phosphophyllite tools, it will also increase its resistance every time you repair Phosphophyllite tools.
Tags
Creators
Details
1.2.2.201.3
Compatibility
Changes
Phosphophyllite 1.2.2 Changelog
Version:
Minecraft NeoForge 1.20.1 (legacy 1.20.1-47.1.x build)
Updates:
-
NeoForge support added. Phosphophyllite is now available for NeoForge on 1.20.1, with the same feature set as the Forge version.
-
Included from the Forge codebase this was ported from:
- The Phosphophyllite Sword's held-speed bonus, which previously never activated due to an incorrect method override.
- A fix to the Phosphophyllite ore's world generation data, which used an incomplete predicate type ID.
- The mod icon.
-
Other:
- Filled in real mod info (authors, license, description) that was still template placeholder text.
Support: support@jeamcube.com
Support Forum: https://discord.gg/EdcYuBAdFB
With love, from JEAMCube
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:g9B9ojpb:qjNkEO8N"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g9B9ojpb:qjNkEO8N"
}
