-
Notifications
You must be signed in to change notification settings - Fork 3
/
phosphophyllite.html
52 lines (51 loc) · 2.4 KB
/
phosphophyllite.html
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
<!--
title: Phosphophyllite
description:
published: true
date: 2021-12-22T09:41:55.104Z
tags:
editor: ckeditor
dateCreated: 2021-12-06T07:30:59.756Z
-->
<p><strong>Phosphophyllite </strong>is a library mod used by mods in the Bigger Series, such as Bigger Reactors. By itself, it does nothing. </p>
<p>From the CurseForge page:</p>
<blockquote>
<p>This is a library mod. It's not very useful by itself.</p>
</blockquote>
<h2>Quick Links</h2>
<ul>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/phosphophyllite">Download on CurseForge!</a></li>
<li><a href="https://github.com/BiggerSeries/Phosphophyllite">Contribute on GitHub!</a></li>
<li><a href="/phosphophyllite/developers">Developing mods with Phosphophyllite.</a></li>
</ul>
<h2>License</h2>
<p>Phosphophyllite is licensed under the GNU Lesser General Public License, or LGPL, version 2.1. </p>
<p>As a TL;DR, this means you are free to:</p>
<ul>
<li>Use Phosphophyllite in a Modpack (please do).</li>
<li>Contribute bug fixes and other changes in (<i>please </i>do).</li>
<li>Redistribute the mod (please don't).</li>
<li>Take the source code and make it your own.</li>
<li>Use it as a library for your mod <i>regardless </i>of the license of your mod.</li>
</ul>
<p>However, you cannot:</p>
<ul>
<li>Make any source from this mod closed-source.</li>
</ul>
<p>A portion of the LGPL v2.1 license is included below. The full version of the license can be found in our GitHub's <a href="https://github.com/BiggerSeries/BiggerSeries/blob/master/LICENSE.txt">LICENSE.txt</a>.</p>
<blockquote>
<p>This library is free software; you can redistribute it and/or</p>
<p>modify it under the terms of the GNU Lesser General Public</p>
<p>License as published by the Free Software Foundation; either</p>
<p>version 2.1 of the License, or (at your option) any later version.</p>
<p> </p>
<p>This library is distributed in the hope that it will be useful,</p>
<p>but WITHOUT ANY WARRANTY; without even the implied warranty of</p>
<p>MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</p>
<p>Lesser General Public License for more details.</p>
<p> </p>
<p>You should have received a copy of the GNU Lesser General Public</p>
<p>License along with this library; if not, write to the Free Software</p>
<p>Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301</p>
<p>USA</p>
</blockquote>