Skip to content

Commit

Permalink
feature update
Browse files Browse the repository at this point in the history
  • Loading branch information
unix-supremacist committed Jun 13, 2024
1 parent 06ec108 commit 6ce223e
Show file tree
Hide file tree
Showing 60 changed files with 963 additions and 146 deletions.
9 changes: 6 additions & 3 deletions src/main/generated/assets/alchemist/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"block.alchemist.transmutation_circle": "Transmutation Circle",
"item.alchemist.aeternalis_fuel": "Aeternalis Fuel",
"item.alchemist.alchemical_coal": "Alchemical Coal",
"item.alchemist.catalytic_lens": "Catalytic Lens",
"item.alchemist.chalk": "Chalk",
"item.alchemist.coal_coke": "Coal Coke",
"item.alchemist.dark_matter": "Dark Matter",
"item.alchemist.destruction_catalyst": "Destruction Catalyst",
"item.alchemist.evertide_gem": "Evertide Gem",
"item.alchemist.iron_band": "Iron Band",
"item.alchemist.mobius_fuel": "Mobius Fuel",
"item.alchemist.philosophers_stone": "Philosophers Stone",
"item.alchemist.red_matter": "Red Matter",
"item.alchemist.swiftwolfs_rending_gale": "Swiftwolfs Rending Gale",
"itemGroup.alchemist": "Alchemist",
"key.alchemist.empower": "Empower",
"key.categories.alchemist": "Alchemist"
"item.alchemist.volcanite_gem": "Volcanite Gem",
"itemGroup.alchemist": "Alchemist"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_philosophers_stone": {
"conditions": {
"items": [
{
"items": "alchemist:philosophers_stone"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "alchemist:aeternalis_fuel_to_mobius_fuel"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_philosophers_stone"
]
],
"rewards": {
"recipes": [
"alchemist:aeternalis_fuel_to_mobius_fuel"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "alchemist:coal_to_alchemical_coal"
"recipe": "alchemist:alchemical_coal_to_coal_coke"
},
"trigger": "minecraft:recipe_unlocked"
}
Expand All @@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"alchemist:coal_to_alchemical_coal"
"alchemist:alchemical_coal_to_coal_coke"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_philosophers_stone": {
"conditions": {
"items": [
{
"items": "alchemist:philosophers_stone"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "alchemist:coal_coke_to_alchemical_coal"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_philosophers_stone"
]
],
"rewards": {
"recipes": [
"alchemist:coal_coke_to_alchemical_coal"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"has_the_recipe": {
"conditions": {
"recipe": "alchemist:alchemical_coal_to_coal"
"recipe": "alchemist:coal_coke_to_coal"
},
"trigger": "minecraft:recipe_unlocked"
}
Expand All @@ -26,7 +26,7 @@
],
"rewards": {
"recipes": [
"alchemist:alchemical_coal_to_coal"
"alchemist:coal_coke_to_coal"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lava_bucket": {
"conditions": {
"items": [
{
"items": "minecraft:lava_bucket"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_philosophers_stone": {
"conditions": {
"items": [
{
"items": "alchemist:philosophers_stone"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cobblestone"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_water_bucket": {
"conditions": {
"items": [
{
"items": "minecraft:water_bucket"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_lava_bucket",
"has_water_bucket",
"has_philosophers_stone"
]
],
"rewards": {
"recipes": [
"minecraft:cobblestone"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mobius_fuel": {
"conditions": {
"items": [
{
"items": "alchemist:mobius_fuel"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_netherite_block": {
"conditions": {
"items": [
{
"items": "minecraft:netherite_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "alchemist:dark_matter"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mobius_fuel",
"has_netherite_block"
]
],
"rewards": {
"recipes": [
"alchemist:dark_matter"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_philosophers_stone": {
"conditions": {
"items": [
{
"items": "alchemist:philosophers_stone"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "alchemist:mobius_fuel_to_aeternalis_fuel"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_philosophers_stone"
]
],
"rewards": {
"recipes": [
"alchemist:mobius_fuel_to_aeternalis_fuel"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lava_bucket": {
"conditions": {
"items": [
{
"items": "minecraft:lava_bucket"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_philosophers_stone": {
"conditions": {
"items": [
{
"items": "alchemist:philosophers_stone"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:obsidian"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_water_bucket": {
"conditions": {
"items": [
{
"items": "minecraft:water_bucket"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_lava_bucket",
"has_water_bucket",
"has_philosophers_stone"
]
],
"rewards": {
"recipes": [
"minecraft:obsidian"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_aeternalis_fuel": {
"conditions": {
"items": [
{
"items": "alchemist:aeternalis_fuel"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dark_matter": {
"conditions": {
"items": [
{
"items": "alchemist:dark_matter"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "alchemist:red_matter"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dark_matter",
"has_aeternalis_fuel"
]
],
"rewards": {
"recipes": [
"alchemist:red_matter"
]
}
}
Loading

0 comments on commit 6ce223e

Please sign in to comment.