couple more warnings

This commit is contained in:
cola98765
2021-11-30 12:05:17 +01:00
parent ddf9700804
commit 0b2373e830
2 changed files with 2 additions and 2 deletions
@@ -14,7 +14,7 @@ import com.seibel.lod.forge.wrappers.minecraft.MinecraftRenderWrapper;
import com.seibel.lod.forge.wrappers.minecraft.MinecraftWrapper;
/**
* Binds all necessary dependencies so we
* Binds all necessary dependencies, so we
* can access them in Core. <br>
* This needs to be called before any Core classes
* are loaded.
@@ -144,7 +144,7 @@ public class BlockColorWrapper implements IBlockColorWrapper
if (isTinted)
this.toTint = true;
//now we get the first non empty face
//now we get the first non-empty face
for (Direction direction : directions)
{
quads = mc.getModelManager().getBlockModelShaper().getBlockModel(block.defaultBlockState()).getQuads(blockState, direction, random, dataMap);