-
Notifications
You must be signed in to change notification settings - Fork 0
Developer Setup and Building
Dasik (Rifaditya) edited this page Aug 9, 2026
·
1 revision
-
Java Development Kit (JDK): JDK 25 (
org.gradle.java.home=E:/JDK25) -
Gradle Tooling: Gradle 9.3+ (executed via
./gradlew --no-daemon) - Loom Plugin: Fabric Loom 1.15+
- Target Minecraft: 26.2
gradle.properties defines build properties for the project:
org.gradle.parallel=true
org.gradle.java.home=E:/JDK25
# Mod Properties
mod_name=Stack Size Adjuster
mod_version=1.4.16+26.2
maven_group=net.instantgratification
archives_base_name=stack-size-adjuster
# Dependencies
minecraft_version=26.2
minecraft_dependency=>=26.2-
parchment_minecraft_version=26.2
parchment_version=2026.01.22
# Fabric
fabric_version=0.150.1+26.2
fabric_loader_version=0.19.1
# DasikLibrary
dasik_library_version=1.8.3./gradlew build --no-daemonThe compiled output binary is placed at:
build/libs/stack-size-adjuster-1.4.16+26.2.jar
./gradlew test --no-daemonUnder the Archive Centralization Law, immediately following ./gradlew build, copy the generated release JAR into the outer archive directory:
Archive Jar of all versions/stack-size-adjuster-1.4.16+26.2.jar
๐ Repository Source Disclaimer: The documentation in this Wiki reflects the current source code state in the repository, which may include recent unreleased commits or developmental features ahead of public release builds on CurseForge and Modrinth.
Copyright ยฉ 2026 Dasik (Rifaditya). Licensed under the GNU General Public License v3.0 (GPLv3).
๐ Home
- Dynamic GameRules
- Category Stack Limits
- Container Drop Optim.
- Large Chest Overflow
- ModMenu & YACL Config
- Item Count Rendering
- Item Clumps Synergies
- Troubleshooting & FAQ
- Developer Setup
- Architecture Layout
- Mixin Reference
- Addon Override API
- Network Sync Protocol
- Give Command Handling
- Behavior Profiles
- Consumer Mods Guide
- Performance Impact
- Advancements Matrix
- Author: Dasik (Rifaditya)
- License: GPL-3.0-or-later