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

New guide files for 1.18.2 #3

Open
wants to merge 2 commits into
base: 8.0.x-1.12
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ gear "gear_gold"
gear "gear_diamond"

tool "wrench"
tool "paintbrush"
tool "paintbrush_clean"
tool "marker_connector"
tool "marker_volume"
tool "marker_path"
tool "list"
tool "volume_box"

block_engine "engine_wood" "{buildcraftcore:engine, 1, 0}"
block_engine "engine_creative" "{buildcraftcore:engine, 1, 1}"
block_engine "engine_wood" "buildcraftcore:engine_wood"
block_engine "engine_creative" "buildcraftcore:engine_creative"

trigger "basic" "always_on" "buildcraftcore:trigger.true"
trigger "basic" "redstone_active" "buildcraft:redstone.input.active"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<chapter name="tile.engineCreative.name"/>
<lore>
TODO 1.18.2
</lore>
<no_lore>
TODO 1.18.2
</no_lore>
<chapter name="Information"/>
TODO 1.18.2
<recipes_usages stack="buildcraftcore:engine_creative"/>


<chapter name="Engine Mechanics"/>
BuildCraft engines have 5 temperature stages, which determines the speed the engine runs at: Blue, Green, Yellow, Red and Black.


Engines will always connect to the nearest compatible MJ consumer but Redstone engines will not connect to kinesis pipes and will only connect to certain machines.
You can use a Wrench to rotate it to change which block it is powering.

As with all engines, it <bold>requires a redstone signal to run.</bold>
Gates can be used to detect the engines temperature stages to help you control them.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Redstone engine is a basic engine that only requires a redstone signal to ru
</no_lore>
<chapter name="Information"/>
Due to the little amount of MJ they produce, they are only suitable to operate simple devices such as extraction pipes or pumps.
<recipes_usages stack="buildcraftcore:engine"/>
<recipes_usages stack="buildcraftcore:engine_wood"/>


<chapter name="Engine Mechanics"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Paintbrushes can be used to paint various different blocks into one of 16 colour
Painting a block is normally only useful for decoration, however some blocks have special properties once painted.
For example pipes will not connect to other pipes if they are painted different colours.
</no_lore>
<recipes_usages stack="buildcraftcore:paintbrush"/>
<recipes_usages stack="buildcraftcore:paintbrush_clean"/>
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

import "buildcraftlib:util" "buildcraftcore:main"

block_engine "engine_stone" "{buildcraftcore:engine, 1, 1}"
block_engine "engine_iron" "{buildcraftcore:engine, 1, 2}"
block_engine "engine_stone" "buildcraftcore:engine_stone"
block_engine "engine_iron" "buildcraftcore:engine_iron"
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<chapter name="tile.engineIron.name"/>
<lore>
While furnace fuels are nice. With the discovery of combustible fluids, a more powerful engine is in demand to harness their power.
</lore>
Expand All @@ -6,7 +7,7 @@ The Combustion Engine is the most powerful engine in BuildCraft and is able to u
</no_lore>
<chapter name="Information"/>
To make use of these combustible fluids, they must be piped into the engine along with a coolant to keep them from over heating.
<recipes_usages stack="buildcraftcore:engine" data="2"/>
<recipes_usages stack="buildcraftcore:engine_iron"/>
<chapter name="Different Fuels"/>
With all combustible fluids, they produce different amounts of power for different amounts of time depending on which fuel is used.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<chapter name="tile.engineStone.name"/>
<lore>
After experimenting with what can be done with a basic redstone engine, you discover a way to burn furnace fuels to to actually produce a decent amount of power at a rate of 1MJ/t.
</lore>
Expand All @@ -6,7 +7,7 @@ The Stirling engine is a more powerful engine which uses furnace fuels to genera
</no_lore>
<chapter name="Information"/>
A Stirling Engines are just as efficient as a regular furnace when it comes to power production.
<recipes_usages stack="buildcraftcore:engine" data="1"/>
<recipes_usages stack="buildcraftcore:engine_stone"/>
<chapter name="Engine Mechanics"/>
BuildCraft engines have 5 temperature stages, which determines the speed the engine runs at: Blue, Green, Yellow, Red and Black.
Stirling engines will only turn black if the engines internal power buffer fills up as the power has nowhere to go, thus the engine will overheat and needs to be wrenched to be cooled.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ This tag shows all recipes for the given item stack. For example:
## Usages
Similar to recipes, this shows all usages for the given item stack. For example:
<guide_md>
&lt;usages stack="buildcraftcore:engine"&gt;
&lt;usages stack="buildcraftcore:engine_wood"&gt;
</guide_md>
<usages stack="buildcraftcore:engine" chapter_level="2"/>
<usages stack="buildcraftcore:engine_wood" chapter_level="2"/>

