All versions
1.0.0
Release
OK Additions 1.0.05 months ago 283
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
First release of the mod
Added 13 Tools
- Binoculars
- Dull Pickaxe
- Spray Can
- Spotter
- Tape Measure
- Lasso
- Broom
- 6 Instruments (Flute, Acoustic Guitar, Electric Guitar, Electric Bass, Banjo, Synth)
Added 15 Weapons
- Ultimate Measure
- Crowbar
- Comically Large Spoon
- Tomahawk, with 6 Tiers (Wooden, Stone, Iron, Golden, Diamond, Netherite)
- Bola, with 3 Tiers (Stone, Iron, Netherite)
- Flashbang
- Paintball Gun (plus 2 ammo types, Goo and Lead)
- Potion Ballista
- Lightweight Shield
Added 9 Consumable & Miscellaneous Items
- Ice Pack
- Water Balloon
- Energy Drink
- Smelling Salts
- Tool Lubricant
- Paper Plane
- Banana Peel
- Iron Rod (Crafting Material)
- Headstock (Crafting Material)
Added 2 Effects
- Flashbanged
- Trapped
Added 7 Blocks
- Mounted Light
- Pedestal
- Shelves (all wood variants)
- Jump Pad, with 3 Tiers (Iron, Gold, Diamond)
- Target Dummy
Other
- Added 1 Mob
- Added Simple Damage Numbers
- Added advancements for crafting each item.
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:QX55cIFW:PdZkayzb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QX55cIFW:PdZkayzb"
}

