File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed 
common/src/main/java/com/terraformersmc/cinderscapes/data Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,13 @@ public void configure(RegistryWrapper.WrapperLookup registries) {
214214		getOrCreateTagBuilder (ConventionalBlockTags .ORES )
215215				.add (CinderscapesBlocks .SULFUR_ORE );
216216
217- 		getOrCreateTagBuilder (ConventionalBlockTags .QUARTZ_ORES )
217+         getOrCreateTagBuilder (ConventionalBlockTags .ORES_IN_GROUND_NETHERRACK )
218+ 				.add (CinderscapesBlocks .ROSE_QUARTZ_ORE )
219+ 				.add (CinderscapesBlocks .SMOKY_QUARTZ_ORE )
220+ 				.add (CinderscapesBlocks .SULFUR_QUARTZ_ORE )
221+ 				.add (CinderscapesBlocks .SULFUR_ORE );
222+ 
223+         getOrCreateTagBuilder (ConventionalBlockTags .QUARTZ_ORES )
218224				.add (CinderscapesBlocks .ROSE_QUARTZ_ORE )
219225				.add (CinderscapesBlocks .SMOKY_QUARTZ_ORE )
220226				.add (CinderscapesBlocks .SULFUR_QUARTZ_ORE );
Original file line number Diff line number Diff line change @@ -138,7 +138,13 @@ public void configure(RegistryWrapper.WrapperLookup registries) {
138138				.add (CinderscapesBlocks .SULFUR_QUARTZ_BRICKS .asItem ())
139139				.add (CinderscapesBlocks .SULFUR_QUARTZ_PILLAR .asItem ());
140140
141- 		getOrCreateTagBuilder (ConventionalItemTags .QUARTZ_ORES )
141+         getOrCreateTagBuilder (ConventionalItemTags .ORES_IN_GROUND_NETHERRACK )
142+ 				.add (CinderscapesBlocks .ROSE_QUARTZ_ORE .asItem ())
143+ 				.add (CinderscapesBlocks .SMOKY_QUARTZ_ORE .asItem ())
144+ 				.add (CinderscapesBlocks .SULFUR_QUARTZ_ORE .asItem ())
145+ 				.add (CinderscapesBlocks .SULFUR_ORE .asItem ());
146+ 
147+         getOrCreateTagBuilder (ConventionalItemTags .QUARTZ_ORES )
142148				.add (CinderscapesBlocks .ROSE_QUARTZ_ORE .asItem ())
143149				.add (CinderscapesBlocks .SMOKY_QUARTZ_ORE .asItem ())
144150				.add (CinderscapesBlocks .SULFUR_QUARTZ_ORE .asItem ());
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments