Added base array texture. Modified Arcane Ashes recipe.
This commit is contained in:
parent
1ea5de0ed1
commit
dc444d97ae
3 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ import com.google.common.collect.HashBiMap;
|
|||
|
||||
public class AlchemyArrayRecipeRegistry
|
||||
{
|
||||
public static final AlchemyCircleRenderer defaultRenderer = new AlchemyCircleRenderer(new ResourceLocation("bloodmagic", "textures/models/AlchemyArrays/SightSigil.png"));
|
||||
public static final AlchemyCircleRenderer defaultRenderer = new AlchemyCircleRenderer(new ResourceLocation("bloodmagic", "textures/models/AlchemyArrays/BaseArray.png"));
|
||||
|
||||
@Getter
|
||||
private static BiMap<ItemStackWrapper, AlchemyArrayRecipe> recipes = HashBiMap.create();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue