-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By GamingTiger101 · Posted
I do not know how to move the textures into withercraft and from the minecraft folder. Please help me. I have solved this issue before and I know that it is not to hard solve, but it has been a while and I did not document how I fixed it. -
The BrewingStand har checks if the fuel is the Blaze Powder item, you can see it in the BrewingStandTileEntity class so I assume the only way to get around this would be to replace the vanilla brewing stand
-
But that brings another question, is it possible to use something else instead of blaze powder
-
By diesieben07 · Posted
Ingredient only checks the Item, it does not check damage values or NBT. Potions use NBT to store the actual potion, so Ingredient considers them all the same. You could use NBTIngredient, but that compare NBT exactly, so it would fail for example renamed potions. So you need to implement IBrewingRecipe manually instead of using ingredients. -
By diesieben07 · Posted
You probably just need to write a custom Gradle task in buildSrc and invoke that to generate the code.
-
-
Topics
-
Who's Online (See full list)
Recommended Posts