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: