Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bq crafting quest #25

Merged
merged 8 commits into from
Oct 14, 2023
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Build and test

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Release tagged build

on:
Expand Down
43 changes: 26 additions & 17 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,36 @@ Minecraft Mod Public License
Version 1.0.1

0. Definitions

--------------

Minecraft: Denotes a copy of the Minecraft game licensed by Mojang AB

User: Anybody that interacts with the software in one of the following ways:
- play
- decompile
- recompile or compile
- modify
- distribute

- play
- decompile
- recompile or compile
- modify
- distribute

Mod: The mod code designated by the present license, in source form, binary
form, as obtained standalone, as part of a wider distribution or resulting from
the compilation of the original or modified sources.

Dependency: Code required for the mod to work properly. This includes
Dependency: Code required for the mod to work properly. This includes
dependencies required to compile the code as well as any file or modification
that is explicitely or implicitely required for the mod to be working.

1. Scope

--------

The present license is granted to any user of the mod. As a prerequisite,
The present license is granted to any user of the mod. As a prerequisite,
a user must own a legally acquired copy of Minecraft

2. Liability

------------

This mod is provided 'as is' with no warranties, implied or otherwise. The owner
Expand All @@ -39,40 +43,45 @@ Minecraft may not work with this mod installed. All damages caused from the use
or misuse of this mad fall on the user.

3. Play rights

--------------

The user is allowed to install this mod on a client or a server and to play
The user is allowed to install this mod on a client or a server and to play
without restriction.

4. Modification rights

----------------------

The user has the right to decompile the source code, look at either the
The user has the right to decompile the source code, look at either the
decompiled version or the original source code, and to modify it.

5. Derivation rights

--------------------

The user has the rights to derive code from this mod, that is to say to
write code that extends or instanciate the mod classes or interfaces, refer to
its objects, or calls its functions. This code is known as "derived" code, and
its objects, or calls its functions. This code is known as "derived" code, and
can be licensed under a license different from this mod.

6. Distribution of original or modified copy rights

---------------------------------------------------

Is subject to distribution rights this entire mod in its various forms. This
include:
- original binary or source forms of this mod files
- modified versions of these binaries or source files, as well as binaries
resulting from source modifications
- patch to its source or binary files
- any copy of a portion of its binary source files

The user is allowed to redistribute this mod partially, in totality, or
- original binary or source forms of this mod files
- modified versions of these binaries or source files, as well as binaries
resulting from source modifications
- patch to its source or binary files
- any copy of a portion of its binary source files

The user is allowed to redistribute this mod partially, in totality, or
included in a distribution.

When distributing binary files, the user must provide means to obtain its
When distributing binary files, the user must provide means to obtain its
entire set of sources or modified sources at no costs.

All distributions of this mod must remain licensed under the MMPL.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# LogisticsPipes

Logistics Pipes is an extensive overhaul of the Buildcraft pipe system. It allows for better distribution of items via pipes, more organised stockkeeping and easier automated crafting.
Logistics Pipes is an extensive overhaul of the Buildcraft pipe system. It allows for better distribution of items via
pipes, more organised stockkeeping and easier automated crafting.

You are free to use this mod in your modpack without asking or noticing us.

Expand Down
Loading