File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed 
kubejs/server_scripts/tweaks Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -284,6 +284,28 @@ ServerEvents.tags("item", (allthemods) => {
284284
285285  allthemods . add ( "c:sawdust" ,  "exdeorum:wood_chippings" ) 
286286
287+   // Allow additional Ars Elemental armors to be used for Allthemodium Arcanist Gear 
288+   
289+ allthemods . add ( "allthearcanistgear:elemental_hat" ,  [ 
290+ 	/ a r s _ e l e m e n t a l : .* _ h e l m e t / , 
291+ 	/ a r s _ e l e m e n t a l : .* _ h o o d / 
292+ ] ) 
293+   
294+ allthemods . add ( "allthearcanistgear:elemental_chest" ,  [ 
295+ 	/ a r s _ e l e m e n t a l : .* _ c h e s t p l a t e / , 
296+ 	/ a r s _ e l e m e n t a l : .* _ t u n i c / 
297+ ] ) 
298+   
299+ allthemods . add ( "allthearcanistgear:elemental_legs" ,  [ 
300+ 	/ a r s _ e l e m e n t a l : .* _ l e g g i n g s _ h e a v y / , 
301+ 	/ a r s _ e l e m e n t a l : .* _ p a n t s / 
302+ ] ) 
303+   
304+ allthemods . add ( "allthearcanistgear:elemental_boots" ,  [ 
305+   / a r s _ e l e m e n t a l : .* _ b o o t s _ h e a v y / , 
306+ 	/ a r s _ e l e m e n t a l : .* _ s h o e s / 
307+ ] ) 
308+ 
287309  // For crushing recipes 
288310  allthemods . add ( "c:deepslate_blocks" ,  [ "minecraft:deepslate" ,  "minecraft:cobbled_deepslate" ] ) 
289311} ) 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments