Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last year
All versions
1.2.0
Release
Lightroot 1.2.0last year 1,060
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Lightroot Changelog 1.2.0:
- Retextured everything in the mod to way better fit.
- Added Infernoprase crystal blockset
- Added more blocks to the Lightroot stone blockset.
- Renamed most items to be more proper, and compat with Glowroot names.
- Fixed a few bugs in previous issues
- Added the Fireball, a new throwable projectile made via Infernoprase crystals, that explodes and deals fire damage to nearby entities.
- Added the Flare, a new throwable projectile made via Infernoprase that will emit particles into the air above it as it flies, and even when it lands. It drops as an item after 10 seconds.
- Added Infernoshroom Caps, a new food item you can get from Infernoshrooms. Gives some short fire resistance
- Added Bowl of Inferno, a new food item crafted with flora and Infernoshroom Caps. Gives longer fire resistance, and automatically adds more hearts based on the light level you're standing at.
- All broken flora-type blocks in the biome will re-grow, as long as they are placed on top of Lightrooted stone. (New gamerule also decides how often they will re-grow, if at all. Naturally set to 100%.)
- Added tons of new recipes for everything, and changed some old ones.
- Added 2 new plants.
- Added 2 new particles.
- Removed Rootflask
- Please dont milk the sheep.
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:LsnVLP6Z:yTxhlBLP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LsnVLP6Z:yTxhlBLP"
}

