Skip to content

Commit

Permalink
Add itemSkull oredict to iguana tweaks skulls
Browse files Browse the repository at this point in the history
This allows them to be handled like all other skulls in inventory management
Fixes JadedPacks#121
  • Loading branch information
Corfiot committed Feb 13, 2024
1 parent 468a67a commit ce91ec5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/iguana.zs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#allow iguana-added skulls to be handled like other skulls (e.g. in filing cabinets or oredict filters)
<ore:itemSkull>.add(<IguanaTweaksTConstruct:skullItem>);
<ore:itemSkull>.add(<IguanaTweaksTConstruct:skullItem:1>);
<ore:itemSkull>.add(<IguanaTweaksTConstruct:skullItem:2>);
<ore:itemSkull>.add(<IguanaTweaksTConstruct:skullItem:3>);

0 comments on commit ce91ec5

Please sign in to comment.