Included content
| Name | |
|---|---|
![]() | farrow |
Entity culling may not be incompatible with this mod, but it is not clear what is needed to do with the config to me to make it function correctly. If you are someone who knows how to fix this issue(a necessary entity skipping rendering because of entity culling) please do contact me on the discord. Otherwise, to casual players, I would not reccomend using Entity culling with this mod.
Tear: Nailgun kosmogliph Nails apply a stack of Impaled on hit entities. Entities with impaled will take 0.5 * stacks of impaled bonus damage to a max of 15 when hit with any melee damage.
Nailcannon ▼
Air speed kosmogliphs ▲
Dodge, jump, dash ▲
Slam ▼
Basic railgun ↺
Snipe ↺
Jump ▲
Orbital, Devastate ▲
Ricochet ▲
Capacitance ↺
Rancid brew ▼
Flamethrower ▼
Conductive ↺
(new category here for bigger changes to things used in more than just kosmogliphs or effects, such as the beam of light.)
Beam of light
I'm sorry this update is so small. It originally had a much larger scope but that scope just couldn’t be reached due to just how entities are and how inexperienced I am.
Hopefully this update packed full of aesthetic and QoL changes makes up for that somewhat. Sorry this couldn’t be what I’d hoped, but I hope you enjoy it nonetheless.
Happy holidays, Enjoy 2.0
| Name | |
|---|---|
![]() | farrow |
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.
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:mt1fNBsN:eLg4SHpo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mt1fNBsN:eLg4SHpo"
}