Links
Tags
Creators
Details
1.5.1
Compatibility
Required content
Changes
Changelog of Passable Leaves.
Unreleased
No issue
version 1.5.1
-
- add title
02278cc87e52fc7 Kurisu 2023-08-21 17:39:19
version 1.5.1
-
- add Simplified Chinese Translation
365028ee3a57e42 Kurisu 2023-08-21 17:33:55
Merge pull request #6 from dust-shadows/master
- Add Simplified Chinese Translation
fb3004fbc241537 Kurisu-Null 2023-08-21 16:32:35
Add zh_cn.json
4612150bbe50ce5 dust-shadows 2023-08-21 12:55:19
update to mc 1.20.1
1e2ab341e2f4e13 Kurisu 2023-08-19 00:35:18
update changelog
4be9a9a05e68144 Kurisu 2023-08-19 00:09:19
update readme
982efccc7a2bdbe Kurisu 2023-08-19 00:08:15
1.5.0-1.2.0
No issue
update to 1.2.0
- feat: added to config walkSlowMultiplier, fallingSpeedMultiplier, hideNameTag.
7b048c115f70ea9 Kurisu 2023-08-19 00:05:23
adjust fabric.mod depends
6290f79327edfaa Kurisu 2023-08-16 21:33:18
bump changelog
d3998f9c60e8ebe Kurisu 2023-08-16 21:22:34
1.4.0
No issue
feat: adjustable fov behaviour, add keybind for falling.
- refactor: falling detection logic
05b9f7af5c7adbe Kurisu 2023-08-16 21:08:57
feat: support 1.19.4 - NBTCRAFTING unsupported (removed enchantment recipe)
b4d9a1ca0c28c22 Kurisu 2023-08-14 21:41:17
fix: expected normal behaviour
136403b638cc2b9 Kurisu 2022-11-20 17:21:52
version bump
10a4b243ac3474e Kurisu 2022-11-20 17:04:23
feat: adapt walking without enchantment & enchantment logic
57a22c15fa1a0a7 Kurisu 2022-11-20 17:04:07
feat: dont apply same effects on same leaf when falling
d8c8da52c947fcb Kurisu 2022-11-20 16:46:40
fix: reference to passableleaves mixin
d9d912c650d6020 Kurisu 2022-11-15 19:18:31
refactoring: move leavesblock logic to abstractBlockState
877d0d71316e60e Kurisu 2022-11-15 19:08:53
refactoring: switching to owo-lib -> issues with completeconfig, refactoring logic
b104882dee1028b Kurisu 2022-11-15 02:20:14
fix: update version
350f403c580d8b2 Kurisu 2022-11-14 20:08:58
feat: #1 configurable walking & running on leaves, refactoring
dc4bf76debd1219 Kurisu 2022-11-14 20:05:07
1.2.0
No issue
fix: upload remapJar instead of jar
4d6536c01d104b3 Kurisu 2022-11-13 22:51:19
fix: upload remapJar instead of jar
ae4b02f637c9ec3 Kurisu 2022-11-13 22:48:08
1.1.0
50081e6bca4a43b Kurisu 2022-11-13 22:21:06
1.1.0
No issue
fix: correct depends in fabric mod declaration
0551b2618bd6e2e Kurisu 2022-11-13 22:17:26
feat: readme, changelog generation now manual
360633c7efb902c Kurisu 2022-11-13 20:46:35
feat: support for version 1.19.2
9b57b6270f606ab Kurisu 2022-11-13 19:49:40
1.18.2-1.10
No issue
feat: add gradle tasks for curseforge and modrinth, split properties for secrets
e904f6a5daae475 Kurisu 2022-11-13 15:29:32
1.0.0
No issue
feat: steal issue forms from Botania
09fd62958f532a7 Kurisu 2022-11-13 14:08:02
update LICENSE
0d3402d31436c75 Kurisu 2022-11-13 14:03:20
cleanup & added readme
ed8f6f3b61c67b9 Kurisu 2022-11-13 13:51:55
Creation of Passable Leaves.
87f2a047d92d464 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:JVlq5ByG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:islPsGe4:JVlq5ByG"
}

