Related Work Items: #31
This commit is contained in:
Pyritie
2026-02-23 19:05:54 +00:00
parent 5bedf7de99
commit 563db5128a
4 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
{
"ingredient": {
"item": "tfc:pure_nitrogen"
},
"nitrogen": 1.0
}

View File

@@ -0,0 +1,6 @@
{
"ingredient": {
"item": "tfc:pure_phosphorus"
},
"phosphorus": 1.0
}

View File

@@ -0,0 +1,6 @@
{
"ingredient": {
"item": "tfc:pure_potassium"
},
"potassium": 1.0
}

View File

@@ -109,10 +109,6 @@ const registerTFCFertilizers = (event) => {
event.fertilizer('gtceu:tiny_ammonium_chloride_dust', 0.03, null, null)
event.fertilizer('gtceu:small_ammonium_chloride_dust', 0.075, null, null)
event.fertilizer('gtceu:ammonium_chloride_dust', 0.3, null, null)
event.fertilizer('tfc:pure_nitrogen', 1, null, null)
event.fertilizer('tfc:pure_phosphorus', null, 1, null)
event.fertilizer('tfc:pure_potassium', null, null, 1)
}