## Recipes and usages
This effectively combines the above two tags into one, for example:
Expand Down
35 changes: 0 additions & 35 deletions guide_resources/assets/buildcraftlib/lang/en_US.lang

This file was deleted.

39 changes: 39 additions & 0 deletions guide_resources/assets/buildcraftlib/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"buildcraft.guide.chapter.type.block": "Blocks",
"buildcraft.guide.chapter.type.item": "Items",
"buildcraft.guide.chapter.type.pipe": "Pipes",
"buildcraft.guide.chapter.type.trigger": "Triggers",
"buildcraft.guide.chapter.type.action": "Actions",
"buildcraft.guide.chapter.type.config": "Configuration",

"buildcraft.guide.chapter.subtype.gear": "Gears",
"buildcraft.guide.chapter.subtype.tool": "Tools",
"buildcraft.guide.chapter.subtype.fluid": "Fluid",
"buildcraft.guide.chapter.subtype.item": "Item",
"buildcraft.guide.chapter.subtype.mining": "Mining",
"buildcraft.guide.chapter.subtype.engine": "Engines",
"buildcraft.guide.chapter.subtype.automation": "Automation",
"buildcraft.guide.chapter.subtype.pipe_item": "Item Transport",
"buildcraft.guide.chapter.subtype.pipe_fluid": "Fluid Transport",
"buildcraft.guide.chapter.subtype.pipe_plug": "Pluggables",
"buildcraft.guide.chapter.subtype.refining": "Refining",
"buildcraft.guide.chapter.subtype.laser": "Laser Power",
"buildcraft.guide.chapter.subtype.basic": "Basic",
"buildcraft.guide.chapter.subtype.resourcepack": "Resource Pack",

"buildcraft.guide.chapter.mod.buildcraft": "BuildCraft",

"buildcraft.guide.chapter.submod.lib": "Lib",
"buildcraft.guide.chapter.submod.core": "Core",
"buildcraft.guide.chapter.submod.factory": "Factory",
"buildcraft.guide.chapter.submod.energy": "Energy",
"buildcraft.guide.chapter.submod.transport": "Transport",

"buildcraft.guide.chapter.title.gate_base": "Gates",

"buildcraft.guide.page.guide_page_format": "Guide Page File Format",
"buildcraft.guide.page.json_insn_format": "Json Instruction File Format",
"buildcraft.guide.page.registry_overview": "Json Registry Overview",

"null": "=w="
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,40 @@

import "buildcraftlib:util" "buildcraftcore:main"

alias pipei 1 `pipe_item "%0" "buildcrafttransport:pipe_%0"`
alias pipef 1 `pipe_fluid "%0" "buildcrafttransport:pipe_%0"`

pipei "structure"

pipei "wood_item"
pipei "cobble_item"
pipei "stone_item"
pipei "quartz_item"
pipei "iron_item"
pipei "gold_item"
pipei "diamond_item"
pipei "obsidian_item"
pipei "sandstone_item"
pipei "clay_item"
pipei "void_item"
pipei "stripes_item"
pipei "diamond_wood_item"
pipei "lapis_item"
pipei "daizuli_item"
pipei "emzuli_item"

pipef "wood_fluid"
pipef "cobble_fluid"
pipef "stone_fluid"
pipef "quartz_fluid"
pipef "iron_fluid"
pipef "gold_fluid"
pipef "diamond_fluid"
pipef "sandstone_fluid"
pipef "clay_fluid"
pipef "void_fluid"
pipef "diamond_wood_fluid"
alias pipei 1 `pipe_item "%0" "buildcrafttransport:pipe_%0_colorless"`
alias pipef 1 `pipe_fluid "%0" "buildcrafttransport:pipe_%0_colorless"`
alias pipes 1 `pipe_structure "%0" "buildcrafttransport:pipe_%0_colorless"`

