-
Notifications
You must be signed in to change notification settings - Fork 50
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
* Repair Ritual type * Change spirits spawn egg color * No more ritual dummy as output (except resurrect) * Update tag SLIMEBALLS -> SLIME_BALLS * Wild drowned don't need silk touch and doubled sniffer egg drop * Ritual Satchel dummy text * Ritual Dummy Types * Fix Summon Ritual give spawn egg * More consistence in ritual type * Update apotheosis integration * Creative tab reorder, real gold -> yellow chalk * Merged natural sapling block and item, book fix * Registry new materials (texture, translation and tags) * Possess Skeleton faster and Wild Evoker cheaper * Add most recipes of chalk materials * Smelting/Blasting Netherite Dust * Repair recipes * Pentacles Remap * Dropout "invoke" return "possess" * Miner to output before break * Ritual Satchel T2 recipe in correct pentacle * Magic lamp cost don't reduce with crusher * Pentacles Remap * (previous) Pentacles CATEGORY Remap. [now removed unused imports] * config miners to output * Golden Bowl signal cloner * Text to all entries in pentacle category * Broken Sea Heart to Marid Essence * Texture color chalks adjusts * Remove extra fire particle from large candles * Icons and images fix * Chalks advancements * Advancement Conditions in pentacles entries * Entries to category locked until has respective chalk * Changed the "More Chalks" entry * Unbound Marid * Warming Solving * Marid Invulnerabilities * small book changes * Possessed Witch for experience bottle * Goat of Mercy * Possessed Zombified Piglin * Possessed Bee * Eldritch debug * Dont show placeholder dummy * Starting solve compatibility * Real checking * Updated * Small adjustments * Translatable Chalks Advancements * Familiars Advancement Tab Background to Otherplanks * Starting another conflict solving * Starting another conflict solving p2 * Update generated data ritaul recipes * Return "gold" in yellow chalk id * Possess Enderman entry description fix * Fixed some texts that said pentagram instead pentacle * Wild slime hitbox * Fix double "purpose" text * Fix and conditions some book entries * Possession entries conditions * Add deepslate, basalt and blackstone to basic miner * Add crying obsidian and gilded blackstone to ore miner * Changes in some basic miner weight * Familiar category progressive unlock (read based) * Creative tab chalks after books * Infusing category progressive unlock (read based) * Summoning category progressive unlock (read based), and turn random animal to possession * Possessed warden cost reduced * Miners in enchanting table * Ancient Miner (first late-game item) * Craft budding amethyst and reinforced deepslate * Some tags to "c" instead "occultism" * fix: book links to moved possession rituals Some possession rituals have been moved into their correct categories, but there were some dangling backlinks. --------- Co-authored-by: Kli Kli <[email protected]>
- Loading branch information
1 parent
1c738b4
commit 51a3ad4
Showing
807 changed files
with
20,199 additions
and
4,723 deletions.
There are no files selected for viewing
750 changes: 548 additions & 202 deletions
750
src/generated/resources/assets/occultism/lang/en_us.json
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ultism/models/item/chalk_gold_impure.json → .../occultism/models/item/amethyst_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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/chalk_gold_impure" | ||
"layer0": "occultism:item/amethyst_dust" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/chalk_yellow_impure.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/chalk_yellow_impure" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/cruelty_essence.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/cruelty_essence" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/crushed_blackstone.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/crushed_blackstone" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/crushed_blue_ice.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/crushed_blue_ice" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/crushed_calcite.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/crushed_calcite" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...ssets/occultism/models/item/pentacle.json → ...ts/occultism/models/item/crushed_ice.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/ritual_dummy" | ||
"layer0": "occultism:item/crushed_ice" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/crushed_packed_ice.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/crushed_packed_ice" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/cursed_honey.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/cursed_honey" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/demonic_meat.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/demonic_meat" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/dragonyst_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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/dragonyst_dust" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/echo_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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/echo_dust" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/emerald_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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/emerald_dust" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/gray_paste.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/gray_paste" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/lapis_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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/lapis_dust" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/marid_essence.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/marid_essence" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/miner_ancient_eldritch.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/magic_lamp" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/mining_dim_core.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/mining_dim_core" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/nature_paste.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/nature_paste" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/netherite_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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/netherite_dust" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/netherite_scrap_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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/netherite_scrap_dust" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/pentacle_craft.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/ritual_dummy_craft" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/pentacle_misc.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/ritual_dummy_misc" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/pentacle_possess.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/ritual_dummy_possess" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/pentacle_summon.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/ritual_dummy_summon" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/repair_icon.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/repair_icon" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/research_fragment_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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/research_fragment_dust" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/occultism/models/item/resurrect_icon.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "occultism:item/resurrect_icon" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
...generated/resources/assets/occultism/models/item/ritual_dummy/craft_budding_amethyst.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,3 @@ | ||
{ | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
...nerated/resources/assets/occultism/models/item/ritual_dummy/craft_dimensional_matrix.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
...ated/resources/assets/occultism/models/item/ritual_dummy/craft_dimensional_mineshaft.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/occultism/models/item/ritual_dummy/craft_dragonyst_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,3 @@ | ||
{ | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/assets/occultism/models/item/ritual_dummy/craft_familiar_ring.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/occultism/models/item/ritual_dummy/craft_gray_paste.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,3 @@ | ||
{ | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/assets/occultism/models/item/ritual_dummy/craft_infused_lenses.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/assets/occultism/models/item/ritual_dummy/craft_infused_pickaxe.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
...enerated/resources/assets/occultism/models/item/ritual_dummy/craft_miner_afrit_deeps.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
3 changes: 3 additions & 0 deletions
3
...ted/resources/assets/occultism/models/item/ritual_dummy/craft_miner_ancient_eldritch.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,3 @@ | ||
{ | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
...enerated/resources/assets/occultism/models/item/ritual_dummy/craft_miner_djinni_ores.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
...resources/assets/occultism/models/item/ritual_dummy/craft_miner_foliot_unspecialized.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
...nerated/resources/assets/occultism/models/item/ritual_dummy/craft_miner_marid_master.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/occultism/models/item/ritual_dummy/craft_nature_paste.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,3 @@ | ||
{ | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
3 changes: 3 additions & 0 deletions
3
...rated/resources/assets/occultism/models/item/ritual_dummy/craft_reinforced_deepslate.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,3 @@ | ||
{ | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
3 changes: 3 additions & 0 deletions
3
...ted/resources/assets/occultism/models/item/ritual_dummy/craft_research_fragment_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,3 @@ | ||
{ | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
...enerated/resources/assets/occultism/models/item/ritual_dummy/craft_ritual_satchel_t1.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
...enerated/resources/assets/occultism/models/item/ritual_dummy/craft_ritual_satchel_t2.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/assets/occultism/models/item/ritual_dummy/craft_satchel.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/assets/occultism/models/item/ritual_dummy/craft_soul_gem.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
...generated/resources/assets/occultism/models/item/ritual_dummy/craft_stabilizer_tier1.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
...generated/resources/assets/occultism/models/item/ritual_dummy/craft_stabilizer_tier2.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
...generated/resources/assets/occultism/models/item/ritual_dummy/craft_stabilizer_tier3.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
...generated/resources/assets/occultism/models/item/ritual_dummy/craft_stabilizer_tier4.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/assets/occultism/models/item/ritual_dummy/craft_stable_wormhole.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
...ed/resources/assets/occultism/models/item/ritual_dummy/craft_storage_controller_base.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/assets/occultism/models/item/ritual_dummy/craft_storage_remote.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/assets/occultism/models/item/ritual_dummy/craft_wild_trim.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "occultism:item/ritual_dummy" | ||
"parent": "occultism:item/pentacle_misc" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/occultism/models/item/ritual_dummy/craft_witherite_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,3 @@ | ||
{ | ||
"parent": "occultism:item/pentacle_craft" | ||
} |
3 changes: 0 additions & 3 deletions
3
src/generated/resources/assets/occultism/models/item/ritual_dummy/custom_ritual.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.