File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/com/mcmoddev/orespawn Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 22
33import com .google .common .collect .ImmutableList ;
44import com .google .common .collect .ImmutableSet ;
5- import com .mcmoddev .orespawn .OreSpawn ;
65import com .mcmoddev .orespawn .api .BiomeLocation ;
76import net .minecraft .world .biome .Biome ;
8- import net .minecraftforge .fml .common .registry .ForgeRegistries ;
97
108import java .util .Objects ;
119import java .util .List ;
Original file line number Diff line number Diff line change @@ -151,6 +151,6 @@ default String getBlockNameMulti( JsonObject ore ) {
151151 rv .add (o .getAsJsonObject ().get (Constants .ConfigNames .BLOCK_V2 ).getAsString ());
152152 }
153153
154- return String .join ("-" , new String [1 ] );
154+ return String .join ("-" , rv . toArray ( new String [0 ] ) );
155155 }
156156}
You can’t perform that action at this time.
0 commit comments