Skip to content

Commit

Permalink
Update to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkevilmac committed Sep 18, 2017
1 parent 9fca414 commit 953888d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {

language = 'java'

forge = '1.12-14.21.0.2359'
forge = '1.12.1-14.22.1.2484'
mappings = 'snapshot_20170624'

enforceLicenseHeaders = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

package com.elytradev.architecture.client.render.model;

import com.google.common.base.Function;
import net.minecraft.client.renderer.block.model.IBakedModel;
import net.minecraft.client.renderer.texture.TextureAtlasSprite;
import net.minecraft.client.renderer.vertex.VertexFormat;
Expand All @@ -35,6 +34,7 @@

import java.util.Collection;
import java.util.Collections;
import java.util.function.Function;

public class VertexModel implements IModel {

Expand Down

0 comments on commit 953888d

Please sign in to comment.