Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
2 changes: 2 additions & 0 deletions bundles/bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ block.exogenesis-b-hydrogenic-splitter.name = Cold Plasma Splitter
block.exogenesis-b-hydrogenic-splitter.description = Splits cold plasma into hydrogen.
block.exogenesis-b-cold-plasma-chamber.name = Cold Plasma Chamber
block.exogenesis-b-cold-plasma-chamber.description = Uses water and Astrolite to create cold plasma.
block.exogenesis-axinian-mixer.name = Axinian Mixer
block.exogenesis-axinian-mixer.description = Makes Axinian out of cold plasma.

## Solran
block.exogenesis-forge-of-annihilation.name = Forge of Annihilation
Expand Down
40 changes: 40 additions & 0 deletions content/blocks/production/axinian-mixer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"type": "GenericCrafter",
"size": 3,
"craftTime": 10,
"hasPower": true,
"hasLiquids": true,
"liquidCapacity": 100,
"drawer": {
"type": "DrawMulti",
"drawers": [
{
"type": "DrawRegion",
"suffix": "-bottom"
},
{
"type": "DrawLiquidTile",
"drawLiquid": "axinian",
"suffix": "-liquid"
},
{
"type": "DrawDefault"
}
]
},
"outputLiquid": "axinian/1",
"consumes": {
"power": 2,
"liquids": [
"cold-plasma/1"
]
},
"requirements": [
"lead/50",
"silicon/50",
"astrolite/60"
],
"envRequired": 0,
"category": "crafting",
"research": "cryofluid-mixer"
}
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"author": "[blue]AureusStratus",
"description": "A mod that adds in a butt load of content",
"minGameVersion": "137",
"version": "[blue]1.9.1"
"version": "[blue]1.9.2"
}
Binary file added sprites/blocks/production/axinian-mixer-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/production/axinian-mixer-liquid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sprites/blocks/production/axinian-mixer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.