mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-08 01:43:59 +07:00
Bundle things
This commit is contained in:
parent
44c47586a7
commit
d2ec511ede
@ -1344,10 +1344,16 @@ block.disassembler.name = Disassembler
|
||||
block.silicon-crucible.name = Silicon Crucible
|
||||
block.overdrive-dome.name = Overdrive Dome
|
||||
block.interplanetary-accelerator.name = Interplanetary Accelerator
|
||||
#experimental, may be removed
|
||||
block.block-forge.name = Block Forge
|
||||
block.block-loader.name = Block Loader
|
||||
block.block-unloader.name = Block Unloader
|
||||
block.constructor.name = Constructor
|
||||
block.constructor.description = Fabricates structures up to 2x2 tiles in size.
|
||||
block.large-constructor.name = Large Constructor
|
||||
block.large-constructor.description = Fabricates structures up to 4x4 tiles in size.
|
||||
block.deconstructor.name = Deconstructor
|
||||
block.deconstructor.description = Deconstructs structures and units. Returns 100% of build cost.
|
||||
block.payload-loader.name = Payload Loader
|
||||
block.payload-loader.description = Load liquids and items into blocks.
|
||||
block.payload-unloader.name = Payload Unloader
|
||||
block.payload-unloader.description = Unloads liquids and items from blocks.
|
||||
|
||||
block.switch.name = Switch
|
||||
block.micro-processor.name = Micro Processor
|
||||
@ -1540,6 +1546,7 @@ block.vault.description = Stores a large amount of items of each type. Contents
|
||||
block.container.description = Stores a small amount of items of each type. Contents can be retrieved with an unloader.
|
||||
block.unloader.description = Unloads the selected item from nearby blocks.
|
||||
block.launch-pad.description = Launches batches of items to selected sectors.
|
||||
block.launch-pad.details = Sub-orbital system for point-to-point transportation of resources. Payload pods are fragile and incapable of surviving re-entry.
|
||||
block.duo.description = Fires alternating bullets at enemies.
|
||||
block.scatter.description = Fires clumps of lead, scrap or metaglass flak at enemy aircraft.
|
||||
block.scorch.description = Burns any ground enemies close to it. Highly effective at close range.
|
||||
|
@ -24,4 +24,4 @@ android.useAndroidX=true
|
||||
#used for slow jitpack builds; TODO see if this actually works
|
||||
org.gradle.internal.http.socketTimeout=100000
|
||||
org.gradle.internal.http.connectionTimeout=100000
|
||||
archash=fd0ca91e700653d5565e13d8ea5fea87378b022e
|
||||
archash=6c228e534e3950e6254d6e7af4c6db67f834bc1d
|
||||
|
Loading…
Reference in New Issue
Block a user