Links
Tags
Creators
Details
1.6.2
Compatibility
Required content
Changes
PassableLeaves changelog
Changelog of PassableLeaves.
1.6.0-1.2.1 (2024-09-28)
Other changes
version 1.6.0
-
- add logic for handling fallling down when interacting with leaves
2e224 Kurisu 2024-09-28 14:44:25
version 1.6.0
-
- add logic for handling fallling down when interacting with leaves
29c05 Kurisu 2024-09-28 14:42:10
version 1.6.0
-
- projectile handling
-
- can hit through leaves with a weapon
-
- #11 snow on top of trees is back
-
- #16 now compatible with horizon
-
- #14 watterlogging fixed
f5b7e Kurisu 2024-09-28 02:20:32
version 1.6.0
-
- projectile handling
-
- can hit through leaves with a weapon
-
- #11 snow on top of trees is back
-
- #16 now compatible with horizon
-
- #14 watterlogging fixed
7499c Kurisu 2024-09-24 23:25:52
version 1.6.0
-
- dependency updates
-
- #14 fix Waterloggable
9df73 Kurisu 2024-09-19 00:36:25
version 1.5.1
-
- add title
02278 Kurisu 2023-08-21 17:39:19
version 1.5.1
-
- add Simplified Chinese Translation
36502 Kurisu 2023-08-21 17:33:55
Add zh_cn.json
46121 dust-shadows 2023-08-21 12:55:19
update to mc 1.20.1
1e2ab Kurisu 2023-08-19 00:35:18
update changelog
4be9a Kurisu 2023-08-19 00:09:19
update readme
982ef Kurisu 2023-08-19 00:08:15
1.5.0-1.2.0 (2023-08-19)
Other changes
update to 1.2.0
- feat: added to config walkSlowMultiplier, fallingSpeedMultiplier, hideNameTag.
7b048 Kurisu 2023-08-19 00:05:23
adjust fabric.mod depends
6290f Kurisu 2023-08-16 21:33:18
bump changelog
d3998 Kurisu 2023-08-16 21:22:34
1.4.0 (2023-08-16)
Features
- adjustable fov behaviour, add keybind for falling. (05b9f Kurisu)
- support 1.19.4 - NBTCRAFTING unsupported (removed enchantment recipe) (b4d9a Kurisu)
- adapt walking without enchantment & enchantment logic (57a22 Kurisu)
- dont apply same effects on same leaf when falling (d8c8d Kurisu)
- #1 configurable walking & running on leaves, refactoring (dc4bf Kurisu)
Bug Fixes
- expected normal behaviour (13640 Kurisu)
- reference to passableleaves mixin (d9d91 Kurisu)
- update version (350f4 Kurisu)
Other changes
version bump
10a4b Kurisu 2022-11-20 17:04:23
1.2.0 (2022-11-13)
Bug Fixes
Other changes
1.1.0
50081 Kurisu 2022-11-13 22:21:06
1.1.0 (2022-11-13)
Features
Bug Fixes
- correct depends in fabric mod declaration (0551b Kurisu)
1.18.2-1.10 (2022-11-13)
Features
- add gradle tasks for curseforge and modrinth, split properties for secrets (e904f Kurisu)
1.0.0 (2022-11-13)
Features
- steal issue forms from Botania (09fd6 Kurisu)
Other changes
update LICENSE
0d340 Kurisu 2022-11-13 14:03:20
cleanup & added readme
ed8f6 Kurisu 2022-11-13 13:51:55
Creation of Passable Leaves.
87f2a Kurisu 2022-11-13 02:34:06
Optional dependencies
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:islPsGe4:DMA31BHO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:islPsGe4:DMA31BHO"
}


