We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fca414 commit 953888dCopy full SHA for 953888d
2 files changed
project.gradle
@@ -15,7 +15,7 @@ ext {
15
16
language = 'java'
17
18
- forge = '1.12-14.21.0.2359'
+ forge = '1.12.1-14.22.1.2484'
19
mappings = 'snapshot_20170624'
20
21
enforceLicenseHeaders = false
src/main/java/com/elytradev/architecture/client/render/model/VertexModel.java
@@ -24,7 +24,6 @@
24
25
package com.elytradev.architecture.client.render.model;
26
27
-import com.google.common.base.Function;
28
import net.minecraft.client.renderer.block.model.IBakedModel;
29
import net.minecraft.client.renderer.texture.TextureAtlasSprite;
30
import net.minecraft.client.renderer.vertex.VertexFormat;
@@ -35,6 +34,7 @@
35
34
36
import java.util.Collection;
37
import java.util.Collections;
+import java.util.function.Function;
38
39
public class VertexModel implements IModel {
40
0 commit comments