init
This commit is contained in:
28
mixingrecipes/gas.yml
Normal file
28
mixingrecipes/gas.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
- type: reaction
|
||||
id: CarbonDioxideBreakdown
|
||||
source: true
|
||||
requiredMixerCategories:
|
||||
- Electrolysis
|
||||
reactants:
|
||||
CarbonDioxide:
|
||||
amount: 3
|
||||
products:
|
||||
Carbon: 1
|
||||
Oxygen: 2
|
||||
|
||||
- type: reaction
|
||||
id: NitrousOxideBreakdown
|
||||
source: true
|
||||
requiredMixerCategories:
|
||||
- Electrolysis
|
||||
reactants:
|
||||
NitrousOxide:
|
||||
amount: 3
|
||||
products:
|
||||
Nitrogen: 2
|
||||
Oxygen: 1
|
||||
Reference in New Issue
Block a user