FastChest
Makes Chests use static models instead of BERs.
File Explorer
Download Latest Version (.zip)- build.yml
- gradle-wrapper.jar
- gradle-wrapper.properties
- Config.java
- ConfigScreen.java
- ModMenuImpl.java
- BlockEntityRenderManagerMixin.java
- ChestBlockMixin.java
- EnderChestBlockMixin.java
- icon.png
- blocks.json
- chest.json
- copper_chest.json
- ender_chest.json
- exposed_copper_chest.json
- oxidized_copper_chest.json
- trapped_chest.json
- waxed_copper_chest.json
- waxed_exposed_copper_chest.json
- waxed_oxidized_copper_chest.json
- waxed_weathered_copper_chest.json
- weathered_copper_chest.json
- chest.json
- chest_left.json
- chest_right.json
- copper_chest.json
- copper_chest_left.json
- copper_chest_right.json
- ender_chest.json
- exposed_copper_chest.json
- exposed_copper_chest_left.json
- exposed_copper_chest_right.json
- oxidized_copper_chest.json
- oxidized_copper_chest_left.json
- oxidized_copper_chest_right.json
- template_chest.json
- template_chest_left.json
- template_chest_right.json
- trapped_chest.json
- trapped_chest_left.json
- trapped_chest_right.json
- weathered_copper_chest.json
- weathered_copper_chest_left.json
- weathered_copper_chest_right.json
- fabric.mod.json
- fastchest.mixins.json
- .gitattributes
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE.txt
- README.md
- settings.gradle
- style.xml
# Installation Guide
1. Get the code
git clone https://github.com/FakeDomi/FastChest
Downloads the entire project code from GitHub to your computer.
cd FastChest
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
