Fixed #5425
This commit is contained in:
@@ -220,7 +220,7 @@ public class Generators{
|
|||||||
|
|
||||||
TextureRegion[] regions = block.getGeneratedIcons();
|
TextureRegion[] regions = block.getGeneratedIcons();
|
||||||
|
|
||||||
if(block.variants > 0){
|
if(block.variants > 0 || block instanceof Floor){
|
||||||
for(TextureRegion region : block.variantRegions()){
|
for(TextureRegion region : block.variantRegions()){
|
||||||
GenRegion gen = (GenRegion)region;
|
GenRegion gen = (GenRegion)region;
|
||||||
if(gen.path == null) continue;
|
if(gen.path == null) continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user