Ship Factory: Difference between revisions

From Horizon's End Wiki
No edit summary
No edit summary
Line 3: Line 3:
| image = Ship factory.png
| image = Ship factory.png
| caption = A ship factory
| caption = A ship factory
| resource_title1 = Furnace
| resource_value1 = 1
| resource_title2 = [[Iron]] Block
| resource_value2 = 2
| resource_title3 = Sign (any)
| resource_value3 = 1
| resource_title4 = [[Container]] (any)
| resource_value4 = 1
}}
}}


Line 8: Line 16:
<br>Ship factories can be detected with the sign text [shipfactory]. The second line must be the name of the [[blueprint]] for the factory to print.
<br>Ship factories can be detected with the sign text [shipfactory]. The second line must be the name of the [[blueprint]] for the factory to print.
<br>Materials must be placed in the chest. The ship factory will ''intentionally not print the last block of a material'' so that pipe systems have an easier time transporting items.
<br>Materials must be placed in the chest. The ship factory will ''intentionally not print the last block of a material'' so that pipe systems have an easier time transporting items.
<br>Right click the sign to start the printing process. Materials in the chest will automatically be consumed. Credits will also be withdrawn, based on the table below. Most hull blocks are relatively cheap, while items like mineral blocks, signs, and other rarer components are much more expensive.
<br>Right click the sign to start the printing process. Materials in the chest will automatically be consumed. Credits will also be withdrawn, based on the type of block. Most hull blocks are relatively cheap, while items like mineral blocks, signs, and other rarer components are much more expensive.
<br>Blocks will not print if there are not enough materials, the player does not have enough credits, or there are blocks obstructing the printed structure. If only some of the materials for a blueprint are available, the blueprint will be partially printed.
<br>Blocks will not print if there are not enough materials, the player does not have enough credits, or there are blocks obstructing the printed structure. If only some of the materials for a blueprint are available, the blueprint will be partially printed.
<br>The structure will print starting from two blocks behind the chest (chest - air - blueprint corner). The direction in which the structure was saved will be inherited, regardless of the current direction of the ship factory.
<br>The structure will print starting from two blocks behind the chest (chest - air - blueprint corner). The direction in which the structure was saved will be inherited, regardless of the current direction of the ship factory.
 
<br>The price of printing each block can be found by type [https://github.com/HorizonsEndMC/Ion/blob/ce28c648ca69e705fda04b5b8a683a4a6ef2c4cc/server/src/main/kotlin/net/horizonsend/ion/server/miscellaneous/registrations/ShipFactoryMaterialCosts.kt#L4 here]. Any block that isn't listed costs 1.0c to print.
table fucking tbd


{{Navbox_multiblocks}}
{{Navbox_multiblocks}}
[[Category:Machines]]
[[Category:Machines]]
[[Category:Multiblocks]]
[[Category:Multiblocks]]

Revision as of 01:45, 19 February 2025

Ship Factory

A ship factory

Properties
Resource Requirements
Furnace 1
Iron Block 2
Sign (any) 1
Container (any) 1

Ship factories can print a saved blueprint design (including buildings) at a cost of materials and credits.
Ship factories can be detected with the sign text [shipfactory]. The second line must be the name of the blueprint for the factory to print.
Materials must be placed in the chest. The ship factory will intentionally not print the last block of a material so that pipe systems have an easier time transporting items.
Right click the sign to start the printing process. Materials in the chest will automatically be consumed. Credits will also be withdrawn, based on the type of block. Most hull blocks are relatively cheap, while items like mineral blocks, signs, and other rarer components are much more expensive.
Blocks will not print if there are not enough materials, the player does not have enough credits, or there are blocks obstructing the printed structure. If only some of the materials for a blueprint are available, the blueprint will be partially printed.
The structure will print starting from two blocks behind the chest (chest - air - blueprint corner). The direction in which the structure was saved will be inherited, regardless of the current direction of the ship factory.
The price of printing each block can be found by type here. Any block that isn't listed costs 1.0c to print.