mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
14 lines
241 B
Java
14 lines
241 B
Java
package com.hbm.render.util;
|
|
|
|
import java.util.List;
|
|
|
|
import net.minecraft.client.model.ModelRenderer;
|
|
|
|
public class ProntingUtility {
|
|
|
|
public static void convertModelRenderersToTessellatorStatements(List<ModelRenderer> models) {
|
|
|
|
}
|
|
|
|
}
|