Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeelp/scaling-feast
A simple, balanced way to increase your maximum hunger in Minecraft over the course of a world.
https://github.com/yeelp/scaling-feast
forge-mod maximum-hunger minecraft minecraft-forge minecraft-forge-mod minecraft-mod
Last synced: 4 days ago
JSON representation
A simple, balanced way to increase your maximum hunger in Minecraft over the course of a world.
- Host: GitHub
- URL: https://github.com/yeelp/scaling-feast
- Owner: yeelp
- License: mit
- Created: 2020-02-10T21:24:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T05:50:22.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T08:17:30.174Z (over 1 year ago)
- Topics: forge-mod, maximum-hunger, minecraft, minecraft-forge, minecraft-forge-mod, minecraft-mod
- Language: Java
- Size: 1.44 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![](images/banner-alt.png)
## [Scaling Feast](https://www.curseforge.com/minecraft/mc-mods/scaling-feast)
[![](https://img.shields.io/github/issues/yeelp/scaling-feast)](https://github.com/yeelp/Scaling-Feast/issues) [![](https://img.shields.io/travis/yeelp/scaling-feast)](https://travis-ci.org/github/yeelp/Scaling-Feast) [![](http://cf.way2muchnoise.eu/full_scaling-feast_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/scaling-feast) [![](https://img.shields.io/discord/750481601107853373.svg?colorB=7289DA&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHYAAABWAgMAAABnZYq0AAAACVBMVEUAAB38%2FPz%2F%2F%2F%2Bm8P%2F9AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhBxwQJhxy2iqrAAABoElEQVRIx7WWzdGEIAyGgcMeKMESrMJ6rILZCiiBg4eYKr%2Fd1ZAfgXFm98sJfAyGNwno3G9sLucgYGpQ4OGVRxQTREMDZjF7ILSWjoiHo1n%2BE03Aw8p7CNY5IhkYd%2F%2F6MtO3f8BNhR1QWnarCH4tr6myl0cWgUVNcfMcXACP1hKrGMt8wcAyxide7Ymcgqale7hN6846uJCkQxw6GG7h2MH4Czz3cLqD1zHu0VOXMfZjHLoYvsdd0Q7ZvsOkafJ1P4QXxrWFd14wMc60h8JKCbyQvImzlFjyGoZTKzohwWR2UzSONHhYXBQOaKKsySsahwGGDnb%2FiYPJw22sCqzirSULYy1qtHhXGbtgrM0oagBV4XiTJok3GoLoDNH8ooTmBm7ZMsbpFzi2bgPGoXWXME6XT%2BRJ4GLddxJ4PpQy7tmfoU2HPN6cKg%2BledKHBKlF8oNSt5w5g5o8eXhu1IOlpl5kGerDxIVT%2BztzKepulD8utXqpChamkzzuo7xYGk%2FkpSYuviLXun5bzdRf0Krejzqyz7Z3p0I1v2d6HmA07dofmS48njAiuMgAAAAASUVORK5CYII%3D)](https://discord.gg/hwzWdXQ)
A simple, balanced way to increase your maximum hunger in Minecraft over the course of a world.
This mod requires [Apple Core](https://www.curseforge.com/minecraft/mc-mods/applecore)!
### Using Gradle With Scaling Feast (Building and Contributing)If you want to either build or contribute to this mod, here's how to get started. This guide assumes you have Java 8 set up on your machine, complete with corresponding changes to the PATH environment variable and setting JAVA_HOME. If you don't have that set up, do that first. I am not describing the process here, nor am I linking a tutorial here. I am not responsible for any damaging changes to your machine when altering environment variables. Be careful and make sure you understand what you are doing. Make backups, and use an **up to date tutorial** for **YOUR** operating system.
If you want to build Scaling Feast, clone this repository, then navigate to the directory where you cloned this repository using any shell, then execute
```
gradlew build
```
from inside the directory.If you want to contribute, make sure you know how to get and setup the latest Forge MDK for Minecraft 1.12.2. Then, clone this repository, navigate to that directory, much like before, and execute
```
gradlew setupDecompWorkspace
```
Then, finish the usual Forge modding setup.You should always create a new branch on your local repository using
```
git branch
```
where branchName is the name of your branch. Then, switch to it with
```
git checkout
```Now you're all setup to contribute. Commit changes to your branch and when your contributions are complete, open a pull request. Be sure to label your pull request appropriately and to link all issues your pull request will close. Be sure to refer to CONTRIBUTING.md to understand the guidelines for contributing.
If any of these instructions are incorrect, please open an issue with the housekeeping label, describing what's wrong and how it should be changed.