Skip to content

Commit 7ff5993

Browse files
committed
Bumped to 3.0.15
1 parent 5554176 commit 7ff5993

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
minecraft.version=1.12.2
22
forge.version=14.23.5.2768
3-
mod.version=3.0.14
3+
mod.version=3.0.15
44
jei.version=4.14.1.235
55
waila.version=1.8.20-B35_1.12
66
rs.version=1.6.13-362

src/main/java/org/dave/compactmachines3/CompactMachines3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
public class CompactMachines3
3737
{
3838
public static final String MODID = "compactmachines3";
39-
public static final String VERSION = "3.0.14";
39+
public static final String VERSION = "3.0.15";
4040

4141
@Mod.Instance(CompactMachines3.MODID)
4242
public static CompactMachines3 instance;

src/main/java/org/dave/compactmachines3/skyworld/SkyWorldEvents.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public static void createSpawnPoint(WorldEvent.CreateSpawnPosition event) {
8787
float centerPos = 16.0f - (SkyTerrainGenerator.ROOM_DIMENSION / 2.0f);
8888
int heightPos = SkyTerrainGenerator.ROOM_FLOOR_HEIGHT - SkyTerrainGenerator.ROOM_DIMENSION + 2;
8989

90+
Logz.info("World generator settings are: %s", ((SkyChunkGenerator) worldServer.getChunkProvider().chunkGenerator).config.getAsJsonString());
9091
Logz.info("Overriding world spawn point");
9192
event.getWorld().setSpawnPoint(new BlockPos(centerPos, heightPos, centerPos));
9293
event.setCanceled(true);

0 commit comments

Comments
 (0)