From 9b905de6dbaaa32f6cdec811a8bed625e846c7ac Mon Sep 17 00:00:00 2001 From: Noah Date: Wed, 18 May 2022 00:12:23 +0200 Subject: [PATCH] coal fix --- Minecraft Server/Assets/Game/World.cs | 2 +- Minecraft Server/Assets/save.world.meta | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Minecraft Server/Assets/save.world.meta diff --git a/Minecraft Server/Assets/Game/World.cs b/Minecraft Server/Assets/Game/World.cs index 4f0acb6..0b938a0 100644 --- a/Minecraft Server/Assets/Game/World.cs +++ b/Minecraft Server/Assets/Game/World.cs @@ -212,7 +212,7 @@ public class World : MonoBehaviour } //coal - if((int)positionInWorld.y > 6 && (int)positionInWorld.y < height - 3) + if((int)positionInWorld.y > 6 && (int)positionInWorld.y < height - 8) { if (noise.Get3DPerlin(positionInWorld, 5, 0.28f, 0.65f)) { diff --git a/Minecraft Server/Assets/save.world.meta b/Minecraft Server/Assets/save.world.meta new file mode 100644 index 0000000..69f851e --- /dev/null +++ b/Minecraft Server/Assets/save.world.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 940041af630d8d944ac3b74467aa4ae7 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: