Tags
Creators
Details
1.0-1.21
Compatibility
Required content
Changes
-
Added gmc command which lets you change ur gamemode to creative (requires op)
-
Added gma command which lets you change ur gamemode to adventure (requires op)
-
Added gms command which lets you change ur gamemode to survival (requires op)
-
Added gmsp command which lets you change ur gamemode to spectator (requires op)
-
Added Custom Give Command
-
/cgive ruby_block (amount)
-
/cgive raw_ruby_block (amount)
-
/cgive sound_block (amount)
-
/cgive ruby_stairs (amount)
-
/cgive ruby_button (amount)
-
/cgive ruby_fence (amount)
-
/cgive ruby_door (amount)
-
/cgive raw_ruby_ore (amount)
-
/cgive gen_alpha_block (amount)
-
/cgive gen_z_block (amount)
-
/cgive bedrock1 (amount)
-
/cgive andrew_tate (amount)
-
/cgive ruby_helmet (amount)
-
/cgive ruby_chestplate (amount)
-
/cgive ruby_leggings (amount)
-
/cgive ruby_boots (amount)
-
/cgive ruby (amount)
-
/cgive raw_ruby (amount)
-
/cgive metal_detector (amount)
-
/cgive tomato (amount)
-
/cgive potato (amount)
-
/cgive corn (amount)
-
/cgive coal_a (amount)
-
/cgive ruby_pickaxe (amount)
-
/cgive ruby_axe (amount)
-
/cgive ruby_shovel (amount)
-
/cgive ruby_sword (amount)
-
/cgive ruby_hoe (amount)
-
/cgive tomato_seeds (amount)
-
/cgive metal_detector_seeds (amount)
-
/cgive corn_seeds (amount)
-
/home set
-
/home remove
-
/home return
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:wkNF9gJg:pHkDPRP2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wkNF9gJg:pHkDPRP2"
}

