-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from refinedmods/release/1.2.0
Release v1.2.0
- Loading branch information
Showing
32 changed files
with
428 additions
and
119 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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -4,4 +4,6 @@ on: | |
types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ] | ||
jobs: | ||
validate-changelog: | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected] | ||
uses: refinedmods/refinedarchitect/.github/workflows/[email protected] | ||
with: | ||
validation-level: 'warn' |
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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ eclipse/ | |
.nb-gradle-properties | ||
.project | ||
*.launch | ||
run/ | ||
runs/ | ||
*.iml | ||
*.ipr | ||
*.iws | ||
|
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"ref": "index.adoc" | ||
}, | ||
{ | ||
"ref": "pump-in-minecraft-1.10.2.adoc", | ||
"title": "Pump (Minecraft 1.10.2)" | ||
}, | ||
{ | ||
"title": "What's new", | ||
"ref": "whats-new.adoc", | ||
"icon": "bi-lightbulb-fill" | ||
} | ||
] |
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 |
---|---|---|
@@ -0,0 +1,58 @@ | ||
= Pump | ||
:icon: pump.png | ||
|
||
Ranged Pumps is a simple mod that adds a pump that pumps liquids in a range. | ||
|
||
The {doctitle} is the only block that is added by Ranged Pumps. | ||
It pumps liquids in a range. | ||
|
||
image::../assets/recipe.png[The crafting recipe of the pump] | ||
|
||
== Placement | ||
|
||
Place the {doctitle} down, and it'll only work *without* a redstone signal. | ||
|
||
== Redstone signal | ||
|
||
If you give the {doctitle} a redstone signal, it will stop working until you disable the redstone signal. | ||
|
||
== Energy requirements | ||
|
||
By default, the {doctitle} requires Forge Energy, but can be configured to not use energy in the config. | ||
|
||
== Internal tank | ||
|
||
The size of the internal tank of the {doctitle} is 32 buckets (by default). | ||
You can increase or decrease this in the config. | ||
|
||
The {doctitle} will stop running if the internal tank is full. | ||
|
||
== Status updates | ||
|
||
Right-click on the {doctitle} to know what it is doing and to know if it is running. | ||
|
||
== Scanning and range | ||
|
||
image::../assets/scanning.png[Diagram describing the scanning direction and order] | ||
|
||
It'll start pumping liquids in rectangular spiral shape 1 block under the {doctitle. | ||
|
||
The default range is 64 blocks. | ||
That'll mean it scan 64 blocks in any direction, nearest-first. | ||
|
||
On a vertical (Y) level, it will scan liquids from the {doctitle} to bedrock. | ||
|
||
== Liquids to stone | ||
|
||
The {doctitle} will also replace any liquids to stone by default. | ||
This can be turned off in the config. | ||
|
||
== Auto-pushing liquids | ||
|
||
The {doctitle} will auto-push liquids to neighboring tanks. | ||
You can also get the liquids out with pipes. | ||
|
||
== Chunkloading | ||
|
||
The mod doesn't chunkload the {doctitle} automatically. | ||
You'll need another mod to get this behavior. |
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 |
---|---|---|
@@ -0,0 +1,58 @@ | ||
= Pump | ||
:icon: pump.png | ||
|
||
This documentation page refers to the **Minecraft 1.10.2** version of Ranged Pumps. | ||
Consult the xref:index.adoc[latest version of the documentation]. | ||
|
||
The {doctitle} is the only block that is added by Ranged Pumps. | ||
It pumps liquids in a range. | ||
|
||
image::../assets/recipe.png[The crafting recipe of the pump] | ||
|
||
== Placement | ||
|
||
Place the {doctitle} down, apply a redstone signal, and it'll work. | ||
|
||
== Energy requirements | ||
|
||
By default, the {doctitle} requires no energy, but the {doctitle} can be configured to use RF energy in the config. | ||
|
||
== Internal tank | ||
|
||
The size of the internal tank of the {doctitle} is by default 32 buckets, you can increase or decrease this in the config. | ||
|
||
The {doctitle} will stop running if the internal tank is full. | ||
|
||
== Status updates | ||
|
||
Right-click on the {doctitle} to know what it is doing and if it is running. | ||
|
||
== Scanning and range | ||
|
||
It'll pump liquids in a rectangular area 1 block under the {doctitle}, the size of this rectangular area can be specified in the config. | ||
|
||
The default range specified in the config is 128 blocks. | ||
That means it will search 64 blocks in any direction of the {doctitle}. | ||
|
||
image::../assets/scanning-mc110-1.png[Diagram showing the scanning range of the pump] | ||
|
||
This is how it will scan for liquids (from the top left to the bottom right): | ||
|
||
image::../assets/scanning-mc110-2.png[Diagram showing the scanning order of the pump] | ||
|
||
== Liquids to stone | ||
|
||
The {doctitle} will also replace any liquids to stone by default. | ||
This can be turned off in the config. | ||
|
||
== Auto-pushing liquids | ||
|
||
The {doctitle} doesn't auto-push liquids. | ||
You have to suck them out manually with an external mod that can do that, for example pipes. | ||
|
||
Make sure you're not disabling the pipe with the redstone signal that you're providing to the pump! | ||
|
||
== Chunkloading | ||
|
||
The mod doesn't chunkload the {doctitle} automatically. | ||
You'll need another mod to get this behavior. |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
= What's new |
Oops, something went wrong.