-Idk this has to be "Sand" and not "Test:Sand"
This commit is contained in:
opfromthestart 2021-08-22 14:04:42 -04:00
parent efff41a6db
commit 59129f95c9

View File

@ -21,7 +21,8 @@ public class TestEntityRenderFallingBlock extends EntityRender {
public TestEntityRenderFallingBlock(String id) { public TestEntityRenderFallingBlock(String id) {
super(id); super(id);
cube = new Shapes.PppBuilder(WorldRenderProgram.getDefault(), BlockRenderRegistry.getBlockTexture(id) ) String dflt = "Sand";//(String) TestEntityLogicFallingBlock.FallingBlocks.toArray()[0];
cube = new Shapes.PppBuilder(WorldRenderProgram.getDefault(), BlockRenderRegistry.getBlockTexture(dflt ) )// TODO idk actual ggood this
.create(); .create();
} }