Links
Tags
Creators
Details
All versions
1.0.1
Release
EasyRefuel 1.0.16 months ago 26
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
Easy Refuel v1.0.1
νκ΅μ΄
π§ λ²κ·Έ μμ
- μ±ν
λ©μμ§ μ λμ¬ ν΅μΌ: μ°λ£ κ³΅κΈ λ° μμ μ ν μ
[Auto-Fuel], λͺ λ Ήμ΄ μ€ν μ[EasyRefuel]λ‘ νμλλ λ©μμ§κ° λͺ¨λ[Easy Refuel]λ‘ ν΅μΌλμμ΅λλ€. - μλͺ»λ λͺ
λ Ήμ΄ μλ΄ μμ : μμ μ ν μλ£ ν μλ΄λλ λͺ
λ Ήμ΄κ° μ‘΄μ¬νμ§ μλ
/refill createμμ μ¬λ°λ₯Έ/easyrefuel createμΌλ‘ μμ λμμ΅λλ€.
π κΈ°ν
fabric.mod.jsonμ λΌμ΄μ μ€ νκΈ°κ° μ€μ λΌμ΄μ μ€(All Rights Reserved)μ μΌμΉνλλ‘ μμ λμμ΅λλ€.- Gradle λΉλ μ€ν¬λ¦½νΈμ deprecated λ¬Έλ²μ΄ κ°μ λμμ΅λλ€.
English
π§ Bug Fixes
- Unified chat message prefix: Messages previously displayed as
[Auto-Fuel](during fuel supply and region selection) and[EasyRefuel](during command execution) have been unified to[Easy Refuel]. - Fixed incorrect command guidance: The command shown after region selection was corrected from the non-existent
/refill createto the correct/easyrefuel create.
π Other
- Fixed the license field in
fabric.mod.jsonto match the actual license (All Rights Reserved). - Improved deprecated syntax in the Gradle build script.
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:OZQjsmxa:V2tWvkJn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OZQjsmxa:V2tWvkJn"
}