pipes "structure_cobblestone"

pipei "items_wood"
pipei "items_cobblestone"
pipei "items_stone"
pipei "items_quartz"
pipei "items_iron"
pipei "items_gold"
pipei "items_diamond"
pipei "items_obsidian"
pipei "items_sandstone"
pipei "items_clay"
pipei "items_void"
pipei "items_stripes"
pipei "items_diamond_wood"
pipei "items_lapis"
pipei "items_daizuli"
pipei "items_emzuli"

pipef "fluids_wood"
pipef "fluids_cobblestone"
pipef "fluids_stone"
pipef "fluids_quartz"
pipef "fluids_iron"
pipef "fluids_gold"
pipef "fluids_diamond"
pipef "fluids_sandstone"
pipef "fluids_clay"
pipef "fluids_void"
pipef "fluids_diamond_wood"

plug "wire"
plug "plug_power_adaptor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Extraction Preset is a gate action provided on any gate that is placed on a Emzu
When the action is activated, the gate will allow the colour of the Extraction Preset selected to be extracted by the Emzuli Pipe.
Without an extraction preset set by the gate, the Emzuli Pipe will be unable to extract any items.

<link to="buildcrafttransport:pipe/emzuli_item"/>
<link to="buildcrafttransport:pipe/items_emzuli"/>
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ When the action is activated, the gate will adjust the pipe accordingly:
The Lazuli Pipe will paint items that pass through the pipe the colour selected by the Paint Items action.
The Daizuli Pipe will send items only painted by the colour selected by the Paint Items action towards the direction selected.

<link to="buildcrafttransport:pipe/lapis_item"/>
<link to="buildcrafttransport:pipe/daizuli_item"/>
<link to="buildcrafttransport:pipe/items_lapis"/>
<link to="buildcrafttransport:pipe/items_daizuli"/>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Why would you want fluid to go to the next pipe when theres a tank right there?.
A Clay Fluid Pipe is used to transport fluids from a pipe into connecting pipes/tanks.
</no_lore>

<recipes stack="buildcrafttransport:pipe_clay_fluid"/>
<recipes stack="buildcrafttransport:pipe_fluids_clay_colorless"/>

<chapter name="Pipe Mechanics"/>
The Clay Fluid pipe will prioritise inserting fluid into an adjacent tank before traveling to the next pipe.
Expand All @@ -20,4 +20,4 @@ The Clay Fluid pipe transports fluids to adjacent pipes and tanks at 0.8 buckets
Fluid pipes have an internal fluid tank which can hold 1 bucket per side and 1 Bucket in the centre.
</no_detail>

<usages stack="buildcrafttransport:pipe_clay_fluid"/>
<usages stack="buildcrafttransport:pipe_fluids_clay_colorless"/>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Transporting your fluids to where you want them to go fairly slowly.
A Cobblestone Fluid Pipe is used to transport fluids from a pipe into connecting pipes/tanks.
</no_lore>

<recipes stack="buildcrafttransport:pipe_cobble_fluid"/>
<recipes stack="buildcrafttransport:pipe_fluids_cobblestone_colorless"/>

<chapter name="Pipe Mechanics"/>
Cobblestone Fluid pipes are the slowest pipe at transport fluids.
Expand All @@ -23,4 +23,4 @@ The Cobblestone Fluid pipe transports fluids to adjacent pipes and tanks at 0.2
Fluid pipes have an internal fluid tank which can hold 1 bucket per side and 1 Bucket in the centre.
</no_detail>

<usages stack="buildcrafttransport:pipe_cobble_fluid"/>
<usages stack="buildcrafttransport:pipe_fluids_cobblestone_colorless"/>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Allowing the sorting of fluids to so they can cross pipelines? Madness.
A Diamond Fluid Pipe is used to transport fluids from a pipe in a direction set by its filter into a connecting pipe/tank.
</no_lore>

<recipes stack="buildcrafttransport:pipe_diamond_fluid"/>
<recipes stack="buildcrafttransport:pipe_fluids_diamond_colorless"/>

