Arrays
This commit is contained in:
parent
7b75764542
commit
3f9e9364fd
4 changed files with 19 additions and 12 deletions
|
@ -28,6 +28,7 @@ import net.minecraft.util.profiler.Profiler;
|
|||
import org.apache.commons.lang3.ArrayUtils;
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.dimdev.dimdoors.DimensionalDoorsInitializer;
|
||||
import org.dimdev.dimdoors.pockets.generator.PocketGenerator;
|
||||
import org.dimdev.dimdoors.pockets.virtual.VirtualPocket;
|
||||
import org.dimdev.dimdoors.util.PocketGenerationParameters;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"id": "example/purpur_hallway",
|
||||
"type": "dimdoors:id"
|
||||
}
|
||||
[
|
||||
{
|
||||
"id": "example/purpur_hallway",
|
||||
"type": "dimdoors:id"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"id": "private/default",
|
||||
"type": "dimdoors:id"
|
||||
}
|
||||
[
|
||||
{
|
||||
"id": "private/default",
|
||||
"type": "dimdoors:id"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"id": "public/default",
|
||||
"type": "dimdoors:id"
|
||||
}
|
||||
[
|
||||
{
|
||||
"id": "public/default",
|
||||
"type": "dimdoors:id"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue