Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last week
All versions
5.4.21
Release
MFFS 1.21.1-5.4.219 months ago 2,194
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
5.4
- 5.4.21 Handle underwater aquatic plants removal and drops (#103)
* Handle underwater aquatic plants removal and drops
- Added support for breaking Kelp, Kelp Plant, Seagrass, and Tall Seagrass
- Removes water from the blocks before breaking them
- Spawns the corresponding item drop manually
* Improve block drop logic
---------
Co-authored-by: Su5eD su5ed@outlook.com
(cherry picked from commit d275a2df24376b2d718d999e84c468e760fd91ba) - 5.4.20 fix: resolved possible item duplication issue (#105)
* fix: resolved possible item duplication issue
* right calculation of dropped stacks if no inventory space is available
* Use isEmpty to check for empty stack
---------
Co-authored-by: Su5eD su5ed@outlook.com
(cherry picked from commit 0abde92a2d13248fab7e165018f0b152bf3a67d2) - 5.4.19 Add Chinese language file (#89)
(cherry picked from commit 6df4e7965cd53d9338fb51eaa68bbff80470ae7d) - 5.4.18 Добавить локализацию на русский язык для MFFS (#101)
Добавлен файл локализации для русского языка с переводами для MFFS. - 5.4.17 Fix interdiction matrix dropping filtered items
Fixes #66 - 5.4.16 Reworking energy configs and math
Port of #87
Fixes #86
Co-authored-by: Robin Seifert rseifert.phone@gmail.com - 5.4.15 Update to 1.21.1
- 5.4.14 Fix occlusion on certain models
Fixes #85 - 5.4.13 Allow using charcoal in recipes
- 5.4.12 Make the sponge module remove waterlogged blocks
Fixes #74 - 5.4.11 Add fortron fluid texture to blocks atlas
Fixes #77 - 5.4.10 Fix empty buffer builder hard crash
Fixes #76 - 5.4.9 Fix asset directory loader
Fixes #78 - 5.4.8 Add docs assets
- 5.4.7 Add web docs from patchouli
- 5.4.6 Update publishing to MDG
- 5.4.5 Fix crash when breaking biometric identifier
- 5.4.4 Update generated data
Fixes #71 - 5.4.3 Update to NeoForge 21.0.37
Fixes #70
Fixes #69 - 5.4.2 Dynamic camouflage block break particle
- 5.4.1 Update dependencies
- 5.4.0 Initial port to 1.21
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:Ir9eTVLd:EeXMKrpR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ir9eTVLd:EeXMKrpR"
}

