Skip to content

Commit

Permalink
feat(jei): 🧻Add [levarG] and [dnaS] sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed May 27, 2024
1 parent 36801d8 commit 2d02d98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/mods/rftoolsdimensions.zs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
]);

scripts.jei.crafting_hints.addInsOutCatl([<rftoolsdim:dimlet_parcel>], <ore:dimlet>.firstItem);
scripts.jei.crafting_hints.addInsOutsCatl(
[<rftoolsdim:known_dimlet:6>.withTag({dkey: "Invertigo"})],
[<rftoolsdim:fake_gravel> * 999, <rftoolsdim:fake_sand> * 999],
<rftoolsdim:dimension_builder>
);


// *======= Recipes =======*

Expand Down

0 comments on commit 2d02d98

Please sign in to comment.