Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lclpyt/mmofoliage
A Fabric Minecraft mod that adds more foliage to the game
https://github.com/lclpyt/mmofoliage
fabricmc lclpserver5 minecraft
Last synced: 9 days ago
JSON representation
A Fabric Minecraft mod that adds more foliage to the game
- Host: GitHub
- URL: https://github.com/lclpyt/mmofoliage
- Owner: LCLPYT
- License: other
- Created: 2022-02-02T10:13:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T15:09:18.000Z (over 2 years ago)
- Last Synced: 2024-11-29T02:14:47.031Z (2 months ago)
- Topics: fabricmc, lclpserver5, minecraft
- Language: Java
- Homepage:
- Size: 670 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MMOFoliage
[![Gradle Publish](https://github.com/LCLPYT/MMOFoliage/actions/workflows/gradle-publish.yml/badge.svg)](https://github.com/LCLPYT/MMOFoliage/actions/workflows/gradle-publish.yml)A Fabric Minecraft mod that adds more foliage to the game
## Download and installation
- locate your release on the [downloads page](https://github.com/LCLPYT/MMOFoliage/releases) and download the jar file (e.g. `mmofoliage-1.0.0.jar`).
- install [Fabric](https://fabricmc.net/)
- this project requires [FabricAPI](https://www.curseforge.com/minecraft/mc-mods/fabric-api), so download it as well, if you haven't already
- this project requires [MMOContent](https://github.com/LCLPYT/MMOContent) (a modding library), download it as well
- put MMOFoliage, MMOContent and FabricAPI inside your `/mods` directory## Dev Setup
Clone the repository, and import it into your IDE. (IntelliJ IDEA is recommended, along with the MinecraftDevelopment plugin)
If there are no run configurations, reopen your IDE.
For more information consult the [Fabric wiki](https://fabricmc.net/wiki/start).### Building
To build the project, use:
```bash
./gradlew build
```## Credit
The blocks and items of this mod were inspired by Biomes O' Plenty.
Translations and tree generation were taken from it.All textures in this mod were (re)created by Jarry_ and LCLP.