Tags
Creators
Details
0.1.0
Compatibility
Required content
Changes
Items
magic_mirror, grenade, flaming_arrow, soul_fire_arrow, slap_hand, wand_of_sparking, heart, umbrella, sickle, daybloom, daybloom_seeds, blue_berries, copper_coin, silver_coin, gold_coin, platinum_coin, cactus_helmet, cactus_chestplate, cactus_leggings, cactus_boots, cactus_sword, cactus_shovel, cactus_pickaxe, cactus_axe, cactus_hoe
Blocks
hellstone_block, grass_bale, dart_trap, blue_berry_bush, daybloom, life_crystal, forest_pot, tundra_pot, jungle_pot, dungeon_pot, underworld_pot, corrupt_pot, crimson_pot, hallowed_pot, spider_pot, pyramid_pot, lihzahrd_pot, marble_pot, desert_pot, ice_torch, bone_torch, ultrabright_torch, demon_torch, cursed_torch, ichor_torch, rainbow_torch, desert_torch, coral_torch, corrupt_torch, crimson_torch, hallowed_torch, jungle_torch
Entities
grenade, spark, coin_portal, flaming_arrow, flaming_soul_arrow
Standalone Mechanics
Campfire regeneration
Known Issues
Flaming arrows and soul fire arrows are invisible when shot
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:nKYADgsA:niKb6ZVA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nKYADgsA:niKb6ZVA"
}

