Skip to content

Commit

Permalink
Added battery removal from tile entities, misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CannoliCatfish committed Jul 20, 2022
1 parent ba92bde commit fb05e92
Show file tree
Hide file tree
Showing 43 changed files with 612 additions and 78 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"rankine:cobalt_nugget_from_lithium_ion_battery_blasting"
]
},
"criteria": {
"has_ingredient": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "rankine:lithium_ion_battery"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "rankine:cobalt_nugget_from_lithium_ion_battery_blasting"
}
}
},
"requirements": [
[
"has_ingredient",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"rankine:lead_nugget_from_lead_acid_battery_blasting"
]
},
"criteria": {
"has_ingredient": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "rankine:lead_acid_battery"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "rankine:lead_nugget_from_lead_acid_battery_blasting"
}
}
},
"requirements": [
[
"has_ingredient",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"rankine:lead_nugget_from_polonium_rtg_blasting"
]
},
"criteria": {
"has_ingredient": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "rankine:polonium_rtg"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "rankine:lead_nugget_from_polonium_rtg_blasting"
}
}
},
"requirements": [
[
"has_ingredient",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"rankine:neptunium_nugget_from_americium_rtg_blasting"
]
},
"criteria": {
"has_ingredient": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "rankine:americium_rtg"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "rankine:neptunium_nugget_from_americium_rtg_blasting"
}
}
},
"requirements": [
[
"has_ingredient",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"rankine:plutonium_nugget_from_curium_rtg_blasting"
]
},
"criteria": {
"has_ingredient": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "rankine:curium_rtg"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "rankine:plutonium_nugget_from_curium_rtg_blasting"
}
}
},
"requirements": [
[
"has_ingredient",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"rankine:sulfur_nugget_from_sodium_sulfur_battery_blasting"
]
},
"criteria": {
"has_ingredient": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "rankine:sodium_sulfur_battery"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "rankine:sulfur_nugget_from_sodium_sulfur_battery_blasting"
}
}
},
"requirements": [
[
"has_ingredient",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"rankine:uranium_nugget_from_plutonium_rtg_blasting"
]
},
"criteria": {
"has_ingredient": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "rankine:plutonium_rtg"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "rankine:uranium_nugget_from_plutonium_rtg_blasting"
}
}
},
"requirements": [
[
"has_ingredient",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"rankine:vanadium_nugget_from_vanadium_redox_battery_blasting"
]
},
"criteria": {
"has_ingredient": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "rankine:vanadium_redox_battery"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "rankine:vanadium_nugget_from_vanadium_redox_battery_blasting"
}
}
},
"requirements": [
[
"has_ingredient",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"rankine:yttrium_nugget_from_strontium_rtg_blasting"
]
},
"criteria": {
"has_ingredient": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "rankine:strontium_rtg"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "rankine:yttrium_nugget_from_strontium_rtg_blasting"
}
}
},
"requirements": [
[
"has_ingredient",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"rankine:zinc_nugget_from_magnesium_battery_blasting"
]
},
"criteria": {
"has_ingredient": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "rankine:magnesium_battery"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "rankine:zinc_nugget_from_magnesium_battery_blasting"
}
}
},
"requirements": [
[
"has_ingredient",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"rankine:zinc_nugget_from_silver_zinc_battery_blasting"
]
},
"criteria": {
"has_ingredient": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "rankine:silver_zinc_battery"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "rankine:zinc_nugget_from_silver_zinc_battery_blasting"
}
}
},
"requirements": [
[
"has_ingredient",
"has_the_recipe"
]
]
}
Loading

0 comments on commit fb05e92

Please sign in to comment.