Links
Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
Planned Features for First Release (v1.0.0)
Note: Some features may not function optimally in multiplayer environments and will require further testing and optimization.
Items
- Cardboard Boxes (Multiple Sizes)
- Cardboard Armor Set
- Cardboard Sword
- Paper Plane
- Large Paper Plane
- Colored Paper Planes
- Colored Paper
- Confetti
Decorative Blocks
- Confetti Layer
- Paper Layers and Piles
- Cardboard Layers and Piles
- Printer
- Photocopier
- Nightstand (Small Storage, Similar to a Tiny Chest)
- Iron File Cabinet (Small Storage, Similar to a Tiny Chest)
- Chalkboard
- Corkboard
Future Features (v1.x.x)
Note: Features marked with [?] are under consideration and may not be included.
- Paper Planes Transporting Items [?]
- Explosive Charge Paper Plane
- Throwing Explosive Charges from Large Paper Plane
- Paper Letters
- Paper Plane Letters [?]
- Mailboxes [?]
- Letter Stamps [?]
- Capturing Mobs Inside Cardboard Boxes
- Storing an Entire Block Inside a Cardboard Box [?]
- Paper Boat and Paper Boat Hat
- Drawing on Paper [?]
- Paper Posters [?]
- Adding Logos to Cardboard Boxes [?]
Full Changelog: https://github.com/Garkatron/BTA-Paperwork/commits/1.0.0
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:7uh6J1eg:d7JspOK8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7uh6J1eg:d7JspOK8"
}

