├── README.md ├── content ├── blocks │ ├── aerial-arc.json │ ├── ap-armory.json │ ├── armored-conveyor.json │ ├── asphalt-mixer.json │ ├── asphalt-wall.json │ ├── battery-mega.json │ ├── blast-deep-digger.json │ ├── bloom.json │ ├── bullet-armory.json │ ├── burst-turret.json │ ├── chaos-array-factory.json │ ├── chip-maker.json │ ├── coal-liquifier.json │ ├── condenser.hjson │ ├── cryo-armory.json │ ├── cryoshallow.json │ ├── darksand-tainted-water.hjson │ ├── deep-digger.json │ ├── eradicator-pad.json │ ├── extraspatial-fluidtank.json │ ├── extraspatial-vault.json │ ├── filter.hjson │ ├── flak-armory.json │ ├── flak-cannon.json │ ├── frostoil-mixer.json │ ├── fungus-dagger-factory.json │ ├── gold-forge.json │ ├── gold-sand.json │ ├── hail.json │ ├── heavy-oil-burner.json │ ├── heavy-oil-cracker.json │ ├── heavy-oil-emptyer.json │ ├── heavy-round-armory.json │ ├── hecodium-autoshield-factory.json │ ├── hecodium-forge.json │ ├── hecodium-rail-ChargeTurret.json │ ├── hecodium-wall-large.json │ ├── hecodium-wall.json │ ├── incendiary-armory.json │ ├── incendiary-mixer.json │ ├── junction.json │ ├── large-asphalt-wall.json │ ├── large-mass-driver.json │ ├── large-steel-wall.json │ ├── laser-mech-pad.json │ ├── lich-factory.json │ ├── light-oil-burner.json │ ├── light-oil-cracker.json │ ├── light-oil-emptyer.json │ ├── magma.json │ ├── melter-large.json │ ├── metacannon.json │ ├── metasteel-conveyor.json │ ├── metasteel-forge.json │ ├── metasteel-wall-large.json │ ├── metasteel-wall.json │ ├── micro-conveyor.json │ ├── multicannon.json │ ├── oil-distiller.json │ ├── ore-chirunium.json │ ├── ore-condenser.json │ ├── ore-crusher.json │ ├── ore-iron.json │ ├── ore-reverie-crystal.json │ ├── overcharge.json │ ├── petroleum-emptyer.json │ ├── petroleum-filler.json │ ├── petroleum-generator.json │ ├── phase-extractor.json │ ├── phase-weaver.json │ ├── pistol.json │ ├── plastanium-compressor.json │ ├── plastanium-conveyor.json │ ├── plastic-conveyor-disconnected.json │ ├── plastic-conveyor.json │ ├── plastic-forge.json │ ├── quantum-drill.json │ ├── quantum-gatherer.json │ ├── quantum-mech-pad.json │ ├── quantum-mender.json │ ├── quantum-ore-condenser.json │ ├── quantum-ore-crusher.json │ ├── quantum-phase-wall.json │ ├── quantum-vault.json │ ├── quantum-weaver.json │ ├── reaper-factory.json │ ├── reaper-pad.json │ ├── reaver-ship-pad.json │ ├── recmetal-forge.json │ ├── recmetal-wall-large.json │ ├── recmetal-wall.json │ ├── redrock.json │ ├── redsand.json │ ├── redwall.json │ ├── repair-laser.json │ ├── revenant-pad.json │ ├── reverie-conjurer.json │ ├── reverie-cutter.json │ ├── reverie-wall-absoluteunit.json │ ├── reverie-wall-large.json │ ├── reverie-wall.json │ ├── rocket-armory.json │ ├── salvo.json │ ├── sam-turret.json │ ├── sand-sifter-iron.json │ ├── sand-sifter-titanium.json │ ├── scatter-big.json │ ├── scrabbler.hjson │ ├── scrap-maker.json │ ├── separator.json │ ├── shield-ship-pad.json │ ├── shredder.hjson │ ├── silicon-sand.json │ ├── silicon-sandwall.json │ ├── silicon-sieve.json │ ├── silver-plating.json │ ├── sister-ship-pad.json │ ├── sludge-burner.json │ ├── sludge-press.json │ ├── snow-sand.json │ ├── solar-spore-panel-large.json │ ├── solar-spore-panel.json │ ├── spore-silicon-smelter.json │ ├── stalker-mech-pad.json │ ├── steel-forge.json │ ├── steel-wall.json │ ├── supreme-duo.json │ ├── surge-alloy-conveyor.json │ ├── tainted-water.hjson │ ├── tainter.hjson │ ├── tesla.json │ ├── tiny-drill.json │ ├── tiny-pneumatic-drill.json │ ├── tracer-round-armory.json │ ├── upgraded-force-projector.json │ ├── upgraded-overdrive-projector.json │ └── yamato-ship-pad.json ├── items │ ├── ap-round.json │ ├── asphalt.json │ ├── chirunium.json │ ├── cryo-round.json │ ├── gold-powder.json │ ├── heavy-oil-container.json │ ├── heavy-round.json │ ├── hecodium.json │ ├── incendiary-round.json │ ├── iron.json │ ├── lead-round.json │ ├── light-oil-container.json │ ├── metasteel.json │ ├── micro-chip.json │ ├── petroleum-container.json │ ├── phase-thread.json │ ├── plastic.json │ ├── pure-gold.json │ ├── quantum-particles.json │ ├── quantum-phase.json │ ├── raw-ore.json │ ├── recmetal.json │ ├── reverie-crystal-raw.json │ ├── reverie-crystal.json │ ├── rocket.json │ ├── scrap-flak.json │ ├── silicon-rich-sand.json │ ├── sludge-container.json │ ├── spore-silicon.json │ ├── steel.json │ └── tracer-round.json ├── liquids │ ├── frost-oil.json │ ├── heavy-oil.json │ ├── incendiary-fluid.json │ ├── light-oil.json │ ├── ore-slag.json │ ├── petroleum.json │ ├── polluted-water.hjson │ └── quantum-ore-slag.json ├── mechs │ ├── eradicator-mech.json │ ├── laser-mech.json │ ├── quantum-mech.json │ ├── reaper-mech.json │ ├── reaver.json │ ├── revenant-mech.json │ ├── shield-ship.json │ ├── sister.json │ ├── stalker.json │ └── yamato.json ├── units │ ├── chrome-wraith.json │ ├── eclipse.json │ ├── fungus-dagger.json │ ├── hecodium-gunship.json │ ├── hecodium-shield.json │ └── hecodium-shock.json └── zones │ ├── evosaki-islands.json │ ├── frosted-lakeside.json │ ├── goldsand-valley.json │ ├── hell-caverns.json │ └── mars-section-27.json ├── maps ├── evosaki-islands.msav ├── frosted-lakeside.msav ├── goldsand-valley.msav ├── hell-caverns.msav └── mars-section-27.msav ├── mod.json ├── sounds └── swings.ogg └── sprites ├── blocks ├── ap-armory.png ├── asphalt-mixer.png ├── asphalt-wall.png ├── battery-mega.png ├── bullet-armory.png ├── burst-turret.png ├── chip-maker-top.png ├── chip-maker.png ├── coal-liquifier.png ├── condenser-bottom.png ├── condenser-liquid.png ├── condenser-rotator.png ├── condenser-top.png ├── condenser.png ├── conveyors │ ├── large-mass-driver-base.png │ ├── large-mass-driver.png │ ├── metasteel-conveyor-0-0.png │ ├── metasteel-conveyor-0-1.png │ ├── metasteel-conveyor-0-2.png │ ├── metasteel-conveyor-0-3.png │ ├── metasteel-conveyor-1-0.png │ ├── metasteel-conveyor-1-1.png │ ├── metasteel-conveyor-1-2.png │ ├── metasteel-conveyor-1-3.png │ ├── metasteel-conveyor-2-0.png │ ├── metasteel-conveyor-2-1.png │ ├── metasteel-conveyor-2-2.png │ ├── metasteel-conveyor-2-3.png │ ├── metasteel-conveyor-3-0.png │ ├── metasteel-conveyor-3-1.png │ ├── metasteel-conveyor-3-2.png │ ├── metasteel-conveyor-3-3.png │ ├── metasteel-conveyor-4-0.png │ ├── metasteel-conveyor-4-1.png │ ├── metasteel-conveyor-4-2.png │ ├── metasteel-conveyor-4-3.png │ ├── metasteel-conveyor.png │ ├── micro-conveyor-0-0.png │ ├── micro-conveyor-0-1.png │ ├── micro-conveyor-0-2.png │ ├── micro-conveyor-0-3.png │ ├── micro-conveyor-1-0.png │ ├── micro-conveyor-1-1.png │ ├── micro-conveyor-1-2.png │ ├── micro-conveyor-1-3.png │ ├── micro-conveyor-2-0.png │ ├── micro-conveyor-2-1.png │ ├── micro-conveyor-2-2.png │ ├── micro-conveyor-2-3.png │ ├── micro-conveyor-3-0.png │ ├── micro-conveyor-3-1.png │ ├── micro-conveyor-3-2.png │ ├── micro-conveyor-3-3.png │ ├── micro-conveyor-4-0.png │ ├── micro-conveyor-4-1.png │ ├── micro-conveyor-4-2.png │ ├── micro-conveyor-4-3.png │ ├── micro-conveyor.png │ ├── plastanium-conveyor-0-0.png │ ├── plastanium-conveyor-0-1.png │ ├── plastanium-conveyor-0-2.png │ ├── plastanium-conveyor-0-3.png │ ├── plastanium-conveyor-1-0.png │ ├── plastanium-conveyor-1-1.png │ ├── plastanium-conveyor-1-2.png │ ├── plastanium-conveyor-1-3.png │ ├── plastanium-conveyor-2-0.png │ ├── plastanium-conveyor-2-1.png │ ├── plastanium-conveyor-2-2.png │ ├── plastanium-conveyor-2-3.png │ ├── plastanium-conveyor-3-0.png │ ├── plastanium-conveyor-3-1.png │ ├── plastanium-conveyor-3-2.png │ ├── plastanium-conveyor-3-3.png │ ├── plastanium-conveyor-4-0.png │ ├── plastanium-conveyor-4-1.png │ ├── plastanium-conveyor-4-2.png │ ├── plastanium-conveyor-4-3.png │ ├── plastanium-conveyor.png │ ├── plastic-conveyor-disconnected │ │ ├── plastic-conveyor-disconnected-0-0.png │ │ ├── plastic-conveyor-disconnected-0-1.png │ │ ├── plastic-conveyor-disconnected-0-2.png │ │ ├── plastic-conveyor-disconnected-0-3.png │ │ ├── plastic-conveyor-disconnected-1-0.png │ │ ├── plastic-conveyor-disconnected-1-1.png │ │ ├── plastic-conveyor-disconnected-1-2.png │ │ ├── plastic-conveyor-disconnected-1-3.png │ │ ├── plastic-conveyor-disconnected-2-0.png │ │ ├── plastic-conveyor-disconnected-2-1.png │ │ ├── plastic-conveyor-disconnected-2-2.png │ │ ├── plastic-conveyor-disconnected-2-3.png │ │ ├── plastic-conveyor-disconnected-3-0.png │ │ ├── plastic-conveyor-disconnected-3-1.png │ │ ├── plastic-conveyor-disconnected-3-2.png │ │ ├── plastic-conveyor-disconnected-3-3.png │ │ ├── plastic-conveyor-disconnected-4-0.png │ │ ├── plastic-conveyor-disconnected-4-1.png │ │ ├── plastic-conveyor-disconnected-4-2.png │ │ ├── plastic-conveyor-disconnected-4-3.png │ │ └── plastic-conveyor-disconnected.png │ ├── plastic-conveyor │ │ ├── plastic-conveyor-0-0.png │ │ ├── plastic-conveyor-0-1.png │ │ ├── plastic-conveyor-0-2.png │ │ ├── plastic-conveyor-0-3.png │ │ ├── plastic-conveyor-1-0.png │ │ ├── plastic-conveyor-1-1.png │ │ ├── plastic-conveyor-1-2.png │ │ ├── plastic-conveyor-1-3.png │ │ ├── plastic-conveyor-2-0.png │ │ ├── plastic-conveyor-2-1.png │ │ ├── plastic-conveyor-2-2.png │ │ ├── plastic-conveyor-2-3.png │ │ ├── plastic-conveyor-3-0.png │ │ ├── plastic-conveyor-3-1.png │ │ ├── plastic-conveyor-3-2.png │ │ ├── plastic-conveyor-3-3.png │ │ ├── plastic-conveyor-4-0.png │ │ ├── plastic-conveyor-4-1.png │ │ ├── plastic-conveyor-4-2.png │ │ ├── plastic-conveyor-4-3.png │ │ └── plastic-conveyor.png │ ├── surge-alloy-conveyor-0-0.png │ ├── surge-alloy-conveyor-0-1.png │ ├── surge-alloy-conveyor-0-2.png │ ├── surge-alloy-conveyor-0-3.png │ ├── surge-alloy-conveyor-1-0.png │ ├── surge-alloy-conveyor-1-1.png │ ├── surge-alloy-conveyor-1-2.png │ ├── surge-alloy-conveyor-1-3.png │ ├── surge-alloy-conveyor-2-0.png │ ├── surge-alloy-conveyor-2-1.png │ ├── surge-alloy-conveyor-2-2.png │ ├── surge-alloy-conveyor-2-3.png │ ├── surge-alloy-conveyor-3-0.png │ ├── surge-alloy-conveyor-3-1.png │ ├── surge-alloy-conveyor-3-2.png │ ├── surge-alloy-conveyor-3-3.png │ ├── surge-alloy-conveyor-4-0.png │ ├── surge-alloy-conveyor-4-1.png │ ├── surge-alloy-conveyor-4-2.png │ ├── surge-alloy-conveyor-4-3.png │ └── surge-alloy-conveyor.png ├── cryo-armory.png ├── cryoshallow1.png ├── drills │ ├── blast-deep-digger-liquid.png │ ├── blast-deep-digger-rotator.png │ ├── blast-deep-digger-top.png │ ├── blast-deep-digger.png │ ├── deep-digger-liquid.png │ ├── deep-digger-rotator.png │ ├── deep-digger-top.png │ ├── deep-digger.png │ ├── quantum-drill-rim.png │ ├── quantum-drill-rotator.png │ ├── quantum-drill-top.png │ ├── quantum-drill.png │ ├── tiny-drill │ │ ├── tiny-drill-rim.png │ │ ├── tiny-drill-rotator.png │ │ ├── tiny-drill-top.png │ │ └── tiny-drill.png │ └── tiny-pneumatic-drill │ │ ├── tiny-pneumatic-drill-rim.png │ │ ├── tiny-pneumatic-drill-rotator.png │ │ ├── tiny-pneumatic-drill-top.png │ │ └── tiny-pneumatic-drill.png ├── effect │ ├── upgraded-force-projector-top.png │ ├── upgraded-force-projector.png │ ├── upgraded-overdrive-projector-top.png │ └── upgraded-overdrive-projector.png ├── environment │ ├── chirunium1.png │ ├── chirunium2.png │ ├── gold-sand1.png │ ├── gold-sand2.png │ ├── gold-sand3.png │ ├── iron1.png │ ├── iron2.png │ ├── iron3.png │ ├── reverie-crystal-raw1.png │ ├── reverie-crystal-raw2.png │ ├── snow-sand1.png │ ├── snow-sand2.png │ └── snow-sand3.png ├── extraspatial-fluidtank-bottom.png ├── extraspatial-fluidtank-liquid.png ├── extraspatial-fluidtank-top.png ├── extraspatial-vault.png ├── filter.png ├── flak-armory.png ├── flak-cannon.png ├── frostoil-mixer.png ├── fungus-dagger-factory-top.png ├── fungus-dagger-factory.png ├── gold-forge-top.png ├── gold-forge.png ├── heavy-oil-burner-top.png ├── heavy-oil-burner.png ├── heavy-oil-cracker.png ├── heavy-oil-emptyer.png ├── heavy-round-armory.png ├── hecodium-forge-top.png ├── hecodium-forge.png ├── hecodium-wall-large.png ├── hecodium-wall.png ├── incendiary-armory.png ├── incendiary-mixer.png ├── large-asphalt-wall.png ├── large-steel-wall.png ├── light-oil-burner-top.png ├── light-oil-burner.png ├── light-oil-cracker.png ├── light-oil-emptyer.png ├── magma1.png ├── melter-large.png ├── metasteel-forge-top.png ├── metasteel-forge.png ├── metasteel-wall-large.png ├── metasteel-wall.png ├── oil-distiller-liquid.png ├── oil-distiller.png ├── ore-condenser-liquid.png ├── ore-condenser.png ├── ore-crusher.png ├── petroleum-emptyer.png ├── petroleum-filler.png ├── petroleum-generator-top.png ├── petroleum-generator.png ├── phase-extractor.png ├── pistol.png ├── plastic-forge.png ├── power │ └── megabattery.png ├── quantum-gatherer-top.png ├── quantum-gatherer.png ├── quantum-mender.png ├── quantum-ore-condenser.png ├── quantum-ore-crusher.png ├── quantum-phase-wall.png ├── quantum-vault.png ├── quantum-weaver-top.png ├── quantum-weaver.png ├── reaver-ship-pad.png ├── recmetal-forge-top.png ├── recmetal-forge.png ├── recmetal-wall-large.png ├── recmetal-wall.png ├── redrock1.png ├── redrock2.png ├── redsand1.png ├── redsand2.png ├── redsand3.png ├── redsand4.png ├── redwall-large.png ├── redwall1.png ├── redwall2.png ├── reverie-conjurer.png ├── reverie-cutter.png ├── reverie-wall-absoluteunit.png ├── reverie-wall-large.png ├── reverie-wall.png ├── rocket-armory.png ├── sam-turret.png ├── sand-sifter-iron.png ├── sand-sifter-titanium.png ├── scrabbler-rotator.png ├── scrabbler-top.png ├── scrabbler.png ├── scrap-maker.png ├── scrap-wall-huge1.png ├── shredder.png ├── silicon-sand1.png ├── silicon-sand2.png ├── silicon-sand3.png ├── silicon-sandwall-large.png ├── silicon-sandwall1.png ├── silicon-sandwall2.png ├── silicon-sieve.png ├── silver-crucible.png ├── silver-wall.png ├── sister-ship-pad.png ├── sludge-burner-top.png ├── sludge-burner.png ├── sludge-press.png ├── solar-spore-panel-large.png ├── solar-spore-panel.png ├── spore-silicon-smelter-top.png ├── spore-silicon-smelter.png ├── stalker-mech-pad.png ├── steel-forge-top.png ├── steel-forge.png ├── steel-wall.png ├── tainter.png ├── tracer-round-armory.png ├── turrets │ ├── aerial-arc-heat.png │ ├── aerial-arc.png │ ├── hecodium-rail-ChargeTurret.png │ ├── metacannon.png │ ├── overcharge.png │ ├── repair-laser-base.png │ ├── repair-laser.png │ └── tesla.png └── yamato-ship-pad.png ├── bloom.png ├── bullets ├── a100bullet-back.png └── a100bullet.png ├── chirunium.png ├── frost-oil.png ├── incendiary-fluid.png ├── items ├── ap-round.png ├── asphalt.png ├── cryo-round.png ├── gold-powder.png ├── heavy-oil-container.png ├── heavy-oil.png ├── heavy-round.png ├── hecodium.png ├── incendiary-round.png ├── iron.png ├── lead-round.png ├── light-oil-container.png ├── light-oil.png ├── micro-chip.png ├── ore-slag.png ├── petroleum-container.png ├── petroleum.png ├── phase-thread.png ├── plastic.png ├── pure-gold.png ├── quantum-ore-slag.png ├── quantum-particles.png ├── quantum-phase.png ├── raw-ore.png ├── rocket.png ├── scrap-flak.png ├── silicon-rich-sand.png ├── sludge-container.png ├── steel.png └── tracer-round.png ├── liquids └── polluted-water.png ├── mechs ├── eradicator-mech-base.png ├── eradicator-mech-leg.png ├── eradicator-mech.png ├── laser-mech-base.png ├── laser-mech-leg.png ├── laser-mech.png ├── proton-beater.png ├── quantum-mech.png ├── reaper-mech.png ├── reaver.png ├── revenant-mech.png ├── shield-ship.png ├── sister.png ├── stalker-base.png ├── stalker-leg.png ├── stalker.png └── yamato.png ├── metasteel.png ├── multicannon-heat.png ├── multicannon.png ├── recmetal.png ├── reverie-crystal-raw.png ├── reverie-crystal.png ├── scatter-big.png ├── spore-silicon.png ├── supreme-duo.png ├── units ├── chrome-blaster.png ├── chrome-wraith.png ├── eclipse-cannon.png ├── eclipse.png ├── fungus-dagger-base.png ├── fungus-dagger-cannon.png ├── fungus-dagger-leg.png ├── fungus-dagger.png ├── hecodium-gunship.png ├── hecodium-healer.png ├── hecodium-shield.png ├── hecodium-shock-base.png ├── hecodium-shock-leg.png └── hecodium-shock.png └── zones ├── evosaki-islands-zone.png ├── frosted-lakeside-zone.png ├── goldsand-valley-zone.png ├── hell-caverns-zone.png └── mars-section-27-zone.png /content/blocks/aerial-arc.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "PowerTurret", 3 | "name": "Aerial Arc", 4 | "Description": "Like an Arc, but for Anti-Air.", 5 | "health": 260, 6 | "category": "turret", 7 | "size": 1, 8 | "reload": 35, 9 | "shootCone": 40, 10 | "shootType": "arc", 11 | "rotateSpeed": 20, 12 | "powerUse": 1.5, 13 | "targetAir": true, 14 | "targetGround": false, 15 | "range": 90, 16 | "shootEffect": "lightningShoot", 17 | "heatColor": "Color.red", 18 | "recoil": 1, 19 | "shootSound": "spark", 20 | "research": "arc", 21 | "requirements": [ 22 | {"item": "copper", "amount": 35}, 23 | {"item": "lead", "amount": 50} 24 | ] 25 | } -------------------------------------------------------------------------------- /content/blocks/ap-armory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "AP Armory", 4 | "description": "Creates AP Rounds to pierce enemies.", 5 | "outputItem": {"item": "ap-round", "amount": 1}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "hasLiquids": true, 10 | "liquidCapacity": 60, 11 | "craftTime": 60, 12 | "updateEffect": "smeltsmoke", 13 | "consumes": { 14 | "power": 0.7, 15 | "items": { 16 | "items": [ 17 | { "item": "blast-compound", "amount": 1 }, 18 | { "item": "hecodium", "amount": 2} 19 | ] 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "titanium", "amount": 50 }, 24 | { "item": "hecodium", "amount": 40 }, 25 | { "item": "silicon", "amount": 60 } 26 | ], 27 | "category": "crafting", 28 | "research": "incendiary-armory", 29 | "idleSound": "machine", 30 | "idleSoundVolume": 0.5 31 | } -------------------------------------------------------------------------------- /content/blocks/armored-conveyor.json: -------------------------------------------------------------------------------- 1 | { 2 | "requirements": [ 3 | {"item": "copper", "amount": 1}, 4 | {"item": "lead", "amount": 1}, 5 | {"item": "thorium", "amount": 2} 6 | ] 7 | } -------------------------------------------------------------------------------- /content/blocks/asphalt-mixer.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Asphalt Mixer", 4 | "description": "Mixes leftover sludge with sand to create asphalt.", 5 | "size": 2, 6 | "hasPower": true, 7 | "hasLiquids": false, 8 | "hasItems": true, 9 | "itemCapacity": 10, 10 | "craftTime": 60, 11 | "updateEffect": "oily", 12 | "consumes": { 13 | "power": 0.5, 14 | "items": { 15 | "items": [ 16 | {"item": "sludge-container", "amount": 3}, 17 | {"item": "sand", "amount": 5} 18 | ] 19 | } 20 | }, 21 | "outputItem": {"item": "asphalt", "amount": "5"}, 22 | "requirements": [ 23 | { "item": "copper", "amount": 50 }, 24 | { "item": "lead", "amount": 25 }, 25 | { "item": "plastic", "amount": 25 }, 26 | { "item": "metaglass", "amount": 25 } 27 | ], 28 | "category": "crafting", 29 | "research": "sludge-press", 30 | "idleSound": "respawning", 31 | "idleSoundVolume": 0.5 32 | } 33 | -------------------------------------------------------------------------------- /content/blocks/asphalt-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Wall", 3 | "name": "Asphalt Wall", 4 | "description": "A wall made of asphalt. This wall will deform when hit because of it's oily properties and therfore has a lot of health.", 5 | "health": 600, 6 | "size": 1, 7 | "buildCostMultiplier": 0.5, 8 | "requirements": [ 9 | { "item": "asphalt", "amount": 20 } 10 | ], 11 | "research": "steel-wall", 12 | "category": "defense" 13 | } 14 | -------------------------------------------------------------------------------- /content/blocks/battery-mega.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Battery", 3 | "name": "Mega Battery", 4 | "description": "Stores a very large amount of power.", 5 | "health": 1250, 6 | "size": 4, 7 | "consumes": { "powerBuffered": 125000 }, 8 | "requirements": [ 9 | { "item": "lead", "amount": 80 }, 10 | { "item": "titanium", "amount": 60 }, 11 | { "item": "silicon", "amount": 75 }, 12 | { "item": "surge-alloy", "amount": 25} 13 | ], 14 | "category": "power", 15 | "research": "battery-large" 16 | } -------------------------------------------------------------------------------- /content/blocks/bullet-armory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Bullet Armory", 4 | "description": "Creates Basic Bullets to damage enemies.", 5 | "outputItem": {"item": "lead-round", "amount": 2}, 6 | "size": 2, 7 | "hasPower": false, 8 | "hasItems": true, 9 | "hasLiquids": false, 10 | "liquidCapacity": 60, 11 | "craftTime": 60, 12 | "updateEffect": "smeltsmoke", 13 | "consumes": { 14 | "items": { 15 | "items": [ 16 | { "item": "copper", "amount": 1 }, 17 | { "item": "lead", "amount": 2} 18 | ] 19 | } 20 | }, 21 | "requirements": [ 22 | { "item": "copper", "amount": 50 }, 23 | { "item": "lead", "amount": 40 } 24 | ], 25 | "category": "crafting", 26 | "research": "duo", 27 | "idleSound": "machine", 28 | "idleSoundVolume": 0.2 29 | } -------------------------------------------------------------------------------- /content/blocks/chaos-array-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Chaos Array Facory", 3 | "description": "Causes chaos...at a cost.", 4 | "type": "UnitFactory", 5 | "unitType": "chaos-array", 6 | "size": 6, 7 | "produceTime": 2000, 8 | "maxSpawn": 4, 9 | "consumes": { 10 | "power": 200.0, 11 | "items": { 12 | "items": [ 13 | {"item": "silicon", "amount": 750}, 14 | {"item": "pure-gold", "amount": 75}, 15 | {"item": "titanium", "amount": 500}, 16 | {"item": "thorium", "amount": 200}, 17 | {"item": "micro-chip", "amount": 50} 18 | ] 19 | } 20 | }, 21 | "category": "units", 22 | "research": "revenant-factory", 23 | "requirements": [ 24 | {"item": "silicon", "amount": 3000}, 25 | {"item": "pure-gold", "amount": 200}, 26 | {"item": "titanium", "amount": 2000}, 27 | {"item": "thorium", "amount": 300}, 28 | {"item": "micro-chip", "amount": 500} 29 | ] 30 | } -------------------------------------------------------------------------------- /content/blocks/condenser.hjson: -------------------------------------------------------------------------------- 1 | { 2 | type: SolidPump 3 | name: Condenser 4 | description: Slowly condensates water from the atmosphere. 5 | 6 | size: 4 7 | health: 128 8 | pumpAmount: 0.13 9 | liquidCapacity: 256.0 10 | rotateSpeed: 0.0 11 | 12 | hasPower: false 13 | 14 | result: water 15 | 16 | requirements: [ 17 | { 18 | item: copper 19 | amount: 128 20 | }, 21 | { 22 | item: lead 23 | amount: 64 24 | }, 25 | { 26 | item: metaglass 27 | amount: 32 28 | } 29 | ] 30 | 31 | category: production 32 | alwaysUnlocked: true 33 | } 34 | -------------------------------------------------------------------------------- /content/blocks/cryo-armory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Cryo Armory", 4 | "description": "Creates Cryo Rounds to slow enemies.", 5 | "outputItem": {"item": "cryo-round", "amount": 1}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "hasLiquids": true, 10 | "liquidCapacity": 10, 11 | "craftTime": 60, 12 | "updateEffect": "smeltsmoke", 13 | "consumes": { 14 | "power": 0.7, 15 | "items": { 16 | "items": [ 17 | { "item": "metaglass", "amount": 2 } 18 | ] 19 | }, 20 | "liquid": {"liquid": "cryofluid", "amount": 1} 21 | }, 22 | "requirements": [ 23 | { "item": "titanium", "amount": 50 }, 24 | { "item": "lead", "amount": 80 }, 25 | { "item": "silicon", "amount": 60 } 26 | ], 27 | "category": "crafting", 28 | "research": "burst-turret", 29 | "idleSound": "machine", 30 | "idleSoundVolume": 0.5 31 | } -------------------------------------------------------------------------------- /content/blocks/cryoshallow.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "name": "Shallow Cryo Liquid", 4 | "speedMultiplier": 0.5, 5 | "walkEffect":"freezing", 6 | "drownUpdateEffect":"freezing", 7 | "status":"freezing", 8 | "liquidDrop":"cryofluid", 9 | "isLiquid":true, 10 | "variants":1, 11 | "playerUnminable":1 12 | } -------------------------------------------------------------------------------- /content/blocks/darksand-tainted-water.hjson: -------------------------------------------------------------------------------- 1 | { 2 | liquidDrop: polluted-water 3 | } 4 | -------------------------------------------------------------------------------- /content/blocks/eradicator-pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Eradicator Mech Pad", 3 | "description": "Transform into the Eradicator mech.", 4 | "type": "MechPad", 5 | "mech": "eradicator-mech", 6 | "size": 2, 7 | "consumes": { 8 | "power": 0.7 9 | }, 10 | "category": "upgrade", 11 | "research": "glaive-ship-pad", 12 | "requirements": [ 13 | { "item": "lead", "amount": 500 }, 14 | { "item": "metasteel", "amount": 2000 }, 15 | { "item": "silicon", "amount": 400 }, 16 | { "item": "surge-alloy", "amount": 100 }, 17 | { "item": "reverie-crystal", "amount": 300 } 18 | ] 19 | } 20 | -------------------------------------------------------------------------------- /content/blocks/extraspatial-fluidtank.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "LiquidTank", 3 | "name": "Extraspatial Tank", 4 | "health": 1000, 5 | "size": 3, 6 | "description": "A tank that holds a greater amount of liquid than the standard type.", 7 | "liquidCapacity": 5000, 8 | "requirements": [ 9 | { "item": "metaglass", "amount": 45 }, 10 | { "item": "titanium", "amount": 50 }, 11 | { "item": "reverie-crystal", "amount": 50 } 12 | ], 13 | "category": "liquid", 14 | "research": "liquid-tank" 15 | } -------------------------------------------------------------------------------- /content/blocks/extraspatial-vault.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Vault", 3 | "name": "Extraspatial Vault", 4 | "description": "Stores a very large amount of items of each type. An unloader block can be used to retrieve items from the vault.", 5 | "health": 650, 6 | "size": 3, 7 | "hasItems": true, 8 | "requirements": [ 9 | { "item": "titanium", "amount": 600 }, 10 | { "item": "thorium", "amount": 250 }, 11 | { "item": "reverie-crystal", "amount": 100 }, 12 | ], 13 | "itemCapacity": 5000, 14 | "category": "effect", 15 | "research": "vault" 16 | } -------------------------------------------------------------------------------- /content/blocks/flak-armory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Flak Armory", 4 | "description": "Creates Flack Rounds.", 5 | "outputItem": {"item": "scrap-flak", "amount": 2}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "hasLiquids": false, 10 | "liquidCapacity": 60, 11 | "craftTime": 60, 12 | "updateEffect": "smeltsmoke", 13 | "consumes": { 14 | "power": 0.7, 15 | "items": { 16 | "items": [ 17 | { "item": "coal", "amount": 1 }, 18 | { "item": "lead", "amount": 3} 19 | ] 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "titanium", "amount": 50 }, 24 | { "item": "lead", "amount": 80 }, 25 | { "item": "silicon", "amount": 60 } 26 | ], 27 | "category": "crafting", 28 | "research": "bullet-armory", 29 | "idleSound": "machine", 30 | "idleSoundVolume": 0.5 31 | } -------------------------------------------------------------------------------- /content/blocks/frostoil-mixer.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "LiquidConverter", 3 | "name": "Frost Oil Mixer", 4 | "description": "Mixes water with flakes of Chirunium to create Frost Oil.", 5 | "liquidCapacity": 15, 6 | "outputLiquid": {"liquid": "frost-oil", "amount": 12}, 7 | "size": 2, 8 | "hasPower": true, 9 | "hasLiquids": true, 10 | "hasItems": true, 11 | "craftTime": 120, 12 | "consumes": { 13 | "power": 1.5, 14 | "items": { 15 | "items": [ 16 | { "item": "chirunium", "amount": 3 } 17 | ] 18 | }, 19 | "liquid": { 20 | "liquid": "water", 21 | "amount": 0.2 22 | } 23 | }, 24 | "requirements": [ 25 | { "item": "chirunium", "amount": 60 }, 26 | { "item": "lead", "amount": 75 }, 27 | { "item": "titanium", "amount": 80 }, 28 | { "item": "silicon", "amount": 50 } 29 | ], 30 | "category": "crafting", 31 | "research": "cryofluidmixer" 32 | } -------------------------------------------------------------------------------- /content/blocks/fungus-dagger-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Infested Dagger Factory", 3 | "description": "Makes Infested Daggers. If you have access to this outside of Sandbox, please inform UltrasonicAeron.", 4 | "type": "UnitFactory", 5 | "unitType": "fungus-dagger", 6 | "size": 2, 7 | "produceTime": 150, 8 | "maxSpawn": 10, 9 | "consumes": { 10 | "power": 0.033, 11 | "items": { 12 | "items": [ 13 | { "item": "scrap", "amount": 5 } 14 | ] 15 | } 16 | }, 17 | "category": "units", 18 | "buildVisibility": "sandboxOnly", 19 | "requirements": [ 20 | { "item": "spore-silicon", "amount": 20 } 21 | ] 22 | } -------------------------------------------------------------------------------- /content/blocks/gold-forge.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "name": "Gold Forge", 4 | "description": "Combines gold powder with heat to produce pure gold.", 5 | "liquidCapacity": 50, 6 | "outputItem": {"item": "pure-gold", "amount": 1}, 7 | "size": 2, 8 | "hasPower": true, 9 | "hasLiquids": true, 10 | "hasItems": true, 11 | "craftTime": 60, 12 | "updateEffect": "smeltsmoke", 13 | "consumes": { 14 | "power": 1.5, 15 | "items": { 16 | "items": [ 17 | { "item": "gold-powder", "amount": 5 } 18 | ] 19 | }, 20 | "liquid": { 21 | "liquid": "water", 22 | "amount": 0.5 23 | } 24 | }, 25 | "requirements": [ 26 | { "item": "hecodium", "amount": 200 }, 27 | { "item": "thorium", "amount": 150 }, 28 | { "item": "silicon", "amount": 250 } 29 | ], 30 | "category": "crafting", 31 | "research": "ore-condenser", 32 | "idleSound": "respawning", 33 | "idleSoundVolume": 0.5 34 | } 35 | -------------------------------------------------------------------------------- /content/blocks/gold-sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "floor", 3 | "name": "Golden Sand", 4 | "itemDrop": "gold-powder", 5 | "variants": 3, 6 | "playerUnmineable": true 7 | } 8 | -------------------------------------------------------------------------------- /content/blocks/hail.json: -------------------------------------------------------------------------------- 1 | { 2 | "range": 280 3 | } -------------------------------------------------------------------------------- /content/blocks/heavy-oil-burner.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "name": "Heavy Oil Burner", 4 | "description": "Burns off excess heavy oil created from oil distillation.", 5 | "size": 2, 6 | "hasPower": true, 7 | "hasLiquids": false, 8 | "hasItems": true, 9 | "itemCapacity": 10, 10 | "craftTime": 12, 11 | "updateEffect": "smoke", 12 | "consumes": { 13 | "power": 1.0, 14 | "liquid": { 15 | "liquid": "heavy-oil", 16 | "amount": 0.41666 17 | } 18 | }, 19 | "requirements": [ 20 | { "item": "copper", "amount": 50 }, 21 | { "item": "lead", "amount": 25 }, 22 | { "item": "metaglass", "amount": 25 } 23 | ], 24 | "category": "crafting", 25 | "research": "light-oil-burner", 26 | "idleSound": "respawning", 27 | "idleSoundVolume": 0.5 28 | } 29 | -------------------------------------------------------------------------------- /content/blocks/heavy-oil-cracker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Heavy Oil Cracker", 4 | "description": "This cracks the strands of Heavy Oil into smaller strands of Light.", 5 | "outputLiquid": {"liquid": "light-oil", "amount": 2.5}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasLiquids": true, 9 | "LiquidCapacity": 10.0, 10 | "hasItems": true, 11 | "itemCapacity": 5, 12 | "craftTime": 60, 13 | "updateEffect": "steam", 14 | "consumes": { 15 | "power": 1.0, 16 | "liquid": { 17 | "liquid": "heavy-oil", 18 | "amount": 0.06666 19 | } 20 | }, 21 | "requirements": [ 22 | { "item": "copper", "amount": 50 }, 23 | { "item": "steel", "amount": 25 }, 24 | { "item": "plastic", "amount": 25 }, 25 | { "item": "lead", "amount": 15 } 26 | ], 27 | "category": "crafting", 28 | "research": "heavy-oil-burner", 29 | "idleSound": "respawning", 30 | "idleSoundVolume": 0.5 31 | } 32 | -------------------------------------------------------------------------------- /content/blocks/heavy-oil-emptyer.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Heavy Oil Emptyer", 4 | "description": "This takes the Heavy Oil out of Heavy Oil Containers.", 5 | "outputLiquid": {"liquid": "heavy-oil", "amount": 5.0}, 6 | "size": 1, 7 | "hasPower": true, 8 | "hasLiquids": true, 9 | "LiquidCapacity": 10.0, 10 | "hasItems": true, 11 | "itemCapacity": 5, 12 | "craftTime": 15, 13 | "updateEffect": "fuelburn", 14 | "consumes": { 15 | "power": 1.0, 16 | "items": { 17 | "items": [ 18 | { "item": "heavy-oil-container", "amount": 1 } 19 | ] 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "copper", "amount": 50 }, 24 | { "item": "lead", "amount": 15 } 25 | ], 26 | "category": "crafting", 27 | "research": "light-oil-emptyer", 28 | "idleSound": "respawning", 29 | "idleSoundVolume": 0.5 30 | } 31 | -------------------------------------------------------------------------------- /content/blocks/heavy-round-armory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Heavy Armory", 4 | "description": "Creates Heavy Rounds for higher impact.", 5 | "outputItem": {"item": "heavy-round", "amount": 1}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "hasLiquids": false, 10 | "liquidCapacity": 60, 11 | "craftTime": 60, 12 | "updateEffect": "smeltsmoke", 13 | "consumes": { 14 | "power": 0.7, 15 | "items": { 16 | "items": [ 17 | { "item": "pyratite", "amount": 1 }, 18 | { "item": "graphite", "amount": 2}, 19 | { "item": "copper", "amount": 1} 20 | ] 21 | } 22 | }, 23 | "requirements": [ 24 | { "item": "titanium", "amount": 50 }, 25 | { "item": "lead", "amount": 80 }, 26 | { "item": "silicon", "amount": 60 } 27 | ], 28 | "category": "crafting", 29 | "research": "burst-turret", 30 | "idleSound": "machine", 31 | "idleSoundVolume": 0.5 32 | } -------------------------------------------------------------------------------- /content/blocks/hecodium-autoshield-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Ghost Factory", 3 | "description": "Makes automated upgraded spirit units.", 4 | "type": "UnitFactory", 5 | "unitType": "hecodium-shield", 6 | "size": 4, 7 | "produceTime": 5000, 8 | "maxSpawn": 1, 9 | "consumes": { 10 | "power": 1.5, 11 | "items": { 12 | "items": [ 13 | {"item": "silicon", "amount": 25}, 14 | {"item": "hecodium", "amount": 50} 15 | ] 16 | } 17 | }, 18 | "category": "units", 19 | "research": "spirit-factory", 20 | "requirements": [ 21 | { "item": "hecodium", "amount": 40 }, 22 | { "item": "silicon", "amount": 40 }, 23 | { "item": "titanium", "amount": 20 } 24 | ] 25 | } 26 | -------------------------------------------------------------------------------- /content/blocks/hecodium-forge.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "name": "Hecodium Forge", 4 | "description": "Combines Titanium and Lead to produce Hecodium.", 5 | "outputItem": {"item": "hecodium", "amount": 1}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "craftTime": 60, 10 | "updateEffect": "smeltsmoke", 11 | "flameColor": "919fe7", 12 | "consumes": { 13 | "power": 0.7, 14 | "items": { 15 | "items": [ 16 | { "item": "lead", "amount": 2 }, 17 | { "item": "titanium", "amount": 1 } 18 | ] 19 | } 20 | }, 21 | "requirements": [ 22 | { "item": "titanium", "amount": 50 }, 23 | { "item": "lead", "amount": 60 }, 24 | { "item": "silicon", "amount": 40 } 25 | ], 26 | "category": "crafting", 27 | "research": "silicon-smelter", 28 | "idleSound": "machine", 29 | "idleSoundVolume": 0.5 30 | } 31 | -------------------------------------------------------------------------------- /content/blocks/hecodium-wall-large.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Large Hecodium Wall", 3 | "description": "A large wall made of Hecodium. Not particularly interesting.", 4 | "type": "Wall", 5 | "health": 3400, 6 | "size": 2, 7 | "requirements": [ 8 | { "item": "hecodium", "amount": 24 } 9 | ], 10 | "category": "defense", 11 | "research": "hecodium-wall" 12 | } 13 | -------------------------------------------------------------------------------- /content/blocks/hecodium-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Hecodium Wall", 3 | "description": "A wall made of Hecodium. Not particularly interesting.", 4 | "type": "Wall", 5 | "health": 850, 6 | "size": 1, 7 | "requirements": [ 8 | { "item": "hecodium", "amount": 6 } 9 | ], 10 | "category": "defense", 11 | "research": "titanium-wall" 12 | } 13 | -------------------------------------------------------------------------------- /content/blocks/incendiary-armory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Incendiary Armory", 4 | "description": "Creates Incendiary Rounds to set enemies on fire.", 5 | "outputItem": {"item": "incendiary-round", "amount": 1}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "hasLiquids": false, 10 | "liquidCapacity": 60, 11 | "craftTime": 60, 12 | "updateEffect": "smeltsmoke", 13 | "consumes": { 14 | "power": 0.7, 15 | "items": { 16 | "items": [ 17 | { "item": "pyratite", "amount": 1 }, 18 | { "item": "copper", "amount": 2} 19 | ] 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "titanium", "amount": 50 }, 24 | { "item": "lead", "amount": 80 }, 25 | { "item": "silicon", "amount": 60 } 26 | ], 27 | "category": "crafting", 28 | "research": "burst-turret", 29 | "idleSound": "machine", 30 | "idleSoundVolume": 0.5 31 | } -------------------------------------------------------------------------------- /content/blocks/incendiary-mixer.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Incendiary Fluid Mixer", 4 | "description": "Mixes Pyratite with Oil to produce a very flammable liquid.", 5 | "liquidCapacity": 10, 6 | "outputLiquid": {"liquid": "incendiary-fluid", "amount": 15}, 7 | "size": 2, 8 | "hasPower": true, 9 | "hasLiquids": true, 10 | "hasItems": true, 11 | "craftTime": 60, 12 | "consumes": { 13 | "power": 0.35, 14 | "items": { 15 | "items": [ 16 | { "item": "pyratite", "amount": 2 } 17 | ] 18 | }, 19 | "liquid": { 20 | "liquid": "oil", 21 | "amount": 0.25 22 | } 23 | }, 24 | "requirements": [ 25 | { "item": "copper", "amount": 50 }, 26 | { "item": "lead", "amount": 50 }, 27 | { "item": "thorium", "amount": 40 }, 28 | { "item": "silicon", "amount": 30 } 29 | ], 30 | "category": "crafting", 31 | "research": "pyratite-mixer" 32 | } -------------------------------------------------------------------------------- /content/blocks/junction.json: -------------------------------------------------------------------------------- 1 | { 2 | "speed": 10, 3 | "capacity": 3 4 | } -------------------------------------------------------------------------------- /content/blocks/large-asphalt-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Wall", 3 | "name": "Large Asphalt Wall", 4 | "description": "A large wall made of asphalt. This wall will deform when hit because of it's oily properties and therfore has a lot of health.", 5 | "health": 2500, 6 | "size": 2, 7 | "requirements": [ 8 | { "item": "asphalt", "amount": 80 } 9 | ], 10 | "research": "asphalt-wall", 11 | "category": "defense" 12 | } 13 | -------------------------------------------------------------------------------- /content/blocks/large-mass-driver.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MassDriver", 3 | "name": "Large Mass Driver", 4 | "description": "The ultimate item transport block, a better mass driver", 5 | "health": 500, 6 | "requirements": [ 7 | {"item": "lead", "amount": 200}, 8 | {"item": "titanium", "amount": 200}, 9 | {"item": "thorium", "amount": 100}, 10 | {"item": "silicon", "amount": 125} 11 | ], 12 | "size": 4, 13 | "itemCapacity": 250, 14 | "reloadTime": 100, 15 | "range": 695, 16 | "consumes": {"power": 2.5}, 17 | "category": "distribution", 18 | "research": "mass-driver" 19 | } -------------------------------------------------------------------------------- /content/blocks/large-steel-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Wall", 3 | "name": "Large Steel Wall", 4 | "description": "A large wall made of hard steel.", 5 | "health": 2000, 6 | "size": 2, 7 | "requirements": [ 8 | { "item": "steel", "amount": 24 } 9 | ], 10 | "research": "steel-wall", 11 | "category": "defense" 12 | } -------------------------------------------------------------------------------- /content/blocks/laser-mech-pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Quantum Mech Pad", 3 | "description": "Transform into the Quantum Mech.", 4 | "type": "MechPad", 5 | "mech": "laser-mech", 6 | "size": 2, 7 | "consumes": { 8 | "power": 0.7 9 | }, 10 | "category": "upgrade", 11 | "research": "wraith-factory", 12 | "requirements": [ 13 | { "item": "pure-gold", "amount": 500 }, 14 | { "item": "quantum-particles", "amount": 1000 }, 15 | { "item": "silicon", "amount": 2000 }, 16 | { "item": "graphite", "amount": 2000 } 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /content/blocks/lich-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Lich Facory", 3 | "description": "Raise a swarm of 'toys'.", 4 | "type": "UnitFactory", 5 | "unitType": "lich", 6 | "size": 6, 7 | "produceTime": 2000, 8 | "maxSpawn": 4, 9 | "consumes": { 10 | "power": 200.0, 11 | "items": { 12 | "items": [ 13 | {"item": "silicon", "amount": 750}, 14 | {"item": "pure-gold", "amount": 75}, 15 | {"item": "titanium", "amount": 500}, 16 | {"item": "thorium", "amount": 200}, 17 | {"item": "micro-chip", "amount": 50} 18 | ] 19 | } 20 | }, 21 | "category": "units", 22 | "research": "revenant-factory", 23 | "requirements": [ 24 | {"item": "silicon", "amount": 3000}, 25 | {"item": "pure-gold", "amount": 200}, 26 | {"item": "titanium", "amount": 2000}, 27 | {"item": "thorium", "amount": 300}, 28 | {"item": "micro-chip", "amount": 500} 29 | ] 30 | } 31 | -------------------------------------------------------------------------------- /content/blocks/light-oil-burner.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "name": "Light Oil Burner", 4 | "description": "Burns off excess light oil created from oil distillation.", 5 | "size": 2, 6 | "hasPower": true, 7 | "hasLiquids": false, 8 | "hasItems": true, 9 | "itemCapacity": 10, 10 | "craftTime": 12, 11 | "updateEffect": "smoke", 12 | "consumes": { 13 | "power": 1.0, 14 | "liquid": { 15 | "liquid": "light-oil", 16 | "amount": 0.04166 17 | } 18 | }, 19 | "requirements": [ 20 | { "item": "copper", "amount": 50 }, 21 | { "item": "lead", "amount": 25 }, 22 | { "item": "metaglass", "amount": 25 } 23 | ], 24 | "category": "crafting", 25 | "research": "sludge-burner", 26 | "idleSound": "respawning", 27 | "idleSoundVolume": 0.5 28 | } 29 | -------------------------------------------------------------------------------- /content/blocks/light-oil-emptyer.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Light Oil Emptyer", 4 | "description": "This takes the Light Oil out of Light Oil Containers.", 5 | "outputLiquid": {"liquid": "light-oil", "amount": 5.0}, 6 | "size": 1, 7 | "hasPower": true, 8 | "hasLiquids": true, 9 | "LiquidCapacity": 10.0, 10 | "hasItems": true, 11 | "itemCapacity": 5, 12 | "craftTime": 15, 13 | "updateEffect": "fuelburn", 14 | "consumes": { 15 | "power": 1.0, 16 | "items": { 17 | "items": [ 18 | { "item": "light-oil-container", "amount": 1 } 19 | ] 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "copper", "amount": 50 }, 24 | { "item": "lead", "amount": 15 } 25 | ], 26 | "category": "crafting", 27 | "research": "petroleum-emptyer", 28 | "idleSound": "respawning", 29 | "idleSoundVolume": 0.5 30 | } 31 | -------------------------------------------------------------------------------- /content/blocks/magma.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "name": "Magma", 4 | "speedMultiplier": 0.5, 5 | "drownTime":300, 6 | "walkEffect":"burning", 7 | "drownUpdateEffect":"melting", 8 | "status":"burning", 9 | "liquidDrop":"slag", 10 | "isLiquid":true, 11 | "variants":1, 12 | "playerUnminable":1, 13 | "attributes": { "array": [ 100, 0, 0, 0 ] } 14 | } -------------------------------------------------------------------------------- /content/blocks/melter-large.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Large Melter", 4 | "description": "A large Melter, capable of processing scrap metal at a much greater rate than its smaller brother.", 5 | "health": 800, 6 | "itemCapacity": 20, 7 | "hasPower": true, 8 | "outputLiquid": {"liquid": "slag", "amount": 16}, 9 | "size": 2, 10 | "hasPower": true, 11 | "hasLiquids": true, 12 | "hasItems": true, 13 | "craftTime": 24, 14 | "consumes": { 15 | "power": 5.0, 16 | "items": { 17 | "items": [ 18 | { "item": "scrap", "amount": 8 } 19 | ] 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "copper", "amount": 150 }, 24 | { "item": "lead", "amount": 170 }, 25 | { "item": "titanium", "amount": 60}, 26 | { "item": "silicon", "amount": 120 } 27 | ], 28 | "category": "crafting", 29 | "research": "melter" 30 | } -------------------------------------------------------------------------------- /content/blocks/metasteel-conveyor.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Conveyor", 3 | "name": "Metasteel Conveyor", 4 | "description": "Moves items faster than Titanium conveyors.", 5 | "requirements": [ 6 | {"item": "titanium", "amount": 2}, 7 | {"item": "lead", "amount": 2}, 8 | {"item": "metasteel", "amount": 1} 9 | ], 10 | "category": "distribution", 11 | "speed": 0.14, 12 | "research": "titanium-conveyor" 13 | } -------------------------------------------------------------------------------- /content/blocks/metasteel-forge.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "name": "Metasteel Forge", 4 | "description": "Combines Titanium and Thorium to form Metasteel.", 5 | "outputItem": {"item": "metasteel", "amount": 1}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "craftTime": 60, 10 | "updateEffect": "none", 11 | "consumes": { 12 | "power": 3.0, 13 | "items": { 14 | "items": [ 15 | { "item": "steel", "amount": 1 }, 16 | { "item": "graphite", "amount": 1 }, 17 | ] 18 | }, 19 | }, 20 | "requirements": [ 21 | { "item": "copper", "amount": 120 }, 22 | { "item": "lead", "amount": 100 }, 23 | { "item": "titanium", "amount": 80 } 24 | { "item": "thorium", "amount": 40 } 25 | ], 26 | "category": "crafting", 27 | "research": "steel-forge" 28 | } -------------------------------------------------------------------------------- /content/blocks/metasteel-wall-large.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Large Metasteel Wall", 3 | "description": "A wall, made out of Metasteel.\nExtremely durable.\nSpans multiple tiles.", 4 | "type": "Wall", 5 | "health": 4096, 6 | "size": 2, 7 | "requirements": [ 8 | { "item": "metasteel", "amount": 24 } 9 | ], 10 | "category": "defense", 11 | "research": "metasteel-wall" 12 | } -------------------------------------------------------------------------------- /content/blocks/metasteel-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Metasteel Wall", 3 | "description": "A wall, made out of Metasteel. \nExtremely durable.", 4 | "type": "Wall", 5 | "health": 1024, 6 | "size": 1, 7 | "requirements": [ 8 | { "item": "metasteel", "amount": 6 } 9 | ], 10 | "category": "defense", 11 | "research": "large-steel-wall" 12 | } -------------------------------------------------------------------------------- /content/blocks/micro-conveyor.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Conveyor", 3 | "name": Micro conveyor", 4 | "description": "Powered by thousands of micro chips.", 5 | "requirements": [ 6 | {"item": "titanium", "amount": 2}, 7 | {"item": "copper", "amount": 1}, 8 | {"item": "lead", "amount": 1}, 9 | {"item": "micro-chip", "amount": 1} 10 | ], 11 | "category": "distribution", 12 | "speed": 0.24, 13 | "research": "surge-alloy-conveyor" 14 | } -------------------------------------------------------------------------------- /content/blocks/ore-chirunium.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OreBlock", 3 | "itemDrop": "chirunium", 4 | "variants":2 5 | } -------------------------------------------------------------------------------- /content/blocks/ore-crusher.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Ore Crusher", 4 | "description": "Makes ore into a usable liquid form.", 5 | "liquidCapacity": 80, 6 | "outputLiquid": {"liquid": "ore-slag","amount": 25.0}, 7 | "size": 4, 8 | "hasPower": true, 9 | "hasLiquids": true, 10 | "hasItems": true, 11 | "craftTime": 30, 12 | "updateEffect": "smeltsmoke", 13 | "consumes": { 14 | "power": 2.0, 15 | "item": "raw-ore" 16 | }, 17 | "requirements": [ 18 | { "item": "hecodium", "amount": 200 }, 19 | { "item": "thorium", "amount": 100 }, 20 | { "item": "titanium", "amount": 200 }, 21 | { "item": "silicon", "amount": 50 } 22 | ], 23 | "category": "crafting", 24 | "research": "deep-digger", 25 | "idleSound": "respawning", 26 | "idleSoundVolume": 0.5 27 | } 28 | -------------------------------------------------------------------------------- /content/blocks/ore-iron.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OreBlock", 3 | "itemDrop": "iron" 4 | } -------------------------------------------------------------------------------- /content/blocks/ore-reverie-crystal.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OreBlock", 3 | "itemDrop": "reverie-crystal-raw", 4 | "variants":2 5 | } -------------------------------------------------------------------------------- /content/blocks/petroleum-emptyer.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Petroleum Emptyer", 4 | "description": "This takes the Petroleum out of Petroleum Containers.", 5 | "outputLiquid": {"liquid": "petroleum", "amount": 5.0}, 6 | "size": 1, 7 | "hasPower": true, 8 | "hasLiquids": true, 9 | "LiquidCapacity": 10.0, 10 | "hasItems": true, 11 | "itemCapacity": 5, 12 | "craftTime": 15, 13 | "updateEffect": "fuelburn", 14 | "consumes": { 15 | "power": 1.0, 16 | "items": { 17 | "items": [ 18 | { "item": "petroleum-container", "amount": 1 } 19 | ] 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "copper", "amount": 50 }, 24 | { "item": "lead", "amount": 15 } 25 | ], 26 | "category": "crafting", 27 | "research": "oil-distiller", 28 | "idleSound": "respawning", 29 | "idleSoundVolume": 0.5 30 | } 31 | -------------------------------------------------------------------------------- /content/blocks/petroleum-filler.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Pretroleum Filler", 4 | "description": "Takes petroleum and puts it into containers.", 5 | "outputItem": {"item": "petroleum-container", "amount": "1"}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasLiquids": true, 9 | "liquidCapacity": 10, 10 | "hasItems": true, 11 | "itemCapacity": 5, 12 | "craftTime": 30, 13 | "updateEffect": "steam", 14 | "consumes": { 15 | "power": 0.166666, 16 | "liquid": { "liquid": "petroleum", "amount": 0.03333 } 17 | }, 18 | "requirements": [ 19 | { "item": "copper", "amount": 50 }, 20 | { "item": "lead", "amount": 25 }, 21 | { "item": "plastic", "amount": 25 } 22 | ], 23 | "category": "crafting", 24 | "research": "plastic-forge", 25 | "idleSound": "respawning", 26 | "idleSoundVolume": 0.5 27 | } 28 | -------------------------------------------------------------------------------- /content/blocks/petroleum-generator.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "SingleTypeGenerator", 3 | "name": "Petroleum Generator", 4 | "description": "Produces power using petroleum.", 5 | "size": 2, 6 | "hasPower": true, 7 | "powerProduction": 8.33333, 8 | "hasItems": true, 9 | "itemDuration": 60, 10 | "hasLiquids": false, 11 | "updateEffect": "pulverize", 12 | "consumes": { 13 | "item": "petroleum-container" 14 | }, 15 | "requirements": [ 16 | { "item": "steel", "amount": 30 }, 17 | { "item": "titanium", "amount": 30 }, 18 | { "item": "metaglass", "amount": 20 }, 19 | { "item": "plastic", "amount": 10 } 20 | ], 21 | "category": "power", 22 | "research": "petroleum-filler" 23 | } 24 | -------------------------------------------------------------------------------- /content/blocks/phase-extractor.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Phase Extractor", 4 | "description": "Extracts phase thread from plastanium and thorium.", 5 | "outputItem": {"item": "phase-thread", "amount": 2}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "itemCapacity": 10, 10 | "craftTime": 60, 11 | "updateEffect": "formsmoke", 12 | "consumes": { 13 | "power": 3.0, 14 | "items": { 15 | "items": [ 16 | { "item": "plastanium", "amount": 1 }, 17 | { "item": "thorium", "amount": 3 } 18 | ] 19 | } 20 | }, 21 | "requirements": [ 22 | { "item": "steel", "amount": 50 }, 23 | { "item": "plastic", "amount": 25 }, 24 | { "item": "graphite", "amount": 25 } 25 | ], 26 | "category": "crafting", 27 | "research": "plastanium-compressor", 28 | "idleSound": "respawning", 29 | "idleSoundVolume": 0.5 30 | } 31 | -------------------------------------------------------------------------------- /content/blocks/phase-weaver.json: -------------------------------------------------------------------------------- 1 | { 2 | "consumes": { 3 | "power": 3.0, 4 | "items": { 5 | "items": [ 6 | { "item": "phase-thread", "amount": 2 } 7 | ] 8 | }, 9 | "liquid": { 10 | "liquid": "heavy-oil", 11 | "amount": 0.00833 12 | } 13 | } 14 | } -------------------------------------------------------------------------------- /content/blocks/plastanium-compressor.json: -------------------------------------------------------------------------------- 1 | { 2 | "outputItem": { "item": "plastanium", "amount": 4 }, 3 | "consumes": { 4 | "power": 3.0, 5 | "liquid": { 6 | "liquid": "water", 7 | "amount": 0.01 8 | }, 9 | "items": { 10 | "items": [ 11 | { "item": "titanium", "amount": 2 }, 12 | { "item": "plastic", "amount": 2 } 13 | ] 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /content/blocks/plastanium-conveyor.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ArmoredConveyor", 3 | "name": "Plastanium Conveyor", 4 | "description": "A better Armored Conveyor", 5 | "health": 350, 6 | "requirements": [ 7 | {"item": "copper", "amount": 1}, 8 | {"item": "lead", "amount": 1}, 9 | {"item": "titanium", "amount": 1}, 10 | {"item": "plastanium", "amount": 1} 11 | ], 12 | "category": "distribution", 13 | "speed": 0.14, 14 | "research": "armored-conveyor" 15 | } 16 | -------------------------------------------------------------------------------- /content/blocks/plastic-conveyor-disconnected.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ArmoredConveyor", 3 | "name": "Plastic Conveyor Disconnected", 4 | "description": "This conveyor is just like normal a plastic conveyor but it doesn't connect to buildings.", 5 | "health": "5", 6 | "requirements": [ 7 | {"item": "plastic", "amount": 2}, 8 | {"item": "titanium", "amount": 1} 9 | ], 10 | "category": "distribution", 11 | "speed": 0.12, 12 | "research": "plastic-conveyor" 13 | } -------------------------------------------------------------------------------- /content/blocks/plastic-conveyor.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Conveyor", 3 | "name": "Plastic Conveyor", 4 | "description": "This conveyor is slightly faster than titanium, but it is also weaker.", 5 | "health": "5", 6 | "requirements": [ 7 | {"item": "plastic", "amount": 2}, 8 | {"item": "titanium", "amount": 1} 9 | ], 10 | "category": "distribution", 11 | "speed": 0.12, 12 | "research": "titanium-conveyor" 13 | } -------------------------------------------------------------------------------- /content/blocks/plastic-forge.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Plastic Forge", 4 | "description": "Creates plastic from petroleum.", 5 | "outputItem": {"item": "plastic", "amount": "1"}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasLiquids": true, 9 | "liquidCapacity": 10, 10 | "hasItems": true, 11 | "itemCapacity": 5, 12 | "craftTime": 100, 13 | "updateEffect": "smeltsmoke", 14 | "consumes": { 15 | "power": 0.5, 16 | "liquid": { 17 | "liquid": "petroleum", 18 | "amount": 0.02083 19 | } 20 | }, 21 | "requirements": [ 22 | { "item": "copper", "amount": 100 }, 23 | { "item": "iron", "amount": 120 }, 24 | { "item": "lead", "amount": 25 }, 25 | { "item": "silicon", "amount": 25 } 26 | ], 27 | "category": "crafting", 28 | "research": "oil-distiller", 29 | "idleSound": "respawning", 30 | "idleSoundVolume": 0.5 31 | } 32 | -------------------------------------------------------------------------------- /content/blocks/quantum-drill.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Quantum Tunneler", 3 | "description": "This drill goes through quantum barriers to achive incredible rates.", 4 | "type": "Drill", 5 | "size": 3, 6 | "tier": 18, 7 | "itemCapacity": 400, 8 | "drillTime": 5, 9 | "drawRim": true, 10 | "consumes": { 11 | "power": 15.0, 12 | "liquid": { 13 | "liquid": "water", 14 | "amount": 0.1, 15 | "booster": true, 16 | "optional": true 17 | } 18 | }, 19 | "requirements": [ 20 | { "item": "micro-chip", "amount": 100 }, 21 | { "item": "silicon", "amount": 200 }, 22 | { "item": "lead", "amount": 200 }, 23 | { "item": "quantum-particles", "amount": 200 } 24 | ], 25 | "category": "production", 26 | "research": "blast-drill" 27 | } 28 | -------------------------------------------------------------------------------- /content/blocks/quantum-gatherer.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "name": "Quantum Gatherer", 4 | "description": "Gathers quantum particles using the density of gold and lead.", 5 | "liquidCapacity": 50, 6 | "outputItem": {"item": "quantum-particles", "amount": 5}, 7 | "size": 2, 8 | "hasPower": true, 9 | "hasLiquids": true, 10 | "hasItems": true, 11 | "craftTime": 60, 12 | "updateEffect": "smeltsmoke", 13 | "consumes": { 14 | "power": 30.0, 15 | "liquid": { 16 | "liquid": "water", 17 | "amount": 10.0 18 | } 19 | }, 20 | "requirements": [ 21 | { "item": "lead", "amount": 350 }, 22 | { "item": "surge-alloy", "amount": 150 }, 23 | { "item": "pure-gold", "amount": 150 }, 24 | { "item": "silicon", "amount": 200 } 25 | ], 26 | "category": "crafting", 27 | "research": "ore-condenser", 28 | "idleSound": "respawning", 29 | "idleSoundVolume": 0.5 30 | } 31 | -------------------------------------------------------------------------------- /content/blocks/quantum-mech-pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Quantum Fyler Pad", 3 | "description": "Transform into the Quantum Flyer.", 4 | "type": "MechPad", 5 | "mech": "quantum-mech", 6 | "size": 2, 7 | "consumes": { 8 | "power": 0.7 9 | }, 10 | "category": "upgrade", 11 | "research": "wraith-factory", 12 | "requirements": [ 13 | { "item": "pure-gold", "amount": 200 }, 14 | { "item": "quantum-particles", "amount": 40 }, 15 | { "item": "silicon", "amount": 200 }, 16 | { "item": "graphite", "amount": 200 }, 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /content/blocks/quantum-mender.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Quantum Mender", 3 | "description": "Mends blocks at the quantum level.", 4 | "type": "MendProjector", 5 | "health": 2000, 6 | "size": 3, 7 | "reload": 200, 8 | "healPercent": 35, 9 | "range": 250, 10 | "consumes": { 11 | "power": 4 12 | }, 13 | "requirements": [ 14 | { "item": "quantum-phase", "amount": 200 }, 15 | { "item": "micro-chip", "amount": 100 }, 16 | { "item": "pure-gold", "amount": 100 }, 17 | { "item": "silicon", "amount": 1400 } 18 | ], 19 | "category": "defense", 20 | "research": "phase-wall" 21 | } 22 | -------------------------------------------------------------------------------- /content/blocks/quantum-phase-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Quantum Phase Wall", 3 | "description": "A wall made of quantum materials perfect bullet reflection, but highly ustable, resuting in a low health pool and a small max size.", 4 | "type": "DeflectorWall", 5 | "health": 5000, 6 | "size": 1, 7 | "hitTime": -1, 8 | "maxDamageDeflect": 10000, 9 | "requirements": [ 10 | { "item": "quantum-phase", "amount": 400 } 11 | ], 12 | "category": "defense", 13 | "research": "phase-wall" 14 | } 15 | -------------------------------------------------------------------------------- /content/blocks/quantum-vault.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Quantum Vault", 3 | "description": "Stores items in another dimension", 4 | "type": "Vault", 5 | "itemCapacity": 6666, 6 | "hasItems": true, 7 | "health": 2000, 8 | "size": 3, 9 | "requirements": [ 10 | { "item": "micro-chip", "amount": 200 }, 11 | { "item": "titanium", "amount": 600 }, 12 | { "item": "thorium", "amount": 400 }, 13 | { "item": "quantum-phase", "amount": 150 } 14 | ], 15 | "category": "effect", 16 | "research": "vault" 17 | } 18 | -------------------------------------------------------------------------------- /content/blocks/reaper-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Reaper Factory", 3 | "description": "Makes goddamn Reapers.", 4 | "type": "UnitFactory", 5 | "unitType": "reaper", 6 | "size": 2, 7 | "maxSpawn": 100, 8 | "produceTime": 5000, 9 | "consumes": { 10 | "power": 0.5, 11 | "items": { 12 | "items": [ 13 | {"item": "silicon", "amount": 200}, 14 | {"item": "metasteel", "amount": 1000} 15 | ] 16 | } 17 | }, 18 | "category": "units", 19 | "research": "revenant-factory", 20 | "requirements": [ 21 | { "item": "lead", "amount": 500 }, 22 | { "item": "titanium", "amount": 500 }, 23 | { "item": "silicon", "amount": 250 }, 24 | { "item": "surge-alloy", "amount": 100 } 25 | ] 26 | } 27 | -------------------------------------------------------------------------------- /content/blocks/reaper-pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Reaper Mech Pad", 3 | "description": "Transform into the Reaper mech.", 4 | "type": "MechPad", 5 | "mech": "reaper-mech", 6 | "size": 2, 7 | "consumes": { 8 | "power": 0.7 9 | }, 10 | "category": "upgrade", 11 | "research": "glaive-ship-pad", 12 | "requirements": [ 13 | { "item": "lead", "amount": 500 }, 14 | { "item": "silicon", "amount": 400 }, 15 | { "item": "metasteel", "amount": 2000 }, 16 | { "item": "reverie-crystal", "amount": 300 }, 17 | { "item": "surge-alloy", "amount": 100 } 18 | ] 19 | } 20 | -------------------------------------------------------------------------------- /content/blocks/reaver-ship-pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MechPad", 3 | "mech": "reaver", 4 | "name": "Reaver Assault Gunship Pad", 5 | "description": "Reconstruct your ship into a superior anti-ground aerial unit.", 6 | "size": 3, 7 | "produceTime": 1750, 8 | "requirements": [ 9 | { "item": "lead", "amount": 2500}, 10 | { "item": "hecodium", "amount": 850}, 11 | { "item": "graphite", "amount": 600}, 12 | { "item": "plastanium", "amount": 475} 13 | ], 14 | "consumes": { 15 | "power": 3.25, 16 | }, 17 | "category": "upgrade", 18 | "research": "glaive-ship-pad" 19 | } 20 | -------------------------------------------------------------------------------- /content/blocks/recmetal-forge.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "name": "Scrap Refinery", 4 | "description": "Removes impurities from scrap metal, making it viable for construction.", 5 | "outputItem": {"item": "recmetal", "amount": 1}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "craftTime": 75, 10 | "updateEffect": "none", 11 | "consumes": { 12 | "power": 1.5, 13 | "items": { 14 | "items": [ 15 | { "item": "scrap", "amount": 1 } 16 | ] 17 | }, 18 | }, 19 | "requirements": [ 20 | { "item": "copper", "amount": 50 }, 21 | { "item": "lead", "amount": 30 }, 22 | { "item": "graphite", "amount": 30 } 23 | ], 24 | "category": "crafting", 25 | "research": "incinerator" 26 | } -------------------------------------------------------------------------------- /content/blocks/recmetal-wall-large.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Large Reclaimed Metal Wall", 3 | "description": "A wall, made out of reclaimed scrap metal.\nCheap, but not very durable.\nSpans multiple tiles.", 4 | "type": "Wall", 5 | "health": 1280, 6 | "size": 2, 7 | "requirements": [ 8 | { "item": "recmetal", "amount": 16 } 9 | ], 10 | "category": "defense", 11 | "research": "recmetal-wall" 12 | } -------------------------------------------------------------------------------- /content/blocks/recmetal-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Reclaimed Metal Wall", 3 | "description": "A wall, made out of reclaimed scrap metal.\nCheap, but not very durable.", 4 | "type": "Wall", 5 | "health": 320, 6 | "size": 1, 7 | "requirements": [ 8 | { "item": "recmetal", "amount": 4 } 9 | ], 10 | "category": "defense", 11 | "research": "copper-wall" 12 | } -------------------------------------------------------------------------------- /content/blocks/redrock.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Rock", 3 | "name": "Red Rock", 4 | "variants": 2 5 | } -------------------------------------------------------------------------------- /content/blocks/redsand.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "name": "Red Sand", 4 | "variants": 4, 5 | "itemDrop":"sand", 6 | "playerUnminable":1 7 | } -------------------------------------------------------------------------------- /content/blocks/redwall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "StaticWall", 3 | "name": "Red Wall", 4 | "variants": 2 5 | } -------------------------------------------------------------------------------- /content/blocks/repair-laser.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Repair Laser", 3 | "description": "A long range laser for repairing blocks.", 4 | "type": "RepairPoint", 5 | "health": 1000, 6 | "size": 2, 7 | "repairRadius": 600, 8 | "repairSpeed": 5, 9 | "powerUse": 20.0, 10 | "requirements": [ 11 | { "item": "quantum-phase", "amount": 400 }, 12 | { "item": "micro-chip", "amount": 100 }, 13 | { "item": "surge-alloy", "amount": 1400 } 14 | ], 15 | "category": "effect", 16 | "research": "phase-wall" 17 | } 18 | -------------------------------------------------------------------------------- /content/blocks/revenant-pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Revenant Mech Pad", 3 | "description": "Transform into the Revenant mech.", 4 | "type": "MechPad", 5 | "mech": "revenant-mech", 6 | "size": 2, 7 | "consumes": { 8 | "power": 0.7 9 | }, 10 | "category": "upgrade", 11 | "research": "glaive-ship-pad", 12 | "requirements": [ 13 | { "item": "hecodium", "amount": 500 }, 14 | { "item": "steel", "amount": 1000 }, 15 | { "item": "silicon", "amount": 800 }, 16 | { "item": "plastanium", "amount": 300 }, 17 | { "item": "surge-alloy", "amount": 100 } 18 | ] 19 | } 20 | -------------------------------------------------------------------------------- /content/blocks/reverie-conjurer.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Daydreamer", 4 | "description": "Uses Phase Fabric and large amounts of power to fabricate raw Reverie Crystals.", 5 | "outputItem": {"item": "reverie-crystal-raw", "amount": 1}, 6 | "size": 3, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "craftTime": 150, 10 | "updateEffect": "redgeneratespark", 11 | "consumes": { 12 | "power": 10.0, 13 | "items": { 14 | "items": [ 15 | { "item": "phase-fabric", "amount": 4 } 16 | ] 17 | }, 18 | }, 19 | "requirements": [ 20 | { "item": "lead", "amount": 300 }, 21 | { "item": "plastanium", "amount": 380 }, 22 | { "item": "silicon", "amount": 140 }, 23 | { "item": "steel", "amount": 100 } 24 | ], 25 | "category": "crafting", 26 | "research": "reverie-cutter" 27 | } -------------------------------------------------------------------------------- /content/blocks/reverie-cutter.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Reverie Cutter", 4 | "description": "Cuts, polishes, and refines Reverie Crystals into a more useful state.", 5 | "outputItem": {"item": "reverie-crystal", "amount": 1}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "craftTime": 150, 10 | "updateEffect": "redgeneratespark", 11 | "consumes": { 12 | "power": 3.334, 13 | "items": { 14 | "items": [ 15 | { "item": "reverie-crystal-raw", "amount": 1 } 16 | ] 17 | }, 18 | }, 19 | "requirements": [ 20 | { "item": "lead", "amount": 160 }, 21 | { "item": "plastanium", "amount": 100 }, 22 | { "item": "metasteel", "amount": 75 } 23 | ], 24 | "category": "crafting", 25 | "research": "spore-press" 26 | } -------------------------------------------------------------------------------- /content/blocks/reverie-wall-absoluteunit.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Absolutely Gargantuan Reverie Wall", 3 | "description": "[purple]bruh\n[white]Loses all health upon reloading the save, for some reason.", 4 | "type": "DeflectorWall", 5 | "health": 458752, 6 | "maxDamageReflect": 1024f, 7 | "size": 8, 8 | "requirements": [ 9 | { "item": "reverie-crystal", "amount": 1536 } 10 | ], 11 | "category": "defense", 12 | "research": "reverie-wall-large" 13 | } -------------------------------------------------------------------------------- /content/blocks/reverie-wall-large.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Large Reverie Wall", 3 | "description": "A very durable defensive and reflective block.\nDeflects most bullets upon impact.\nSpans multiple tiles.", 4 | "type": "DeflectorWall", 5 | "health": 3584, 6 | "maxDamageReflect": 45, 7 | "size": 2, 8 | "requirements": [ 9 | { "item": "reverie-crystal", "amount": 24 } 10 | ], 11 | "category": "defense", 12 | "research": "reverie-wall" 13 | } -------------------------------------------------------------------------------- /content/blocks/reverie-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Reverie Wall", 3 | "description": "A very durable defensive and reflective block.\nDeflects most bullets upon impact. ", 4 | "type": "DeflectorWall", 5 | "health": 896, 6 | "maxDamageReflect": 45, 7 | "size": 1, 8 | "requirements": [ 9 | { "item": "reverie-crystal", "amount": 6 } 10 | ], 11 | "category": "defense", 12 | "research": "metasteel-wall-large" 13 | } -------------------------------------------------------------------------------- /content/blocks/rocket-armory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Rocket Armory", 4 | "description": "Creates Rockets to destroy enemies.", 5 | "outputItem": {"item": "rocket", "amount": 2}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "hasLiquids": false, 10 | "liquidCapacity": 60, 11 | "craftTime": 60, 12 | "updateEffect": "smeltsmoke", 13 | "consumes": { 14 | "power": 1.0, 15 | "items": { 16 | "items": [ 17 | { "item": "blast-compound", "amount": 2}, 18 | { "item": "hecodium", "amount": 1} 19 | ] 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "titanium", "amount": 50 }, 24 | { "item": "lead", "amount": 80 }, 25 | { "item": "silicon", "amount": 60 } 26 | ], 27 | "category": "crafting", 28 | "research": "flak-cannon", 29 | "idleSound": "machine", 30 | "idleSoundVolume": 0.5 31 | } -------------------------------------------------------------------------------- /content/blocks/salvo.json: -------------------------------------------------------------------------------- 1 | { 2 | "buildCostMultiplier": 0.333 3 | } -------------------------------------------------------------------------------- /content/blocks/sam-turret.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "BurstTurret", 3 | "name": "SAM turret", 4 | "description": "Surface to Air Missile platform", 5 | "health": 200, 6 | "size": 2, 7 | "reload": 150, 8 | "range": 225, 9 | "rotatespeed": 30, 10 | "xRand": 6, 11 | "shots" : 4, 12 | "burstSpacing" : 5, 13 | "shootCone": 12, 14 | "targetGround": false, 15 | "ammo": { 16 | "rocket": { 17 | "type": "MissileBulletType", 18 | "damage": 90, 19 | "speed": 4, 20 | "splashDamage": 35, 21 | "splashDamageRadius": 16, 22 | "lifetime": 65, 23 | "collidesTiles": true, 24 | "bulletSprite": "missile", 25 | "homingRange": 50, 26 | "homingPower": 7 27 | } 28 | }, 29 | "requirements": [ 30 | { "item": "titanium", "amount": 35 }, 31 | {"item": "plastanium", "amount": 40} 32 | ], 33 | "category": "turret", 34 | "research": "rocket-armory" 35 | } 36 | -------------------------------------------------------------------------------- /content/blocks/sand-sifter-iron.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Sand Sifter: Iron", 4 | "description": "Sifts iron out of large amounts of sand.", 5 | "outputItem": {"item": "iron", "amount": 1}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "itemCapacity": 50, 10 | "craftTime": 120, 11 | "updateEffect": "smeltsmoke", 12 | "consumes": { 13 | "power": 0.75, 14 | "items": { 15 | "items": [ 16 | { "item": "sand", "amount": 20 } 17 | ] 18 | } 19 | }, 20 | "requirements": [ 21 | { "item": "copper", "amount": 50 }, 22 | { "item": "lead", "amount": 15 } 23 | ], 24 | "category": "crafting", 25 | "research": "graphite-press", 26 | "idleSound": "respawning", 27 | "idleSoundVolume": 0.5 28 | } 29 | -------------------------------------------------------------------------------- /content/blocks/sand-sifter-titanium.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Sand Sifter: Titanium", 4 | "description": "Sifts titanium out of large amounts of sand.", 5 | "outputItem": {"item": "titanium", "amount": 1}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "itemCapacity": 100, 10 | "craftTime": 120, 11 | "updateEffect": "smeltsmoke", 12 | "consumes": { 13 | "power": 0.75, 14 | "items": { 15 | "items": [ 16 | { "item": "sand", "amount": 50 } 17 | ] 18 | } 19 | }, 20 | "requirements": [ 21 | { "item": "copper", "amount": 50 }, 22 | { "item": "lead", "amount": 15 } 23 | ], 24 | "category": "crafting", 25 | "research": "sand-sifter-iron", 26 | "idleSound": "respawning", 27 | "idleSoundVolume": 0.5 28 | } 29 | -------------------------------------------------------------------------------- /content/blocks/scrabbler.hjson: -------------------------------------------------------------------------------- 1 | { 2 | type: Drill 3 | name: Scrabbler 4 | description: Small drill made out of salvaged metal. 5 | 6 | size: 1 7 | health: 16 8 | tier: 1 9 | drillTime: 600 10 | hasLiquids: false 11 | isBoostable: false 12 | liquidBoostIntensity: 1 13 | 14 | requirements: [ 15 | { 16 | item: recmetal 17 | amount: 4 18 | } 19 | ] 20 | 21 | category: production 22 | alwaysUnlocked: true 23 | } 24 | -------------------------------------------------------------------------------- /content/blocks/scrap-maker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Scrap Maker", 4 | "description": "Turns copper and lead into scrap.", 5 | "outputItem": {"item": "scrap", "amount": 2}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "itemCapacity": 5, 10 | "craftTime": 60, 11 | "updateEffect": "smeltsmoke", 12 | "consumes": { 13 | "power": 0.75, 14 | "items": { 15 | "items": [ 16 | { "item": "copper", "amount": 2 }, 17 | { "item": "lead", "amount": 1 } 18 | ] 19 | } 20 | }, 21 | "requirements": [ 22 | { "item": "copper", "amount": 50 }, 23 | { "item": "lead", "amount": 15 }, 24 | ], 25 | "category": "crafting", 26 | "research": "pulverizer", 27 | "idleSound": "respawning", 28 | "idleSoundVolume": 0.5 29 | } 30 | -------------------------------------------------------------------------------- /content/blocks/separator.json: -------------------------------------------------------------------------------- 1 | { 2 | "results": [ 3 | { "item": "copper", "amount": 1 }, 4 | { "item": "lead", "amount": 1 }, 5 | { "item": "graphite", "amount": 1 }, 6 | { "item": "titanium", "amount": 1 }, 7 | { "item": "iron", "amount": 1 } 8 | ] 9 | } -------------------------------------------------------------------------------- /content/blocks/shield-ship-pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Shield Ship Pad", 3 | "description": "Transform into the Shield Ship.With high build speed and healing lasers.", 4 | "type": "MechPad", 5 | "mech": "shield-ship", 6 | "size": 3, 7 | "consumes": { 8 | "power": 0.7 9 | }, 10 | "category": "upgrade", 11 | "research": "tau-mech-pad", 12 | "requirements": [ 13 | { "item": "hecodium", "amount": 40 }, 14 | { "item": "silicon", "amount": 40 }, 15 | { "item": "graphite", "amount": 50 }, 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /content/blocks/silicon-sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "name": "Silicon-rich Sand", 4 | "variants": 3, 5 | "itemDrop":"silicon-rich-sand", 6 | "playerUnminable":1 7 | } -------------------------------------------------------------------------------- /content/blocks/silicon-sandwall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "StaticWall", 3 | "name": "Silicon-rich Wall", 4 | "variants": 2 5 | } -------------------------------------------------------------------------------- /content/blocks/silicon-sieve.json: -------------------------------------------------------------------------------- 1 | { 2 | name: Silicon Sieve 3 | description: Filters silicon-rich sand. 4 | type: GenericCrafter 5 | 6 | size: 1 7 | health: 16 8 | craftTime: 60 9 | 10 | hasPower: false 11 | hasLiquids: false 12 | hasItems: true 13 | consumes: { 14 | items: { 15 | items: [ 16 | { 17 | item: silicon-rich-sand 18 | amount: 6 19 | } 20 | ] 21 | } 22 | } 23 | 24 | outputItem: { 25 | item: silicon 26 | amount: 1 27 | } 28 | 29 | requirements: [ 30 | { 31 | item: copper 32 | amount: 72 33 | }, 34 | { 35 | item: iron 36 | amount: 40 37 | } 38 | ] 39 | 40 | category: crafting 41 | research: recmetal-forge 42 | } 43 | -------------------------------------------------------------------------------- /content/blocks/silver-plating.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Silver Plating", 3 | "type": "Floor", 4 | "variants": 0 5 | } 6 | -------------------------------------------------------------------------------- /content/blocks/sister-ship-pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MechPad", 3 | "mech": "sister", 4 | "name": "Sister Ship Pad", 5 | "description": "Equivalently exchange Dart for a Sister.", 6 | "size": 2, 7 | "produceTime": 1500, 8 | "requirements": [ 9 | { "item": "copper", "amount": 175}, 10 | { "item": "lead", "amount": 125} 11 | ], 12 | "category": "upgrade", 13 | "research": "trident-ship-pad" 14 | } 15 | -------------------------------------------------------------------------------- /content/blocks/sludge-burner.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "name": "Sludge Burner", 4 | "description": "Burns off excess sludge created from oil distillation.", 5 | "size": 2, 6 | "hasPower": true, 7 | "hasLiquids": false, 8 | "hasItems": true, 9 | "itemCapacity": 10, 10 | "craftTime": 12, 11 | "updateEffect": "smoke", 12 | "consumes": { 13 | "power": 1.66666, 14 | "items": { 15 | "items": [ 16 | {"item": "sludge-container", "amount": 1} 17 | ] 18 | } 19 | }, 20 | "requirements": [ 21 | { "item": "copper", "amount": 50 }, 22 | { "item": "lead", "amount": 25 }, 23 | { "item": "metaglass", "amount": 25 } 24 | ], 25 | "category": "crafting", 26 | "research": "oil-distiller", 27 | "idleSound": "respawning", 28 | "idleSoundVolume": 0.5 29 | } 30 | -------------------------------------------------------------------------------- /content/blocks/snow-sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "floor", 3 | "name": "Snow Sand", 4 | "itemDrop": "sand", 5 | "variants": 3, 6 | "playerUnmineable": true 7 | } 8 | -------------------------------------------------------------------------------- /content/blocks/solar-spore-panel-large.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "SolarGenerator", 3 | "name": "Large Solar Spore Panel", 4 | "size": 3, 5 | "description": "A significantly more efficient version of the Solar Spore Panel.", 6 | "health": 100, 7 | "hasPower": true, 8 | "powerProduction": 1.4, 9 | "requirements": [ 10 | { "item": "titanium", "amount": 100 }, 11 | { "item": "spore-silicon", "amount": 75 }, 12 | { "item": "phase-fabric", "amount": 15 } 13 | ], 14 | "category": "power", 15 | "research": "solar-spore-panel", 16 | "color": "F2A7C2" 17 | } -------------------------------------------------------------------------------- /content/blocks/solar-spore-panel.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "SolarGenerator", 3 | "name": "Solar Spore Panel", 4 | "description": "Generates more power than standard solar panels.", 5 | "health": 100, 6 | "hasPower": true, 7 | "powerProduction": 0.09333, 8 | "requirements": [ 9 | { "item": "titanium", "amount": 10 }, 10 | { "item": "spore-silicon", "amount": 12 } 11 | ], 12 | "category": "power", 13 | "research": "solar-panel", 14 | "color": "F2A7C2" 15 | } -------------------------------------------------------------------------------- /content/blocks/spore-silicon-smelter.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "name": "Spore Silicon Smelter", 4 | "description": "Creates a type of silicon with enhanced electrical generation capability.", 5 | "outputItem": {"item": "spore-silicon", "amount": 1}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "craftTime": 60, 10 | "craftEffect": "pulverize", 11 | "consumes": { 12 | "power": 0.75, 13 | "items": { 14 | "items": [ 15 | { "item": "silicon", "amount": 2 }, 16 | { "item": "spore-pod", "amount": 1 } 17 | ] 18 | }, 19 | }, 20 | "requirements": [ 21 | { "item": "copper", "amount": 75 }, 22 | { "item": "lead", "amount": 50 }, 23 | { "item": "graphite", "amount": 45 }, 24 | { "item": "silicon", "amount": 40 } 25 | ], 26 | "category": "crafting", 27 | "research": "spore-press" 28 | } -------------------------------------------------------------------------------- /content/blocks/stalker-mech-pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MechPad", 3 | "mech": "stalker", 4 | "name": "Stalker Mech Drop Point", 5 | "description": "Send a request to the orbital mothership to send totally legal model of Stalker Mech.", 6 | "size": 2, 7 | "produceTime": 1500, 8 | "requirements": [ 9 | { "item": "copper", "amount": 275}, 10 | { "item": "lead", "amount": 450}, 11 | { "item": "iron", "amount": 250}, 12 | { "item": "plastic", "amount": 200} 13 | ], 14 | "consumes": { 15 | "power": 1.4, 16 | }, 17 | "category": "upgrade", 18 | "research": "delta-mech-pad" 19 | } 20 | -------------------------------------------------------------------------------- /content/blocks/steel-forge.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "name": "Steel Forge", 4 | "description": "Creates steel from iron and coal.", 5 | "outputItem": {"item": "steel", "amount": "2"}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasLiquids": false, 9 | "hasItems": true, 10 | "itemCapacity": 10, 11 | "craftTime": 120, 12 | "updateEffect": "smeltsmoke", 13 | "consumes": { 14 | "power": 0.75, 15 | "items": { 16 | "items": [ 17 | { "item": "iron", "amount": 2 }, 18 | { "item": "coal", "amount": 1 } 19 | ] 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "iron", "amount": 50 }, 24 | { "item": "copper", "amount": 50 }, 25 | { "item": "lead", "amount": 25 }, 26 | { "item": "silicon", "amount": 25 } 27 | ], 28 | "category": "crafting", 29 | "research": "silicon-smelter", 30 | "idleSound": "respawning", 31 | "idleSoundVolume": 0.5 32 | } 33 | -------------------------------------------------------------------------------- /content/blocks/steel-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Wall", 3 | "name": "Steel Wall", 4 | "description": "A wall made of hard steel.", 5 | "health": 500, 6 | "size": 1, 7 | "buildCostMultiplier": 5, 8 | "requirements": [ 9 | { "item": "steel", "amount": 6 } 10 | ], 11 | "research": "titanium-wall", 12 | "category": "defense" 13 | } -------------------------------------------------------------------------------- /content/blocks/surge-alloy-conveyor.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Conveyor", 3 | "name": "Surge Alloy Conveyor", 4 | "description": "The ultimate conveyor, made of Surge Alloy", 5 | "health": 350, 6 | "requirements": [ 7 | {"item": "copper", "amount": 1}, 8 | {"item": "lead", "amount": 1}, 9 | {"item": "titanium", "amount": 1}, 10 | {"item": "surge-alloy", "amount": 1} 11 | ], 12 | "category": "distribution", 13 | "speed": 0.18, 14 | "research": "titanium-conveyor" 15 | } 16 | -------------------------------------------------------------------------------- /content/blocks/tainted-water.hjson: -------------------------------------------------------------------------------- 1 | { 2 | liquidDrop: polluted-water 3 | } 4 | -------------------------------------------------------------------------------- /content/blocks/tainter.hjson: -------------------------------------------------------------------------------- 1 | { 2 | type: GenericCrafter 3 | name: Tainter 4 | description: Taints water with spore pods. 5 | 6 | size: 2 7 | health: 64 8 | craftTime: 60 9 | liquidCapacity: 60 10 | 11 | hasPower: true 12 | hasLiquids: true 13 | hasItems: true 14 | consumes: { 15 | power: 0.5 16 | items: { 17 | items: [ 18 | { 19 | item: spore-pod 20 | amount: 1 21 | } 22 | ] 23 | } 24 | liquid: { 25 | liquid: water 26 | amount: 0.2 27 | } 28 | } 29 | 30 | outputLiquid: { 31 | liquid: polluted-water 32 | amount: 12.0 33 | } 34 | 35 | requirements: [ 36 | { 37 | item: copper 38 | amount: 64 39 | }, 40 | { 41 | item: lead 42 | amount: 32 43 | }, 44 | { 45 | item: metaglass 46 | amount: 16 47 | } 48 | ] 49 | 50 | category: crafting 51 | alwaysUnlocked: true 52 | } 53 | -------------------------------------------------------------------------------- /content/blocks/tiny-drill.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Tiny Drill", 3 | "description": "A very small drill for those hard to reach places.", 4 | "type": "Drill", 5 | "size": 1, 6 | "tier": 2, 7 | "drillTime": 583, 8 | "requirements": [ 9 | { "item": "copper", "amount": 5 } 10 | ], 11 | "category": "production", 12 | "research": "mechanical-drill" 13 | } -------------------------------------------------------------------------------- /content/blocks/tiny-pneumatic-drill.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Tiny Pneumatic Drill", 3 | "description": "A very small pneumatic drill for those hard to reach places.", 4 | "type": "Drill", 5 | "size": 1, 6 | "tier": 3, 7 | "drillTime": 423, 8 | "consumes": {}, 9 | "requirements": [ 10 | { "item": "copper", "amount": 5 }, 11 | { "item": "graphite", "amount": 3 } 12 | ], 13 | "category": "production", 14 | "research": "tiny-drill" 15 | } -------------------------------------------------------------------------------- /content/blocks/tracer-round-armory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Tracer Armory", 4 | "description": "Creates Tracer rounds that track enemies.", 5 | "outputItem": {"item": "tracer-round", "amount": 2}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasItems": true, 9 | "hasLiquids": false, 10 | "liquidCapacity": 60, 11 | "craftTime": 60, 12 | "updateEffect": "smeltsmoke", 13 | "consumes": { 14 | "power": 0.7, 15 | "items": { 16 | "items": [ 17 | { "item": "silicon", "amount": 1 }, 18 | { "item": "copper", "amount": 2} 19 | ] 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "titanium", "amount": 50 }, 24 | { "item": "lead", "amount": 80 }, 25 | { "item": "silicon", "amount": 60 } 26 | ], 27 | "category": "crafting", 28 | "research": "burst-turret", 29 | "idleSound": "machine", 30 | "idleSoundVolume": 0.5 31 | } -------------------------------------------------------------------------------- /content/blocks/upgraded-force-projector.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ForceProjector", 3 | "name": "Upgraded Force Projector", 4 | "size": 4, 5 | "health": 360, 6 | "radius": 160, 7 | "speedBoost": 2, 8 | "phaseRangeBoost": 100, 9 | "speedBoostPhase": 1, 10 | "breakage": 300, 11 | "cooldownNormal": 1.2, 12 | "cooldownLiquid": 1, 13 | "category": "effect", 14 | "requirements": [ 15 | {"item": "lead", "amount": 150}, 16 | {"item": "titanium", "amount": 100}, 17 | {"item": "silicon", "amount": 375} 18 | ], 19 | "consumes": { 20 | "power": 3, 21 | "items": { 22 | "items": [ {"item": "phase-fabric", "amount": 1} ], 23 | "booster": true, 24 | "optional": true 25 | } 26 | }, 27 | "research": "force-projector" 28 | } 29 | -------------------------------------------------------------------------------- /content/blocks/upgraded-overdrive-projector.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OverdriveProjector", 3 | "name": "Upgraded Overdrive Projector", 4 | "size": 3, 5 | "health": 200, 6 | "range": 120, 7 | "speedBoost": 2, 8 | "phaseRangeBoost": 30, 9 | "speedBoostPhase": 1, 10 | "category": "effect", 11 | "requirements": [ 12 | {"item": "hecodium", "amount": 300}, 13 | {"item": "silicon", "amount": 125}, 14 | {"item": "plastanium", "amount": 150} 15 | ], 16 | "consumes": { 17 | "power": 5, 18 | "items": { 19 | "items": [ {"item": "phase-fabric", "amount": 1} ], 20 | "booster": true, 21 | "optional": true 22 | } 23 | }, 24 | "research": "overdrive-projector" 25 | } 26 | -------------------------------------------------------------------------------- /content/blocks/yamato-ship-pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MechPad", 3 | "mech": "yamato", 4 | "name": "Yamato Construction Facility", 5 | "description": "MELTDOWN SHIP MELTDOWN SHIP", 6 | "size": 4, 7 | "liquidCapacity": 60, 8 | "produceTime": 3500, 9 | "requirements": [ 10 | { "item": "copper", "amount": 8000}, 11 | { "item": "reverie-crystal", "amount": 100}, 12 | { "item": "graphite", "amount": 2750}, 13 | { "item": "silicon", "amount": 1750}, 14 | { "item": "surge-alloy", "amount": 1200} 15 | ], 16 | "consumes": { 17 | "power": 12.0, 18 | "liquid": { 19 | "liquid":"cryofluid", 20 | "amount":0.2 21 | } 22 | }, 23 | "category": "upgrade", 24 | "research": "glaive-ship-pad" 25 | } 26 | -------------------------------------------------------------------------------- /content/items/ap-round.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "AP Round", 4 | "description": "Test Bullet.", 5 | "cost": 1, 6 | "color": "7575c8" 7 | } 8 | -------------------------------------------------------------------------------- /content/items/asphalt.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Asphalt", 4 | "description": "Asphalt is rocks mized with an oily sludge. It deforms when hit, making it great for building walls.", 5 | "color": "0A0514" 6 | } 7 | -------------------------------------------------------------------------------- /content/items/chirunium.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Chirunium", 4 | "description": "A material capable of absorbing large amounts of heat.\nAlways feels cold.", 5 | "hardness": 3, 6 | "cost": 1, 7 | "color": "a0d0f8" 8 | } -------------------------------------------------------------------------------- /content/items/cryo-round.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Cryo Round", 4 | "description": "Test Bullet.", 5 | "cost": 1, 6 | "color": "7575c8" 7 | } 8 | -------------------------------------------------------------------------------- /content/items/gold-powder.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Gold Powder", 4 | "description": "Gold in powder form. Only used for production.", 5 | "color": "E1E19F", 6 | "hardness": 18 7 | } 8 | -------------------------------------------------------------------------------- /content/items/heavy-oil-container.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Heavy Oil Container", 4 | "description": "This is a heavy oil that comes from ditilling crude oil. It is stored in a container because blocks of type 'Seperator' cannot output liquids.", 5 | "color": "444000" 6 | } -------------------------------------------------------------------------------- /content/items/heavy-round.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Heavy Round", 4 | "description": "Test Bullet.", 5 | "cost": 1, 6 | "color": "7575c8" 7 | } 8 | -------------------------------------------------------------------------------- /content/items/hecodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Hecodium", 4 | "description": "An alloy of Titanium and Lead.", 5 | "cost": 1.2, 6 | "color": "919fe7" 7 | } 8 | -------------------------------------------------------------------------------- /content/items/incendiary-round.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Incendiary Round", 4 | "description": "Test Bullet.", 5 | "cost": 1, 6 | "color": "7575c8" 7 | } 8 | -------------------------------------------------------------------------------- /content/items/iron.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Iron", 4 | "description": "Iron is mined from the ground and can be used for building, ammo, and steel.", 5 | "color": "BEE1E8" 6 | } 7 | -------------------------------------------------------------------------------- /content/items/lead-round.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Lead Round", 4 | "description": "Test Bullet.", 5 | "cost": 1, 6 | "color": "7575c8" 7 | } 8 | -------------------------------------------------------------------------------- /content/items/light-oil-container.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Light Oil Container", 4 | "description": "This is a light oil that comes from ditilling crude oil. It is stored in a container because blocks of type 'Seperator' cannot output liquids.", 5 | "color": "84800f" 6 | } -------------------------------------------------------------------------------- /content/items/metasteel.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Metasteel", 4 | "description": "A sturdy, damage-resistant metal, made from graphite and titanium.", 5 | "cost": 1, 6 | "color": "c2d6c1" 7 | } -------------------------------------------------------------------------------- /content/items/micro-chip.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Micro Chips", 4 | "description": "A cicruit board that harneses the power of quantum mechanics.", 5 | "cost": 5, 6 | "color": "046307" 7 | } 8 | -------------------------------------------------------------------------------- /content/items/petroleum-container.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Petroleum Container", 4 | "description": "This is petroleum, but in a container. Used for power generation in petroleum generator because generators cannot take only liquids.", 5 | "color": "c4c04f" 6 | } -------------------------------------------------------------------------------- /content/items/phase-thread.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Phase Thread", 4 | "description": "Phase Thread is used by Phase Weavers to generate Phase Fabric.", 5 | "color": "dcd16b" 6 | } 7 | -------------------------------------------------------------------------------- /content/items/plastic.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Plastic", 4 | "description": "Plastic is an advanced material used for building and ammo.", 5 | "color": "F0F0F0" 6 | } 7 | -------------------------------------------------------------------------------- /content/items/pure-gold.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Pure Gold", 4 | "description": "Gold in the purest form, useful for social flexing and capturing quantum particles.", 5 | "cost": 2.0, 6 | "color": "DEDE41" 7 | } 8 | -------------------------------------------------------------------------------- /content/items/quantum-particles.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Quantum Particles", 4 | "description": "A blob of quantum particles. They many or may not exist. Useful for military and civilan aplications.", 5 | "cost": 1.0, 6 | "color": "00008b" 7 | } 8 | -------------------------------------------------------------------------------- /content/items/quantum-phase.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Quantum Phase", 4 | "description": "A new type of textile that bends the laws of thermodynamicsto it. Definitely doesn't exist in this universe entirely." 5 | "cost": 1.0, 6 | "color": "00FFFF" 7 | } 8 | -------------------------------------------------------------------------------- /content/items/raw-ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Raw Ore", 4 | "description": "Ore from the deep bowels of the earth. Contains trace amounts of many materials.", 5 | "cost": 1.0, 6 | "color": "BABABA" 7 | } 8 | -------------------------------------------------------------------------------- /content/items/recmetal.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Reclaimed Metal", 4 | "description": "Scrap metal that has had some impurities removed. Useful for emergency fortifications.", 5 | "cost": 0.5, 6 | "color": "c2d6c1" 7 | } -------------------------------------------------------------------------------- /content/items/reverie-crystal-raw.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Rough Reverie Crystal", 4 | "description": "A strange and unstable crystal.\nCan be refined, but has other uses.", 5 | "explosiveness": 0.8, 6 | "flammability": 0.1, 7 | "radioactivity": 0.75, 8 | "hardness": 4, 9 | "cost": 10, 10 | "color": "bf2195" 11 | } -------------------------------------------------------------------------------- /content/items/reverie-crystal.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Reverie Crystal", 4 | "description": "A large, refined crystal. The light it reflects almost seems to warp the world around it.", 5 | "cost": 1.5, 6 | "color": "d45da6" 7 | } -------------------------------------------------------------------------------- /content/items/rocket.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Rocket", 4 | "description": "Test Bullet.", 5 | "cost": 1, 6 | "color": "7575c8" 7 | } 8 | -------------------------------------------------------------------------------- /content/items/scrap-flak.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Scrap Flak", 4 | "description": "Test Bullet.", 5 | "cost": 1, 6 | "color": "7575c8" 7 | } 8 | -------------------------------------------------------------------------------- /content/items/silicon-rich-sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "silicon-rich Sand", 4 | "description": "Special sand found only on mars. high precentage of silicon", 5 | "cost": 1.0, 6 | "color": "BABABA" 7 | } 8 | -------------------------------------------------------------------------------- /content/items/sludge-container.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Sludge Container", 4 | "description": "This is a container of sludge left over from oil distillation", 5 | "color": "000000" 6 | } 7 | -------------------------------------------------------------------------------- /content/items/spore-silicon.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Spore Silicon", 4 | "description": "Silicon infused with fungal spores.\nThe spores capture and store light with great ease, assisting with power generation.", 5 | "color": "6D6099" 6 | } -------------------------------------------------------------------------------- /content/items/steel.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "name": "Steel", 4 | "description": "Steel is made from iron and coal and can be used for both building and ammo.", 5 | "color": "CDD7DA" 6 | } 7 | -------------------------------------------------------------------------------- /content/items/tracer-round.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Tracer Round", 4 | "description": "Test Bullet.", 5 | "cost": 1, 6 | "color": "7575c8" 7 | } 8 | -------------------------------------------------------------------------------- /content/liquids/frost-oil.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Frost Oil", 3 | "description": "A type of coolant made from water and crushed Chirunium. Has greater heat absorption than Cryofluid.", 4 | "temperature": 0.15, 5 | "flammability": 0, 6 | "viscosity": 0.55, 7 | "heatCapacity": 1.55, 8 | "explosiveness": 0, 9 | "effect": "freezing", 10 | "color": "97deeb" 11 | } -------------------------------------------------------------------------------- /content/liquids/heavy-oil.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Heavy Oil", 3 | "description": "Heavy Oil is a by-product of petroleum.", 4 | "temperature": 1.0, 5 | "viscosity": 0.8, 6 | "effect": "burning", 7 | "color": "444000" 8 | } -------------------------------------------------------------------------------- /content/liquids/incendiary-fluid.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Incendiary Fluid", 3 | "description": "A flammable liquid, made by mixing finely ground Pyratite with Oil.", 4 | "temperature": 0.5, 5 | "flammability": 3, 6 | "viscosity": 0.75, 7 | "heatCapacity": 0.6, 8 | "explosiveness": 1.4, 9 | "effect": "tarred", 10 | "color": "FF735A" 11 | 12 | } -------------------------------------------------------------------------------- /content/liquids/light-oil.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Light Oil", 3 | "description": "Light Oil is a by-product of petroleum.", 4 | "temperature": 1.0, 5 | "viscosity": 0.8, 6 | "effect": "burning", 7 | "color": "84800f" 8 | } -------------------------------------------------------------------------------- /content/liquids/ore-slag.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Ore Slag", 3 | "description": "Rocks, but melted.", 4 | "temperature": 0.9, 5 | "viscosity": 0.8, 6 | "effect": "melting", 7 | "color": "a4a2bd" 8 | } 9 | -------------------------------------------------------------------------------- /content/liquids/petroleum.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Petroleum", 3 | "description": "Petroleum is used for power.", 4 | "temperature": 1.0, 5 | "viscosity": 0.8, 6 | "effect": "burning", 7 | "color": "c4c04f" 8 | } -------------------------------------------------------------------------------- /content/liquids/polluted-water.hjson: -------------------------------------------------------------------------------- 1 | { 2 | name: Polluted Water 3 | description: Tainted liquid. Can be cleared in order to get thorium from it. 4 | temperature: 0.5 5 | viscosity: 0.5 6 | heatCapacity: 0.4 7 | effect: corroded 8 | color: 645195 9 | } 10 | -------------------------------------------------------------------------------- /content/liquids/quantum-ore-slag.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Quantum Ore Slag", 3 | "description": "Rocks, but really dense and melted.", 4 | "temperature": 0.9, 5 | "viscosity": 0.8, 6 | "effect": "melting", 7 | "color": "301934" 8 | } 9 | -------------------------------------------------------------------------------- /content/mechs/eradicator-mech.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Eradicator", 3 | "description": "A powerful Eradicator.", 4 | "speed": 0.5, 5 | "drillPower": 5, 6 | "mineSpeed": 2, 7 | "drag": 0.4, 8 | "hitsize": 20, 9 | "mass": 5, 10 | "boostSpeed": 0.75, 11 | "itemCapacity": 100, 12 | "buildPower": 1.0, 13 | "engineColor": "666495", 14 | "flying": false, 15 | "health": 9000, 16 | "weapon": { 17 | "name": "eradication", 18 | "length": 13, 19 | "width": 22, 20 | "reload": 25, 21 | "alternate": true, 22 | "shots": 4, 23 | "shootSound": "missile", 24 | "bullet": "standardThoriumBig" 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /content/mechs/laser-mech.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Quantum Mech", 3 | "description": "An unnatural Mech. Ment for sige, as it comes with a powerful energy core.", 4 | "speed": 0.8, 5 | "range": 100, 6 | "boostSpeed": 1.0, 7 | "buildPower": 2.2, 8 | "engineColor": "666495", 9 | "flying": false, 10 | "health": 2500, 11 | "weaponOffsetX": 4, 12 | "weaponOffsetY": 1, 13 | "weapon": { 14 | "name": "chrome-blaster", 15 | "length": 5, 16 | "reload": 5, 17 | "alternate": true, 18 | "bullet": "arc" 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /content/mechs/quantum-mech.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Quantum Ship", 3 | "description": "An unnatural ship. Ment for building, as it comes with a powerful energy core. Can also fire a strong laser in times of need.", 4 | "speed": 2.0, 5 | "boostSpeed": 1.5, 6 | "buildPower": 8.0, 7 | "engineColor": "666495", 8 | "flying": true, 9 | "health": 300, 10 | "weaponOffsetX": 4, 11 | "weaponOffsetY": 1, 12 | "weapon": { 13 | "name": "chrome-blaster", 14 | "length": 1, 15 | "reload": 100, 16 | "alternate": true, 17 | "bullet": "lancerLaser" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /content/mechs/reaper-mech.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Reaper", 3 | "description": "Transforms into an enhanced Reaper.", 4 | "speed": 0.3, 5 | "drillPower": 5, 6 | "mineSpeed": 2, 7 | "hitsize": 20, 8 | "mass": 30, 9 | "drag": 0.1, 10 | "itemCapacity": 150, 11 | "buildPower": 1.2, 12 | "engineColor": "666495", 13 | "flying": true, 14 | "rotateWeapon": true, 15 | "engineSize": 7.3, 16 | "engineOffset": 40, 17 | "health": 11000, 18 | "weaponOffsetX": 4, 19 | "weapon": { 20 | "name": "reaper-gun", 21 | "length": 40, 22 | "reload": 20, 23 | "alternate": true, 24 | "shootSound": "shootBig", 25 | "bullet": "standardThoriumBig" 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /content/mechs/revenant-mech.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Revenant", 3 | "description": "A powerful Revenant unit. Well equipped with missiles and high maneuverability.", 4 | "speed": 0.6, 5 | "drillPower": 5, 6 | "mineSpeed": 2, 7 | "hitsize": 20, 8 | "mass": 5, 9 | "drag": 0.05, 10 | "itemCapacity": 100, 11 | "buildPower": 1.5, 12 | "engineColor": "666495", 13 | "flying": true, 14 | "rotateWeapon": true, 15 | "engineSize": 3, 16 | "engineOffset": 12, 17 | "health": 1000, 18 | "weaponOffsetX": 4, 19 | "weapon": { 20 | "name": "revenant-missiles", 21 | "length": 8, 22 | "reload": 12, 23 | "alternate": true, 24 | "shootSound": "missile", 25 | "bullet": "missileRevenant" 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /content/mechs/shield-ship.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Shield", 3 | "description": "Support airship powered by a Hecodium core.", 4 | "speed": 0.5, 5 | "drag": 0.12, 6 | "mass": 9, 7 | "drillPower": 4, 8 | "mineSpeed": 4, 9 | "buildPower": 2.5, 10 | "engineColor": "7575c8", 11 | "engineOffset": 12, 12 | "itemCapacity": 60, 13 | "flying": true, 14 | "health": 300, 15 | "weaponOffsetX": 5.3, 16 | "weapon": { 17 | "name": "hecodium-healer", 18 | "length": 1, 19 | "reload": 40, 20 | "alternate": true, 21 | "bullet": "healBullet" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /content/units/chrome-wraith.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "flyingUnit", 3 | "name": "Chrome Wraith", 4 | "description": "Generally annoying and flashy.", 5 | "speed": 0.5, 6 | "flying": true, 7 | "health": 90, 8 | "engineOffset": 5.5, 9 | "range": 160, 10 | "weapon": { 11 | "name": "chrome-blaster", 12 | "length": 1.5, 13 | "reload": 10, 14 | "alternate": true, 15 | "bullet": "lightning" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /content/units/hecodium-gunship.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "revenant", 3 | "name": "Hecodium Gunship", 4 | "description": "Generally annoying and flashy.", 5 | "speed": 0.1, 6 | "mass": 5, 7 | "flying": true, 8 | "rotateWeapon": true, 9 | "health": 500, 10 | "engineOffset": 5.5, 11 | "engineColor": "7575c8", 12 | "range": 50, 13 | "shootCone": 40, 14 | "attackLength": 50, 15 | 16 | "weapon": { 17 | "name": "chrome-blaster", 18 | "length": 1, 19 | "reload": 50, 20 | "alternate": true, 21 | "bullet": "lightning" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /content/units/hecodium-shield.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "spirit", 3 | "name": "Ghost", 4 | "description": "Tougher spirit.", 5 | "speed": 0.5, 6 | "mass": 2, 7 | "drag": 0.35, 8 | "flying": true, 9 | "rotateWeapon": true, 10 | "health": 250, 11 | "engineColor": "7575c8", 12 | "engineOffset": 12, 13 | "range": 90, 14 | "shootCone": 30, 15 | "attackLength": 40, 16 | 17 | "weapon": { 18 | "name": "hecodium-healer", 19 | "length": 0.5, 20 | "reload": 60, 21 | "alternate": true, 22 | "bullet": "healBulletBig" 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /content/units/hecodium-shock.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Titan", 3 | "name": "Hecodium Shocker", 4 | "description": "Generally annoying and flashy.", 5 | "speed": 0.3, 6 | "mass": 1, 7 | "flying": false, 8 | "rotateWeapon": true, 9 | "rotateSpeed": 0.1, 10 | "health": 300, 11 | "engineOffset": 5.5, 12 | "range": 10, 13 | "shootCone": 10, 14 | "attackLength": 60, 15 | 16 | "weapon": { 17 | "name": "flamethrower", 18 | "length": 0.5, 19 | "reload": 100, 20 | "inaccuracy": 0, 21 | "shots": 2, 22 | "alternate": true, 23 | "roundRobin": true, 24 | "bullet": "lightning" 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /maps/evosaki-islands.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/maps/evosaki-islands.msav -------------------------------------------------------------------------------- /maps/frosted-lakeside.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/maps/frosted-lakeside.msav -------------------------------------------------------------------------------- /maps/goldsand-valley.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/maps/goldsand-valley.msav -------------------------------------------------------------------------------- /maps/hell-caverns.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/maps/hell-caverns.msav -------------------------------------------------------------------------------- /maps/mars-section-27.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/maps/mars-section-27.msav -------------------------------------------------------------------------------- /mod.json: -------------------------------------------------------------------------------- 1 | name: "Modustry Modpack" 2 | author: "ZoMadeStuff" 3 | description: "[cyan]Modpack for mindustry! [gray]\nmods involved: [orange]\nThe End is Nigh, \nRed Sands, \nHecodium, \nAreoMindistry, \nVanilla Enhanced, \nPorduction Mod, \nExtended Rebuilding Modules, \nRefactorium, \nSome original content by ZoMadeStuff." 4 | version: "1.0" 5 | -------------------------------------------------------------------------------- /sounds/swings.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sounds/swings.ogg -------------------------------------------------------------------------------- /sprites/blocks/ap-armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/ap-armory.png -------------------------------------------------------------------------------- /sprites/blocks/asphalt-mixer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/asphalt-mixer.png -------------------------------------------------------------------------------- /sprites/blocks/asphalt-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/asphalt-wall.png -------------------------------------------------------------------------------- /sprites/blocks/battery-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/battery-mega.png -------------------------------------------------------------------------------- /sprites/blocks/bullet-armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/bullet-armory.png -------------------------------------------------------------------------------- /sprites/blocks/burst-turret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/burst-turret.png -------------------------------------------------------------------------------- /sprites/blocks/chip-maker-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/chip-maker-top.png -------------------------------------------------------------------------------- /sprites/blocks/chip-maker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/chip-maker.png -------------------------------------------------------------------------------- /sprites/blocks/coal-liquifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/coal-liquifier.png -------------------------------------------------------------------------------- /sprites/blocks/condenser-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/condenser-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/condenser-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/condenser-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/condenser-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/condenser-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/condenser-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/condenser-top.png -------------------------------------------------------------------------------- /sprites/blocks/condenser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/condenser.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/large-mass-driver-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/large-mass-driver-base.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/large-mass-driver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/large-mass-driver.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-0-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-0-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-0-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-0-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-0-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-1-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-1-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-1-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-1-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-2-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-2-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-2-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-2-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-3-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-3-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-3-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-3-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-3-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-4-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-4-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-4-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-4-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor-4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor-4-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/metasteel-conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/metasteel-conveyor.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-0-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-0-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-0-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-0-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-0-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-1-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-1-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-1-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-1-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-2-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-2-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-2-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-2-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-3-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-3-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-3-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-3-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-3-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-4-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-4-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-4-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-4-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor-4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor-4-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/micro-conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/micro-conveyor.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-0-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-0-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-0-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-0-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-0-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-1-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-1-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-1-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-1-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-2-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-2-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-2-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-2-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-3-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-3-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-3-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-3-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-3-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-4-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-4-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-4-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-4-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor-4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor-4-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastanium-conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastanium-conveyor.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-0-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-0-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-0-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-0-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-0-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-1-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-1-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-1-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-1-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-2-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-2-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-2-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-2-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-3-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-3-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-3-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-3-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-3-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-4-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-4-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-4-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-4-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected-4-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor-disconnected/plastic-conveyor-disconnected.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-0-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-0-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-0-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-0-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-0-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-1-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-1-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-1-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-1-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-2-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-2-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-2-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-2-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-3-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-3-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-3-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-3-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-3-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-4-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-4-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-4-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-4-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor-4-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/plastic-conveyor/plastic-conveyor.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-0-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-0-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-0-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-0-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-0-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-1-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-1-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-1-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-1-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-2-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-2-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-2-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-2-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-3-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-3-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-3-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-3-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-3-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-4-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-4-0.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-4-1.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-4-2.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor-4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor-4-3.png -------------------------------------------------------------------------------- /sprites/blocks/conveyors/surge-alloy-conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/conveyors/surge-alloy-conveyor.png -------------------------------------------------------------------------------- /sprites/blocks/cryo-armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/cryo-armory.png -------------------------------------------------------------------------------- /sprites/blocks/cryoshallow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/cryoshallow1.png -------------------------------------------------------------------------------- /sprites/blocks/drills/blast-deep-digger-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/blast-deep-digger-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/drills/blast-deep-digger-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/blast-deep-digger-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/blast-deep-digger-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/blast-deep-digger-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/blast-deep-digger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/blast-deep-digger.png -------------------------------------------------------------------------------- /sprites/blocks/drills/deep-digger-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/deep-digger-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/drills/deep-digger-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/deep-digger-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/deep-digger-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/deep-digger-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/deep-digger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/deep-digger.png -------------------------------------------------------------------------------- /sprites/blocks/drills/quantum-drill-rim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/quantum-drill-rim.png -------------------------------------------------------------------------------- /sprites/blocks/drills/quantum-drill-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/quantum-drill-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/quantum-drill-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/quantum-drill-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/quantum-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/quantum-drill.png -------------------------------------------------------------------------------- /sprites/blocks/drills/tiny-drill/tiny-drill-rim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/tiny-drill/tiny-drill-rim.png -------------------------------------------------------------------------------- /sprites/blocks/drills/tiny-drill/tiny-drill-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/tiny-drill/tiny-drill-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/tiny-drill/tiny-drill-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/tiny-drill/tiny-drill-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/tiny-drill/tiny-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/tiny-drill/tiny-drill.png -------------------------------------------------------------------------------- /sprites/blocks/drills/tiny-pneumatic-drill/tiny-pneumatic-drill-rim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/tiny-pneumatic-drill/tiny-pneumatic-drill-rim.png -------------------------------------------------------------------------------- /sprites/blocks/drills/tiny-pneumatic-drill/tiny-pneumatic-drill-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/tiny-pneumatic-drill/tiny-pneumatic-drill-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/tiny-pneumatic-drill/tiny-pneumatic-drill-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/tiny-pneumatic-drill/tiny-pneumatic-drill-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/tiny-pneumatic-drill/tiny-pneumatic-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/drills/tiny-pneumatic-drill/tiny-pneumatic-drill.png -------------------------------------------------------------------------------- /sprites/blocks/effect/upgraded-force-projector-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/effect/upgraded-force-projector-top.png -------------------------------------------------------------------------------- /sprites/blocks/effect/upgraded-force-projector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/effect/upgraded-force-projector.png -------------------------------------------------------------------------------- /sprites/blocks/effect/upgraded-overdrive-projector-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/effect/upgraded-overdrive-projector-top.png -------------------------------------------------------------------------------- /sprites/blocks/effect/upgraded-overdrive-projector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/effect/upgraded-overdrive-projector.png -------------------------------------------------------------------------------- /sprites/blocks/environment/chirunium1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/environment/chirunium1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/chirunium2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/environment/chirunium2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/gold-sand1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/environment/gold-sand1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/gold-sand2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/environment/gold-sand2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/gold-sand3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/environment/gold-sand3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/iron1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/environment/iron1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/iron2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/environment/iron2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/iron3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/environment/iron3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/reverie-crystal-raw1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/environment/reverie-crystal-raw1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/reverie-crystal-raw2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/environment/reverie-crystal-raw2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/snow-sand1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/environment/snow-sand1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/snow-sand2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/environment/snow-sand2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/snow-sand3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/environment/snow-sand3.png -------------------------------------------------------------------------------- /sprites/blocks/extraspatial-fluidtank-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/extraspatial-fluidtank-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/extraspatial-fluidtank-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/extraspatial-fluidtank-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/extraspatial-fluidtank-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/extraspatial-fluidtank-top.png -------------------------------------------------------------------------------- /sprites/blocks/extraspatial-vault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/extraspatial-vault.png -------------------------------------------------------------------------------- /sprites/blocks/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/filter.png -------------------------------------------------------------------------------- /sprites/blocks/flak-armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/flak-armory.png -------------------------------------------------------------------------------- /sprites/blocks/flak-cannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/flak-cannon.png -------------------------------------------------------------------------------- /sprites/blocks/frostoil-mixer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/frostoil-mixer.png -------------------------------------------------------------------------------- /sprites/blocks/fungus-dagger-factory-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/fungus-dagger-factory-top.png -------------------------------------------------------------------------------- /sprites/blocks/fungus-dagger-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/fungus-dagger-factory.png -------------------------------------------------------------------------------- /sprites/blocks/gold-forge-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/gold-forge-top.png -------------------------------------------------------------------------------- /sprites/blocks/gold-forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/gold-forge.png -------------------------------------------------------------------------------- /sprites/blocks/heavy-oil-burner-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/heavy-oil-burner-top.png -------------------------------------------------------------------------------- /sprites/blocks/heavy-oil-burner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/heavy-oil-burner.png -------------------------------------------------------------------------------- /sprites/blocks/heavy-oil-cracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/heavy-oil-cracker.png -------------------------------------------------------------------------------- /sprites/blocks/heavy-oil-emptyer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/heavy-oil-emptyer.png -------------------------------------------------------------------------------- /sprites/blocks/heavy-round-armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/heavy-round-armory.png -------------------------------------------------------------------------------- /sprites/blocks/hecodium-forge-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/hecodium-forge-top.png -------------------------------------------------------------------------------- /sprites/blocks/hecodium-forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/hecodium-forge.png -------------------------------------------------------------------------------- /sprites/blocks/hecodium-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/hecodium-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/hecodium-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/hecodium-wall.png -------------------------------------------------------------------------------- /sprites/blocks/incendiary-armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/incendiary-armory.png -------------------------------------------------------------------------------- /sprites/blocks/incendiary-mixer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/incendiary-mixer.png -------------------------------------------------------------------------------- /sprites/blocks/large-asphalt-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/large-asphalt-wall.png -------------------------------------------------------------------------------- /sprites/blocks/large-steel-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/large-steel-wall.png -------------------------------------------------------------------------------- /sprites/blocks/light-oil-burner-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/light-oil-burner-top.png -------------------------------------------------------------------------------- /sprites/blocks/light-oil-burner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/light-oil-burner.png -------------------------------------------------------------------------------- /sprites/blocks/light-oil-cracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/light-oil-cracker.png -------------------------------------------------------------------------------- /sprites/blocks/light-oil-emptyer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/light-oil-emptyer.png -------------------------------------------------------------------------------- /sprites/blocks/magma1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/magma1.png -------------------------------------------------------------------------------- /sprites/blocks/melter-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/melter-large.png -------------------------------------------------------------------------------- /sprites/blocks/metasteel-forge-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/metasteel-forge-top.png -------------------------------------------------------------------------------- /sprites/blocks/metasteel-forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/metasteel-forge.png -------------------------------------------------------------------------------- /sprites/blocks/metasteel-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/metasteel-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/metasteel-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/metasteel-wall.png -------------------------------------------------------------------------------- /sprites/blocks/oil-distiller-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/oil-distiller-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/oil-distiller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/oil-distiller.png -------------------------------------------------------------------------------- /sprites/blocks/ore-condenser-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/ore-condenser-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/ore-condenser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/ore-condenser.png -------------------------------------------------------------------------------- /sprites/blocks/ore-crusher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/ore-crusher.png -------------------------------------------------------------------------------- /sprites/blocks/petroleum-emptyer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/petroleum-emptyer.png -------------------------------------------------------------------------------- /sprites/blocks/petroleum-filler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/petroleum-filler.png -------------------------------------------------------------------------------- /sprites/blocks/petroleum-generator-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/petroleum-generator-top.png -------------------------------------------------------------------------------- /sprites/blocks/petroleum-generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/petroleum-generator.png -------------------------------------------------------------------------------- /sprites/blocks/phase-extractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/phase-extractor.png -------------------------------------------------------------------------------- /sprites/blocks/pistol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/pistol.png -------------------------------------------------------------------------------- /sprites/blocks/plastic-forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/plastic-forge.png -------------------------------------------------------------------------------- /sprites/blocks/power/megabattery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/power/megabattery.png -------------------------------------------------------------------------------- /sprites/blocks/quantum-gatherer-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/quantum-gatherer-top.png -------------------------------------------------------------------------------- /sprites/blocks/quantum-gatherer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/quantum-gatherer.png -------------------------------------------------------------------------------- /sprites/blocks/quantum-mender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/quantum-mender.png -------------------------------------------------------------------------------- /sprites/blocks/quantum-ore-condenser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/quantum-ore-condenser.png -------------------------------------------------------------------------------- /sprites/blocks/quantum-ore-crusher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/quantum-ore-crusher.png -------------------------------------------------------------------------------- /sprites/blocks/quantum-phase-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/quantum-phase-wall.png -------------------------------------------------------------------------------- /sprites/blocks/quantum-vault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/quantum-vault.png -------------------------------------------------------------------------------- /sprites/blocks/quantum-weaver-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/quantum-weaver-top.png -------------------------------------------------------------------------------- /sprites/blocks/quantum-weaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/quantum-weaver.png -------------------------------------------------------------------------------- /sprites/blocks/reaver-ship-pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/reaver-ship-pad.png -------------------------------------------------------------------------------- /sprites/blocks/recmetal-forge-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/recmetal-forge-top.png -------------------------------------------------------------------------------- /sprites/blocks/recmetal-forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/recmetal-forge.png -------------------------------------------------------------------------------- /sprites/blocks/recmetal-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/recmetal-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/recmetal-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/recmetal-wall.png -------------------------------------------------------------------------------- /sprites/blocks/redrock1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/redrock1.png -------------------------------------------------------------------------------- /sprites/blocks/redrock2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/redrock2.png -------------------------------------------------------------------------------- /sprites/blocks/redsand1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/redsand1.png -------------------------------------------------------------------------------- /sprites/blocks/redsand2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/redsand2.png -------------------------------------------------------------------------------- /sprites/blocks/redsand3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/redsand3.png -------------------------------------------------------------------------------- /sprites/blocks/redsand4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/redsand4.png -------------------------------------------------------------------------------- /sprites/blocks/redwall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/redwall-large.png -------------------------------------------------------------------------------- /sprites/blocks/redwall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/redwall1.png -------------------------------------------------------------------------------- /sprites/blocks/redwall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/redwall2.png -------------------------------------------------------------------------------- /sprites/blocks/reverie-conjurer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/reverie-conjurer.png -------------------------------------------------------------------------------- /sprites/blocks/reverie-cutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/reverie-cutter.png -------------------------------------------------------------------------------- /sprites/blocks/reverie-wall-absoluteunit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/reverie-wall-absoluteunit.png -------------------------------------------------------------------------------- /sprites/blocks/reverie-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/reverie-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/reverie-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/reverie-wall.png -------------------------------------------------------------------------------- /sprites/blocks/rocket-armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/rocket-armory.png -------------------------------------------------------------------------------- /sprites/blocks/sam-turret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/sam-turret.png -------------------------------------------------------------------------------- /sprites/blocks/sand-sifter-iron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/sand-sifter-iron.png -------------------------------------------------------------------------------- /sprites/blocks/sand-sifter-titanium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/sand-sifter-titanium.png -------------------------------------------------------------------------------- /sprites/blocks/scrabbler-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/scrabbler-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/scrabbler-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/scrabbler-top.png -------------------------------------------------------------------------------- /sprites/blocks/scrabbler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/scrabbler.png -------------------------------------------------------------------------------- /sprites/blocks/scrap-maker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/scrap-maker.png -------------------------------------------------------------------------------- /sprites/blocks/scrap-wall-huge1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/scrap-wall-huge1.png -------------------------------------------------------------------------------- /sprites/blocks/shredder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/shredder.png -------------------------------------------------------------------------------- /sprites/blocks/silicon-sand1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/silicon-sand1.png -------------------------------------------------------------------------------- /sprites/blocks/silicon-sand2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/silicon-sand2.png -------------------------------------------------------------------------------- /sprites/blocks/silicon-sand3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/silicon-sand3.png -------------------------------------------------------------------------------- /sprites/blocks/silicon-sandwall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/silicon-sandwall-large.png -------------------------------------------------------------------------------- /sprites/blocks/silicon-sandwall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/silicon-sandwall1.png -------------------------------------------------------------------------------- /sprites/blocks/silicon-sandwall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/silicon-sandwall2.png -------------------------------------------------------------------------------- /sprites/blocks/silicon-sieve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/silicon-sieve.png -------------------------------------------------------------------------------- /sprites/blocks/silver-crucible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/silver-crucible.png -------------------------------------------------------------------------------- /sprites/blocks/silver-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/silver-wall.png -------------------------------------------------------------------------------- /sprites/blocks/sister-ship-pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/sister-ship-pad.png -------------------------------------------------------------------------------- /sprites/blocks/sludge-burner-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/sludge-burner-top.png -------------------------------------------------------------------------------- /sprites/blocks/sludge-burner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/sludge-burner.png -------------------------------------------------------------------------------- /sprites/blocks/sludge-press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/sludge-press.png -------------------------------------------------------------------------------- /sprites/blocks/solar-spore-panel-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/solar-spore-panel-large.png -------------------------------------------------------------------------------- /sprites/blocks/solar-spore-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/solar-spore-panel.png -------------------------------------------------------------------------------- /sprites/blocks/spore-silicon-smelter-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/spore-silicon-smelter-top.png -------------------------------------------------------------------------------- /sprites/blocks/spore-silicon-smelter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/spore-silicon-smelter.png -------------------------------------------------------------------------------- /sprites/blocks/stalker-mech-pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/stalker-mech-pad.png -------------------------------------------------------------------------------- /sprites/blocks/steel-forge-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/steel-forge-top.png -------------------------------------------------------------------------------- /sprites/blocks/steel-forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/steel-forge.png -------------------------------------------------------------------------------- /sprites/blocks/steel-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/steel-wall.png -------------------------------------------------------------------------------- /sprites/blocks/tainter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/tainter.png -------------------------------------------------------------------------------- /sprites/blocks/tracer-round-armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/tracer-round-armory.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/aerial-arc-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/turrets/aerial-arc-heat.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/aerial-arc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/turrets/aerial-arc.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/hecodium-rail-ChargeTurret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/turrets/hecodium-rail-ChargeTurret.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/metacannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/turrets/metacannon.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/overcharge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/turrets/overcharge.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/repair-laser-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/turrets/repair-laser-base.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/repair-laser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/turrets/repair-laser.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/tesla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/turrets/tesla.png -------------------------------------------------------------------------------- /sprites/blocks/yamato-ship-pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/blocks/yamato-ship-pad.png -------------------------------------------------------------------------------- /sprites/bloom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/bloom.png -------------------------------------------------------------------------------- /sprites/bullets/a100bullet-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/bullets/a100bullet-back.png -------------------------------------------------------------------------------- /sprites/bullets/a100bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/bullets/a100bullet.png -------------------------------------------------------------------------------- /sprites/chirunium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/chirunium.png -------------------------------------------------------------------------------- /sprites/frost-oil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/frost-oil.png -------------------------------------------------------------------------------- /sprites/incendiary-fluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/incendiary-fluid.png -------------------------------------------------------------------------------- /sprites/items/ap-round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/ap-round.png -------------------------------------------------------------------------------- /sprites/items/asphalt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/asphalt.png -------------------------------------------------------------------------------- /sprites/items/cryo-round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/cryo-round.png -------------------------------------------------------------------------------- /sprites/items/gold-powder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/gold-powder.png -------------------------------------------------------------------------------- /sprites/items/heavy-oil-container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/heavy-oil-container.png -------------------------------------------------------------------------------- /sprites/items/heavy-oil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/heavy-oil.png -------------------------------------------------------------------------------- /sprites/items/heavy-round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/heavy-round.png -------------------------------------------------------------------------------- /sprites/items/hecodium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/hecodium.png -------------------------------------------------------------------------------- /sprites/items/incendiary-round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/incendiary-round.png -------------------------------------------------------------------------------- /sprites/items/iron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/iron.png -------------------------------------------------------------------------------- /sprites/items/lead-round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/lead-round.png -------------------------------------------------------------------------------- /sprites/items/light-oil-container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/light-oil-container.png -------------------------------------------------------------------------------- /sprites/items/light-oil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/light-oil.png -------------------------------------------------------------------------------- /sprites/items/micro-chip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/micro-chip.png -------------------------------------------------------------------------------- /sprites/items/ore-slag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/ore-slag.png -------------------------------------------------------------------------------- /sprites/items/petroleum-container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/petroleum-container.png -------------------------------------------------------------------------------- /sprites/items/petroleum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/petroleum.png -------------------------------------------------------------------------------- /sprites/items/phase-thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/phase-thread.png -------------------------------------------------------------------------------- /sprites/items/plastic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/plastic.png -------------------------------------------------------------------------------- /sprites/items/pure-gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/pure-gold.png -------------------------------------------------------------------------------- /sprites/items/quantum-ore-slag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/quantum-ore-slag.png -------------------------------------------------------------------------------- /sprites/items/quantum-particles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/quantum-particles.png -------------------------------------------------------------------------------- /sprites/items/quantum-phase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/quantum-phase.png -------------------------------------------------------------------------------- /sprites/items/raw-ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/raw-ore.png -------------------------------------------------------------------------------- /sprites/items/rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/rocket.png -------------------------------------------------------------------------------- /sprites/items/scrap-flak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/scrap-flak.png -------------------------------------------------------------------------------- /sprites/items/silicon-rich-sand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/silicon-rich-sand.png -------------------------------------------------------------------------------- /sprites/items/sludge-container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/sludge-container.png -------------------------------------------------------------------------------- /sprites/items/steel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/steel.png -------------------------------------------------------------------------------- /sprites/items/tracer-round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/items/tracer-round.png -------------------------------------------------------------------------------- /sprites/liquids/polluted-water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/liquids/polluted-water.png -------------------------------------------------------------------------------- /sprites/mechs/eradicator-mech-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/eradicator-mech-base.png -------------------------------------------------------------------------------- /sprites/mechs/eradicator-mech-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/eradicator-mech-leg.png -------------------------------------------------------------------------------- /sprites/mechs/eradicator-mech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/eradicator-mech.png -------------------------------------------------------------------------------- /sprites/mechs/laser-mech-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/laser-mech-base.png -------------------------------------------------------------------------------- /sprites/mechs/laser-mech-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/laser-mech-leg.png -------------------------------------------------------------------------------- /sprites/mechs/laser-mech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/laser-mech.png -------------------------------------------------------------------------------- /sprites/mechs/proton-beater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/proton-beater.png -------------------------------------------------------------------------------- /sprites/mechs/quantum-mech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/quantum-mech.png -------------------------------------------------------------------------------- /sprites/mechs/reaper-mech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/reaper-mech.png -------------------------------------------------------------------------------- /sprites/mechs/reaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/reaver.png -------------------------------------------------------------------------------- /sprites/mechs/revenant-mech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/revenant-mech.png -------------------------------------------------------------------------------- /sprites/mechs/shield-ship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/shield-ship.png -------------------------------------------------------------------------------- /sprites/mechs/sister.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/sister.png -------------------------------------------------------------------------------- /sprites/mechs/stalker-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/stalker-base.png -------------------------------------------------------------------------------- /sprites/mechs/stalker-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/stalker-leg.png -------------------------------------------------------------------------------- /sprites/mechs/stalker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/stalker.png -------------------------------------------------------------------------------- /sprites/mechs/yamato.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/mechs/yamato.png -------------------------------------------------------------------------------- /sprites/metasteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/metasteel.png -------------------------------------------------------------------------------- /sprites/multicannon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/multicannon-heat.png -------------------------------------------------------------------------------- /sprites/multicannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/multicannon.png -------------------------------------------------------------------------------- /sprites/recmetal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/recmetal.png -------------------------------------------------------------------------------- /sprites/reverie-crystal-raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/reverie-crystal-raw.png -------------------------------------------------------------------------------- /sprites/reverie-crystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/reverie-crystal.png -------------------------------------------------------------------------------- /sprites/scatter-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/scatter-big.png -------------------------------------------------------------------------------- /sprites/spore-silicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/spore-silicon.png -------------------------------------------------------------------------------- /sprites/supreme-duo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/supreme-duo.png -------------------------------------------------------------------------------- /sprites/units/chrome-blaster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/units/chrome-blaster.png -------------------------------------------------------------------------------- /sprites/units/chrome-wraith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/units/chrome-wraith.png -------------------------------------------------------------------------------- /sprites/units/eclipse-cannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/units/eclipse-cannon.png -------------------------------------------------------------------------------- /sprites/units/eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/units/eclipse.png -------------------------------------------------------------------------------- /sprites/units/fungus-dagger-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/units/fungus-dagger-base.png -------------------------------------------------------------------------------- /sprites/units/fungus-dagger-cannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/units/fungus-dagger-cannon.png -------------------------------------------------------------------------------- /sprites/units/fungus-dagger-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/units/fungus-dagger-leg.png -------------------------------------------------------------------------------- /sprites/units/fungus-dagger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/units/fungus-dagger.png -------------------------------------------------------------------------------- /sprites/units/hecodium-gunship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/units/hecodium-gunship.png -------------------------------------------------------------------------------- /sprites/units/hecodium-healer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/units/hecodium-healer.png -------------------------------------------------------------------------------- /sprites/units/hecodium-shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/units/hecodium-shield.png -------------------------------------------------------------------------------- /sprites/units/hecodium-shock-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/units/hecodium-shock-base.png -------------------------------------------------------------------------------- /sprites/units/hecodium-shock-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/units/hecodium-shock-leg.png -------------------------------------------------------------------------------- /sprites/units/hecodium-shock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/units/hecodium-shock.png -------------------------------------------------------------------------------- /sprites/zones/evosaki-islands-zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/zones/evosaki-islands-zone.png -------------------------------------------------------------------------------- /sprites/zones/frosted-lakeside-zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/zones/frosted-lakeside-zone.png -------------------------------------------------------------------------------- /sprites/zones/goldsand-valley-zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/zones/goldsand-valley-zone.png -------------------------------------------------------------------------------- /sprites/zones/hell-caverns-zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/zones/hell-caverns-zone.png -------------------------------------------------------------------------------- /sprites/zones/mars-section-27-zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZoMadeStuff/Modustry-Modpack/707e127176d494cfc7e096dc55562ca8cd213f13/sprites/zones/mars-section-27-zone.png --------------------------------------------------------------------------------