Tags
Creators
Details
Licensed ARR
Published last month
Updated 9 hours ago
All versions
2.0-amethysts-stupid-stuff
Release
Update 2.0last month 16
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Update 2.0 - Amethyst's Stupid Stuff
- added TNT Stick
- enchant tnt stick using /give @s randomlogger:tnt_stick[enchantments={multishot:1}] and replace the 1 with a number of your choice
- added Fireball Launcher
- fireball launcher includes a 3rd fireball that redirects the other 2 fireballs into orbit
- the 3rd fireball has become sentient and theres nothing i can do
- added log stick
- its self expainable
- right click = random log from the normal logs or the rarest 1% chance: the beyblade log
- chance to get the 1% chance log
- backported most of the sulfur and cinnabar building blocks cuz why not
- and thats pretty much all thats added in the update
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:luTYqvyT:jsyM1DJx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:luTYqvyT:jsyM1DJx"
}

