diff options
| author | Maya <10861407+serenibyss@users.noreply.github.com> | 2024-11-28 12:01:03 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-28 19:01:03 +0100 |
| commit | e41a0889c5f498252691180b143c97b570b2fc6b (patch) | |
| tree | 60e1dd7a5a1fa4e7e081f6fccdb438897fa49c20 /src/main/java/tectech/thing/block/RenderForgeOfGods.java | |
| parent | 3fcd89ab979db773d63c498de905558d32943420 (diff) | |
| download | GT5-Unofficial-e41a0889c5f498252691180b143c97b570b2fc6b.tar.gz GT5-Unofficial-e41a0889c5f498252691180b143c97b570b2fc6b.tar.bz2 GT5-Unofficial-e41a0889c5f498252691180b143c97b570b2fc6b.zip | |
Godforge hangover (#3396)
Co-authored-by: GDCloud <gdcloudstrike@gmail.com>
Co-authored-by: GDCloud <93287602+GDCloudstrike@users.noreply.github.com>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/java/tectech/thing/block/RenderForgeOfGods.java')
| -rw-r--r-- | src/main/java/tectech/thing/block/RenderForgeOfGods.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/tectech/thing/block/RenderForgeOfGods.java b/src/main/java/tectech/thing/block/RenderForgeOfGods.java index 9091434490..af67c97d44 100644 --- a/src/main/java/tectech/thing/block/RenderForgeOfGods.java +++ b/src/main/java/tectech/thing/block/RenderForgeOfGods.java @@ -28,8 +28,8 @@ import com.gtnewhorizon.gtnhlib.client.renderer.shader.ShaderProgram; import com.gtnewhorizon.gtnhlib.client.renderer.vbo.VertexBuffer; import tectech.Reference; -import tectech.thing.metaTileEntity.multi.godforge.ForgeOfGodsRingsStructureString; -import tectech.thing.metaTileEntity.multi.godforge.ForgeOfGodsStructureString; +import tectech.thing.metaTileEntity.multi.godforge.structure.ForgeOfGodsRingsStructureString; +import tectech.thing.metaTileEntity.multi.godforge.structure.ForgeOfGodsStructureString; import tectech.util.StructureVBO; import tectech.util.TextureUpdateRequester; |
