File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
forge/src/main/java/whocraft/tardis_refined/common/data Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11package whocraft .tardis_refined .common .data ;
22
3- import com .simibubi .create .content .decoration .palettes .GlassPaneBlock ;
43import net .minecraft .core .HolderLookup ;
54import net .minecraft .data .PackOutput ;
65import net .minecraft .resources .ResourceKey ;
@@ -97,7 +96,7 @@ protected void addTags(HolderLookup.Provider provider) {
9796 Set <Block > glassBlocks = new HashSet <>();
9897 ManipulatorRecipes .MANIPULATOR_CRAFTING_RECIPES .forEach ((resourceLocation , manipulatorCraftingRecipe ) -> {
9998 for (ManipulatorCraftingIngredient ingredient : manipulatorCraftingRecipe .ingredients ()) {
100- if (ingredient .inputBlockState ().getBlock () instanceof GlassBlock || ingredient .inputBlockState ().getBlock () instanceof GlassPaneBlock || ingredient .inputBlockState ().getBlock () instanceof GlassPaneBlock ) {
99+ if (ingredient .inputBlockState ().getBlock () instanceof GlassBlock || ingredient .inputBlockState ().getBlock () instanceof AbstractGlassBlock || ingredient .inputBlockState ().getBlock () instanceof StainedGlassBlock ) {
101100 glassBlocks .add (ingredient .inputBlockState ().getBlock ());
102101 }
103102 }
You can’t perform that action at this time.
0 commit comments