Skip to content

Commit

Permalink
chore: run datagen
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Aug 15, 2024
1 parent f33da3c commit 8db58a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tag": "c:storage_blocks/emerald"
}
],
"pentacle_id": "occultism:summon_afrit",
"pentacle_id": "occultism:summon_marid",
"result": {
"count": 1,
"id": "occultism:jei_dummy/none"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public abstract class RitualRecipes extends RecipeProvider {
private static final ResourceLocation PENTACLE_SUMMON_DJINNI = ResourceLocation.fromNamespaceAndPath(Occultism.MODID, "summon_djinni");
private static final ResourceLocation PENTACLE_SUMMON_AFRIT = ResourceLocation.fromNamespaceAndPath(Occultism.MODID, "summon_afrit");
private static final ResourceLocation PENTACLE_SUMMON_WILD_AFRIT = ResourceLocation.fromNamespaceAndPath(Occultism.MODID, "summon_wild_afrit");
private static final ResourceLocation PENTACLE_SUMMON_MARID = ResourceLocation.fromNamespaceAndPath(Occultism.MODID, "summon_marid");

private static final ResourceLocation PENTACLE_SUMMON_WILD_GREATER_SPIRIT = ResourceLocation.fromNamespaceAndPath(Occultism.MODID, "summon_wild_greater_spirit");
// Ritual Types
Expand Down

0 comments on commit 8db58a4

Please sign in to comment.