<chapter name="Filtering"/>
The Diamond Fluid pipe has each of its sides distinguished by a different colour.
Expand All @@ -25,4 +25,4 @@ The Diamond Fluid pipe transports fluids to adjacent pipes and tanks at 1.6 buck
Fluid pipes have an internal fluid tank which can hold 1 bucket per side and 1 Bucket in the centre.
</no_detail>

<usages stack="buildcrafttransport:pipe_diamond_fluid"/>
<usages stack="buildcrafttransport:pipe_fluids_diamond_colorless"/>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Want to take a certain fluid out and transport it somewhere else? Just give it p
A Wooden Diamond Fluid Pipe is used to extract selected fluids from a tank when given power.
</no_lore>

<recipes stack="buildcrafttransport:pipe_diamond_wood_fluid"/>
<recipes stack="buildcrafttransport:pipe_fluids_diamond_wood_colorless"/>

<chapter name="Pipe Mechanics"/>
When powered, It will extract the fluid selected by the filter into any other connected tanks/pipes.
Expand Down Expand Up @@ -35,4 +35,4 @@ The Wooden Diamond Fluid pipe transports fluids to adjacent pipes and tanks at 1
Fluid pipes have an internal fluid tank which can hold 1 bucket per side and 1 Bucket in the centre.
</no_detail>

<usages stack="buildcrafttransport:pipe_diamond_wood_fluid"/>
<usages stack="buildcrafttransport:pipe_fluids_diamond_wood_colorless"/>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Transporting your fluids to where you want them to go quickly.
A Gold Fluid Pipe is used to transport fluids quickly into connecting pipes/tanks.
</no_lore>

<recipes stack="buildcrafttransport:pipe_gold_fluid"/>
<recipes stack="buildcrafttransport:pipe_fluids_gold_colorless"/>

<chapter name="Pipe Mechanics"/>
Gold Fluid pipes are the quickest pipe at transport fluids.
Expand All @@ -21,4 +21,4 @@ The Gold Fluid pipe transports fluids to adjacent pipes and tanks at 1.6 buckets
Fluid pipes have an internal fluid tank which can hold 1 bucket per side and 1 Bucket in the centre.
</no_detail>

<usages stack="buildcrafttransport:pipe_gold_fluid"/>
<usages stack="buildcrafttransport:pipe_fluids_gold_colorless"/>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Want to transport your fluids in only one direction? Just set the pipes directio
A Iron Fluid Pipe is used to transport fluids in one direction from a pipe into a connecting pipe/tank.
</no_lore>

<recipes stack="buildcrafttransport:pipe_iron_fluid"/>
<recipes stack="buildcrafttransport:pipe_fluids_iron_colorless"/>

<chapter name="Pipe Mechanics"/>
Setting the direction the fluids will travel is by either: whacking the side of the pipe you want the items to go to with a wrench, giving it a redstone signal or with a gate.
Expand All @@ -20,4 +20,4 @@ The Iron Fluid pipe transports fluids to adjacent pipes and tanks at 0.8 buckets
Fluid pipes have an internal fluid tank which can hold 1 bucket per side and 1 Bucket in the centre.
</no_detail>

<usages stack="buildcrafttransport:pipe_iron_fluid"/>
<usages stack="buildcrafttransport:pipe_fluids_iron_colorless"/>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Transporting your fluids to where you want them to go at a more preferable speed
A Quartz Fluid Pipe is used to transport fluids from a pipe into connecting pipes/tanks.
</no_lore>

<recipes stack="buildcrafttransport:pipe_quartz_fluid"/>
<recipes stack="buildcrafttransport:pipe_fluids_quartz_colorless"/>

<chapter name="Pipe Mechanics"/>
Quartz Fluid pipes transports fluids at a more preferable speed.
Expand All @@ -23,4 +23,4 @@ The Quartz Fluid pipe transports fluids to adjacent pipes and tanks at 0.8 bucke
Fluid pipes have an internal fluid tank which can hold 1 bucket per side and 1 Bucket in the centre.
</no_detail>

<usages stack="buildcrafttransport:pipe_quartz_fluid"/>
<usages stack="buildcrafttransport:pipe_fluids_quartz_colorless"/>
Loading