Skip to content

Commit 11f15d6

Browse files
committed
0.0.1
1 parent e7bd461 commit 11f15d6

File tree

115 files changed

+2326
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+2326
-1
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.json linguist-detectable=true
2+
*.html linguist-detectable=false

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**/editing/
2+
**.mcpack
3+
**.psd
4+
**/releases/

.mcattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
diagnostic.disable.=true

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.0.1] - 2022-07-23
10+
### Added
11+
- Apple Pie
12+
- Chocolate Milk
13+
- Hot Chocolate
14+
- Coke
15+
- Pepsi
16+
- Raw Waffle
17+
- Waffle
18+
- Curry Powder
19+
- Curry
20+
- Empty MRE
21+
- Steak MRE
22+
- Chicken MRE
23+
- Jerky
24+
- Ramen
25+
- Cheese
26+
- Cheese Pizza
27+
- Pepperoni Pizza
28+
- Vegan Pizza
29+
- Cursed Pizza
30+
- Baguette
31+
32+
### TODO
33+
- Chocolate Milk should clear effects
34+
- Make Curry give bucket

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# FoodAddon
1+
# Modified Command Food Addon
2+
3+
[Check out Documentation and Recipes](docs/)

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
theme: jekyll-theme-minimal
2+
show_downloads: true
3+
title: Food Addon
4+
logo: /foodrp/pack_icon.png

_layouts/default.html

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
<!DOCTYPE html>
2+
<html lang="{{ site.lang | default: " en-US " }}">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
9+
<!--Favicon Information-->
10+
<link rel="apple-touch-icon" sizes="180x180" href="https://modifiedcommand.github.io/Addon-Template/favicon/apple-touch-icon.png">
11+
<link rel="icon" type="image/png" sizes="32x32" href="https://modifiedcommand.github.io/Addon-Template/favicon/favicon-32x32.png">
12+
<link rel="icon" type="image/png" sizes="194x194" href="https://modifiedcommand.github.io/Addon-Template/favicon/favicon-194x194.png">
13+
<link rel="icon" type="image/png" sizes="192x192" href="https://modifiedcommand.github.io/Addon-Template/favicon/android-chrome-192x192.png">
14+
<link rel="icon" type="image/png" sizes="16x16" href="https://modifiedcommand.github.io/Addon-Template/favicon/favicon-16x16.png">
15+
<link rel="manifest" href="https://modifiedcommand.github.io/Addon-Template/favicon/site.webmanifest">
16+
<link rel="mask-icon" href="https://modifiedcommand.github.io/Addon-Template/favicon/safari-pinned-tab.svg" color="#2ecc71">
17+
<link rel="shortcut icon" href="https://modifiedcommand.github.io/Addon-Template/favicon/favicon.ico">
18+
<meta name="msapplication-TileColor" content="#000000">
19+
<meta name="msapplication-TileImage" content="https://modifiedcommand.github.io/Addon-Template/favicon/mstile-144x144.png">
20+
<meta name="msapplication-config" content="https://modifiedcommand.github.io/Addon-Template/favicon/browserconfig.xml">
21+
<meta name="theme-color" content="#2ECC71">
22+
23+
<!-- Image Meta Tags -->
24+
<!-- <meta property="og:image" content="{{ "/background.png" | absolute_url }}"> -->
25+
<!-- <meta property="twitter:image" content="{{ "/background.png" | absolute_url }}"> -->
26+
27+
{% seo %}
28+
<link rel="stylesheet" href="{{ " /assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
29+
<!--[if lt IE 9]>
30+
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
31+
<![endif]-->
32+
</head>
33+
34+
<body>
35+
<div class="wrapper">
36+
<header>
37+
<h1><a href="{{ " / " | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
38+
39+
{% if site.logo %}
40+
<div class="outer-logo">
41+
<a href="{{ " " | absolute_url }}"><img src="{{site.logo | relative_url}}" alt="Logo" class="logo" style="display: block; margin-left: auto;margin-right: auto; width: 75%;" /></a>
42+
</div>
43+
{% endif %}
44+
45+
<br />
46+
47+
<p>{{ site.description | default: site.github.project_tagline }}</p>
48+
49+
{% if site.github.is_project_page %}
50+
<!--<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>-->
51+
{% endif %} {% if site.github.is_user_page %}
52+
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
53+
{% endif %} {% if site.show_downloads %}
54+
<ul class="downloads">
55+
<li><a href="{{ site.github.zip_url }}">Download <strong>Source ZIP</strong></a></li>
56+
<li><a href="{{ site.github.repository_url }}/releases">Download <strong>Releases</strong></a></li>
57+
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
58+
</ul>
59+
{% endif %}
60+
</header>
61+
<section>
62+
63+
{{ content }}
64+
65+
</section>
66+
<footer>
67+
{% if site.github.is_project_page %}
68+
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
69+
{% endif %}
70+
<!--<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>-->
71+
</footer>
72+
</div>
73+
<script src="{{ " /assets/js/scale.fix.js " | relative_url }}"></script>
74+
{% if site.google_analytics %}
75+
<script>
76+
(function(i, s, o, g, r, a, m) {
77+
i['GoogleAnalyticsObject'] = r;
78+
i[r] = i[r] || function() {
79+
(i[r].q = i[r].q || []).push(arguments)
80+
}, i[r].l = 1 * new Date();
81+
a = s.createElement(o),
82+
m = s.getElementsByTagName(o)[0];
83+
a.async = 1;
84+
a.src = g;
85+
m.parentNode.insertBefore(a, m)
86+
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
87+
ga('create', '{{ site.google_analytics }}', 'auto');
88+
ga('send', 'pageview');
89+
</script>
90+
{% endif %}
91+
</body>
92+
93+
</html>

docs/images/apple_pie_recipe.png

60.9 KB
Loading

docs/images/baguette_recipe.png

33.5 KB
Loading
65.1 KB
Loading

0 commit comments

Comments
 (0)