-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfaq.html
More file actions
136 lines (124 loc) · 5.65 KB
/
faq.html
File metadata and controls
136 lines (124 loc) · 5.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>ZAWA</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Zoo & Wild Animals Mod</a>
<ul class="icons">
<li><a href="https://twitter.com/zawa_mod?lang=en" target="_blank" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>Frequently Asked Questions</h1>
</header>
</div>
</section>
<!-- Section -->
<section>
<div class="posts">
<article>
<h3>Can I use this mod in my modpack?</h3>
<p>Unless the modpack is available through curse/curseforge ONLY. You may not bundle this mod or its dependencies.</p>
</article>
<article>
<h3>Can I port this mod to X version?</h3>
<p>No.</p>
</article>
<article>
<h3>Will you make a 1.7.10 version?</h3>
<p>No, unless you comission it to be done by SoggyMustache (the programmer of the mod) it will not happen.</p>
</article>
<article>
<h3>My game crashed (or something isnt right)! What do I do???</h3>
<p>Once you remove all mods except for ZAWA and Bookworm, join our discord and read the #help channel. Your question has probably been answered.</p>
</article>
<article>
<h3>Why are the spawns so weird and broken?</h3>
<p>Download the latest verion if you are not on it and then if the issue persists edit the configs, that is what they are there for.</p>
</article>
<article>
<h3>How do I get an animal out of the ATV?</h3>
<p>Shift + Right Click.</p>
</article>
<article>
<h3>Will you add this animal???? Please I love it so much add it.</h3>
<p>We are not taking any animal suggestions as our planned animals list is complete. However we do have animal votes every now and then.</p>
</article>
<article>
<h3>I have a non-animal suggestion!</h3>
<p>If you talk about something you'd like to see in zawa on our Discord fan chat we may consider adding it.</p>
</article>
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/zoo-wild-animals-rebuild" target="_blank">Download</a></li>
<li><a href="https://discord.gg/Keyxcvd" target="_blank">Discord</a></li>
<li><a href="wiki.html">Wiki</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/zoo-wild-animals-rebuild/relations/dependents?filter-related-dependents=3" target="_blank">Addons</a></li>
<li><a href="https://www.patreon.com/ZawaMod" target="_blank">Donate</a></li>
<li><a href="credits.html">Credits</a></li>
</ul>
</nav>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© ZAWAMod. All rights reserved. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>