Changes

Summary

  1. Ensure craftable and displayed texture blocks match (details)
Commit 95bbb839241fbe58907a994b024718fdfa25f331 by KnightMiner
Ensure craftable and displayed texture blocks match

Contents of item tags and the cooresponding block tags are not always the same, so use the item tag and just filter to contain blocks. Done since the recipe parser uses item tags.
Also make JEI blank non-block items in the item tag instead of filtering, to ensure the ingredient matches the output size for the animation
The file was modifiedsrc/main/java/knightminer/inspirations/building/InspirationsBuilding.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/util/TextureBlockUtil.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/plugins/jei/TextureRecipeExtension.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/common/item/TextureBlockItem.java (diff)