This commit is contained in:
Anuken
2021-06-15 09:39:23 -04:00
parent a0f80a8865
commit 2d8f7cb680
2 changed files with 2 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ public class Generators{
TextureRegion[] regions = block.getGeneratedIcons();
if(block.variants > 0){
if(block.variants > 0 || block instanceof Floor){
for(TextureRegion region : block.variantRegions()){
GenRegion gen = (GenRegion)region;
if(gen.path == null) continue;