-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
88e1580
commit 76b7d73
Showing
883 changed files
with
21,831 additions
and
2,711 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
...resources/data/occultism/advancements/recipes/building_blocks/crafting/iesnium_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_iesnium_ingot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "#c:ingots/iesnium" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "occultism:crafting/iesnium_block" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_iesnium_ingot" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"occultism:crafting/iesnium_block" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ces/data/occultism/advancements/recipes/building_blocks/crafting/otherstone_pedestal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_otherstone": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "occultism:otherstone" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "occultism:crafting/otherstone_pedestal" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_otherstone" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"occultism:crafting/otherstone_pedestal" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...sources/data/occultism/advancements/recipes/building_blocks/crafting/otherstone_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_otherstone": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "occultism:otherstone" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "occultism:crafting/otherstone_slab" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_otherstone" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"occultism:crafting/otherstone_slab" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ources/data/occultism/advancements/recipes/building_blocks/crafting/sacrificial_bowl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_otherstone": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "occultism:otherstone" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "occultism:crafting/sacrificial_bowl" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_otherstone" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"occultism:crafting/sacrificial_bowl" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
.../resources/data/occultism/advancements/recipes/building_blocks/crafting/silver_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_silver_ingot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "#c:ingots/silver" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "occultism:crafting/silver_block" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_silver_ingot" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"occultism:crafting/silver_block" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...enerated/resources/data/occultism/advancements/recipes/combat/crafting/butcher_knife.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_iron_ingot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "#c:ingots/iron" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "occultism:crafting/butcher_knife" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_iron_ingot" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"occultism:crafting/butcher_knife" | ||
] | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
...ed/resources/data/occultism/advancements/recipes/crushing/crushing/allthemodium_dust.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:not", | ||
"value": { | ||
"type": "neoforge:tag_empty", | ||
"tag": "c:ores/allthemodium" | ||
} | ||
}, | ||
{ | ||
"type": "neoforge:not", | ||
"value": { | ||
"type": "neoforge:tag_empty", | ||
"tag": "c:dusts/allthemodium" | ||
} | ||
} | ||
], | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_allthemodium": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "#c:ores/allthemodium" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "occultism:crushing/allthemodium_dust" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_allthemodium" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"occultism:crushing/allthemodium_dust" | ||
] | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
...s/data/occultism/advancements/recipes/crushing/crushing/allthemodium_dust_from_ingot.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:not", | ||
"value": { | ||
"type": "neoforge:tag_empty", | ||
"tag": "c:ingots/allthemodium" | ||
} | ||
}, | ||
{ | ||
"type": "neoforge:not", | ||
"value": { | ||
"type": "neoforge:tag_empty", | ||
"tag": "c:dusts/allthemodium" | ||
} | ||
} | ||
], | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_allthemodium_ingot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "#c:ingots/allthemodium" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "occultism:crushing/allthemodium_dust_from_ingot" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_allthemodium_ingot" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"occultism:crushing/allthemodium_dust_from_ingot" | ||
] | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
...ces/data/occultism/advancements/recipes/crushing/crushing/allthemodium_dust_from_raw.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:not", | ||
"value": { | ||
"type": "neoforge:tag_empty", | ||
"tag": "c:raw_materials/allthemodium" | ||
} | ||
}, | ||
{ | ||
"type": "neoforge:not", | ||
"value": { | ||
"type": "neoforge:tag_empty", | ||
"tag": "c:dusts/allthemodium" | ||
} | ||
} | ||
], | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_raw_allthemodium": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "#c:raw_materials/allthemodium" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "occultism:crushing/allthemodium_dust_from_raw" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_raw_allthemodium" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"occultism:crushing/allthemodium_dust_from_raw" | ||
] | ||
} | ||
} |
Oops, something went wrong.