mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-23 16:49:10 +00:00
fix MaterialSet issues
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package com.dfsek.terra.platform;
|
||||
|
||||
import com.dfsek.terra.api.util.collections.MaterialSetImpl;
|
||||
import com.dfsek.terra.api.util.MaterialSet;
|
||||
import com.dfsek.terra.api.vector.Vector3;
|
||||
import com.dfsek.terra.api.world.Tree;
|
||||
import com.dfsek.terra.api.world.World;
|
||||
@@ -14,7 +14,7 @@ public class RawTree implements Tree { // TODO: implement
|
||||
}
|
||||
|
||||
@Override
|
||||
public MaterialSetImpl getSpawnable() {
|
||||
return MaterialSetImpl.empty();
|
||||
public MaterialSet getSpawnable() {
|
||||
return MaterialSet.empty();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user