generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
301 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,49 @@ | ||
# Cheese! | ||
|
||
Cheese is a small mod to add, well, cheese, and other cheese-based foods into the game. | ||
|
||
If you like cheese, cheese-adjacent foods, or Wallace and Gromit references, this is for you. | ||
|
||
### Currently implemented foods | ||
|
||
- Cheese (of course) | ||
- Macaroni | ||
- Macaroni and Cheese | ||
- Crackers | ||
- Cheese and Crackers | ||
- Dino nugget | ||
- Cheesy dino nugget | ||
- Cheesy Baked Potato | ||
- Cheese Steak | ||
- Grilled Cheese | ||
- Tomatoes | ||
- Tomato sauce | ||
- Cheese Pizza | ||
- Beef Gravy | ||
- Cheese Curds | ||
- Fries | ||
- Cheese Fries | ||
- Poutine | ||
|
||
### Planned foods | ||
|
||
- Cheeseburger | ||
|
||
### Contributions | ||
|
||
I'm very open to ideas for things to add, if you have any ideas feel free | ||
to [create an issue](https://github.com/Jaxydog/Cheese/issues) | ||
or [make a pull request](https://github.com/Jaxydog/Cheese/pulls) <3 | ||
|
||
### Licensing | ||
|
||
Cheese is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public | ||
License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later | ||
version. | ||
|
||
Cheese is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. | ||
|
||
You should have received a copy of the GNU Affero General Public License along with Cheese. If not, | ||
see <https://www.gnu.org/licenses/>. | ||
# Cheese! | ||
|
||
Cheese is a small mod to add, well, cheese, and other cheese-based foods into the game. | ||
|
||
If you like cheese, cheese-adjacent foods, or Wallace and Gromit references, this is for you. | ||
|
||
### Currently implemented foods | ||
|
||
- Cheese (of course) | ||
- Macaroni | ||
- Macaroni and Cheese | ||
- Crackers | ||
- Cheese and Crackers | ||
- Dino Nugget | ||
- Cheesy Dino Nugget | ||
- Cheesy Baked Potato | ||
- Cheese Steak | ||
- Grilled Cheese | ||
- Tomatoes | ||
- Tomato Sauce | ||
- Cheese Pizza | ||
- Beef Gravy | ||
- Cheese Curds | ||
- Fries | ||
- Cheese Fries | ||
- Poutine | ||
- Honeyed Dino Nugget | ||
|
||
### Planned foods | ||
|
||
- Cheeseburger | ||
|
||
### Contributions | ||
|
||
I'm very open to ideas for things to add, if you have any ideas feel free | ||
to [create an issue](https://github.com/Jaxydog/Cheese/issues) | ||
or [make a pull request](https://github.com/Jaxydog/Cheese/pulls) <3 | ||
|
||
### Licensing | ||
|
||
Cheese is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public | ||
License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later | ||
version. | ||
|
||
Cheese is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. | ||
|
||
You should have received a copy of the GNU Affero General Public License along with Cheese. If not, | ||
see <https://www.gnu.org/licenses/>. |
Oops, something went wrong.