Tags
Creators
Details
26.2-1.0.0
Compatibility
Required content
Changes
InkQuill
This mod is port and upgrade of the Ink and Quill by Stasidzie
How did I go about making this mod, well this was requested by vico in the project fabric discord server for his modpack.
The fundamental of this mod is to be a QOL for Minecraft, ie replacing the need for anvil for renaming of name tags and equipment.
Features
- The ability to create maps cheaply, ie rather than using 4 iron and 1 red stone , use black dye /ink sac to create maps
- The ability rename Name tag and Equipments without needing to construct and Anvil.
Demo
Recipes
Bottle of Ink
- from charcoal and water bottle:
-
- From black dye and Water Bottle:
-
- From Ink Sac and Glass Bottle:
-
- From Glow Ink Sac and Glass Bottle:
-
Ink and Quill
Map
GUI
Video Demo:
https://github.com/user-attachments/assets/bca8263d-0dee-4e92-8424-0c2fc7f05452
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:8MpYjlON:pedM8x2t"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8MpYjlON:pedM8x2t"
}

