Is Optifine 1.15.2 compatible with forge 1.15.2?
-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By Turtledove · Posted
I'm updating my mod from 1.16.3 to 1.16.5, and I noticed that the setBlockState method has been replaced with setBlock, but it has two additional integer parameters apart from the standard blockstate and block position arguments. Looking at the implementation of the method didn't help because all the variable names are obfuscated. Anyone have any idea? -
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.
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.