Skip to content

Commit

Permalink
Prep for debug helper build
Browse files Browse the repository at this point in the history
  • Loading branch information
williewillus committed Aug 1, 2016
1 parent 072e3a6 commit 67ef25d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#Fri Jul 29 18:40:22 CDT 2016
version=r1.8
dir_output=../Build Output/Botania/
forge_version=12.18.1.2042
forge_version=12.18.1.2044
mc_version=1.10.2
dir_repo=./
build_number=315
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public Optional<IBakedModel> load(@Nonnull String key) {
public List<BakedQuad> getQuads(IBlockState state, EnumFacing face, long rand) {
if(state.getBlock() != ModBlocks.specialFlower)
return Minecraft.getMinecraft().getBlockRendererDispatcher().getBlockModelShapes().getModelManager().getMissingModel().getQuads(state, face, rand);

Botania.LOGGER.info("Getting " + (face == null ? "gen" : face.getName()) + " quads");
IExtendedBlockState extendedState = ((IExtendedBlockState) state);
String subtileId = extendedState.getValue(BotaniaStateProps.SUBTILE_ID);

Expand Down

0 comments on commit 67ef25d

Please sign in to comment.