Why
-Idk this has to be "Sand" and not "Test:Sand"
This commit is contained in:
parent
efff41a6db
commit
59129f95c9
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user