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 @@ -218,7 +218,13 @@ public void configure(RegistryWrapper.WrapperLookup registries) {
218218		getOrCreateTagBuilder (ConventionalBlockTags .ORES )
219219				.add (CinderscapesBlocks .SULFUR_ORE );
220220
221- 		getOrCreateTagBuilder (ConventionalBlockTags .QUARTZ_ORES )
221+         getOrCreateTagBuilder (ConventionalBlockTags .ORES_IN_GROUND_NETHERRACK )
222+ 				.add (CinderscapesBlocks .ROSE_QUARTZ_ORE )
223+ 				.add (CinderscapesBlocks .SMOKY_QUARTZ_ORE )
224+ 				.add (CinderscapesBlocks .SULFUR_QUARTZ_ORE )
225+ 				.add (CinderscapesBlocks .SULFUR_ORE );
226+ 
227+         getOrCreateTagBuilder (ConventionalBlockTags .QUARTZ_ORES )
222228				.add (CinderscapesBlocks .ROSE_QUARTZ_ORE )
223229				.add (CinderscapesBlocks .SMOKY_QUARTZ_ORE )
224230				.add (CinderscapesBlocks .SULFUR_QUARTZ_ORE );
Original file line number Diff line number Diff line change @@ -140,7 +140,13 @@ public void configure(RegistryWrapper.WrapperLookup registries) {
140140				.add (CinderscapesBlocks .SULFUR_QUARTZ_BRICKS .asItem ())
141141				.add (CinderscapesBlocks .SULFUR_QUARTZ_PILLAR .asItem ());
142142
143- 		getOrCreateTagBuilder (ConventionalItemTags .QUARTZ_ORES )
143+         getOrCreateTagBuilder (ConventionalItemTags .ORES_IN_GROUND_NETHERRACK )
144+ 				.add (CinderscapesBlocks .ROSE_QUARTZ_ORE .asItem ())
145+ 				.add (CinderscapesBlocks .SMOKY_QUARTZ_ORE .asItem ())
146+ 				.add (CinderscapesBlocks .SULFUR_QUARTZ_ORE .asItem ())
147+ 				.add (CinderscapesBlocks .SULFUR_ORE .asItem ());
148+ 
149+         getOrCreateTagBuilder (ConventionalItemTags .QUARTZ_ORES )
144150				.add (CinderscapesBlocks .ROSE_QUARTZ_ORE .asItem ())
145151				.add (CinderscapesBlocks .SMOKY_QUARTZ_ORE .asItem ())
146152				.add (CinderscapesBlocks .SULFUR_QUARTZ_ORE .asItem ());
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments